From 49110d7cae93950ea3f4282796971ead07e9046e Mon Sep 17 00:00:00 2001 From: fle-bach Date: Mon, 15 Apr 2019 14:05:27 +0200 Subject: [PATCH 1/2] change img docker for XComponent img mono dotnet --- .circleci/config.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0aec1fa..489117e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -63,17 +63,11 @@ jobs: build_integration_test: docker: - - image: microsoft/dotnet:2.1-sdk + - image: xcomponent/mono-dotnet-node-xvfb:1.0.0 steps: - *restore_repo - *generate_nuget_shasum - *restore_nuget - - run: - name: Install Key for mono - command: apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF - - run: - name: Install mono 5.16.0.179 - command: echo "deb http://download.mono-project.com/repo/debian stable-stretch/snapshots/5.16.0.179 main" > /etc/apt/sources.list.d/mono-official-stable.list && apt-get update && apt-get install -y mono-devel - attach_workspace: at: /home/circleci/project - run: From 3e7d4c52ef14886cccb14935599b022085f26346 Mon Sep 17 00:00:00 2001 From: fle-bach Date: Mon, 15 Apr 2019 14:23:09 +0200 Subject: [PATCH 2/2] change image dockerfile to xcomponent_mono --- docker/integration_tests/dockerScripts/XCContainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/integration_tests/dockerScripts/XCContainer/Dockerfile b/docker/integration_tests/dockerScripts/XCContainer/Dockerfile index 04bb1f7..c5f43ec 100644 --- a/docker/integration_tests/dockerScripts/XCContainer/Dockerfile +++ b/docker/integration_tests/dockerScripts/XCContainer/Dockerfile @@ -1,4 +1,4 @@ -FROM mono:5.12 +FROM xcomponent/mono:1.0.0 USER root RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - RUN apt-get update && apt-get install -y \