Skip to content

Commit 6b5c4f0

Browse files
fle-bachmaurelio1234
authored andcommitted
Change Image Microsoft dotNet to xcomponent dotNet (#106)
* change img docker for XComponent img mono dotnet * change image dockerfile to xcomponent_mono
1 parent 094275c commit 6b5c4f0

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.circleci/config.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,11 @@ jobs:
6363

6464
build_integration_test:
6565
docker:
66-
- image: microsoft/dotnet:2.1-sdk
66+
- image: xcomponent/mono-dotnet-node-xvfb:1.0.0
6767
steps:
6868
- *restore_repo
6969
- *generate_nuget_shasum
7070
- *restore_nuget
71-
- run:
72-
name: Install Key for mono
73-
command: apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
74-
- run:
75-
name: Install mono 5.16.0.179
76-
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
7771
- attach_workspace:
7872
at: /home/circleci/project
7973
- run:

docker/integration_tests/dockerScripts/XCContainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mono:5.12
1+
FROM xcomponent/mono:1.0.0
22
USER root
33
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash -
44
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)