File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
jobs :
5
5
build :
6
6
docker :
7
- - image : mijitt0m/ocelot-build:0.0.5
7
+ - image : mijitt0m/ocelot-build:0.0.6
8
8
steps :
9
9
- checkout
10
10
- run : dotnet tool restore && dotnet cake
11
11
release :
12
12
docker :
13
- - image : mijitt0m/ocelot-build:0.0.5
13
+ - image : mijitt0m/ocelot-build:0.0.6
14
14
steps :
15
15
- checkout
16
16
- run : dotnet tool restore && dotnet cake --target=Release
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ RUN curl -L --output ./dotnet-install.sh https://dot.net/v1/dotnet-install.sh
7
7
8
8
RUN chmod u+x ./dotnet-install.sh
9
9
10
- RUN ./dotnet-install.sh -c 5.0
10
+ RUN ./dotnet-install.sh -c 5.0 -i /usr/share/dotnet
Original file line number Diff line number Diff line change 2
2
# call from ocelot repo root with
3
3
# docker build --platform linux/arm64 --build-arg OCELOT_COVERALLS_TOKEN=$OCELOT_COVERALLS_TOKEN -f ./docker/Dockerfile.build .
4
4
# docker build --platform linux/amd64 --build-arg OCELOT_COVERALLS_TOKEN=$OCELOT_COVERALLS_TOKEN -f ./docker/Dockerfile.build .
5
- FROM mijitt0m/ocelot-build:0.0.5
5
+ FROM mijitt0m/ocelot-build:0.0.6
6
6
7
7
ARG OCELOT_COVERALLS_TOKEN
8
8
Original file line number Diff line number Diff line change 2
2
# call from ocelot repo root with
3
3
# docker build --platform linux/arm64 --build-arg OCELOT_COVERALLS_TOKEN=$OCELOT_COVERALLS_TOKEN --build-arg OCELOT_GITHUB_API_KEY=$OCELOT_GITHUB_API_KEY --build-arg OCELOT_COVERALLS_TOKEN=$OCELOT_COVERALLS_TOKEN -f ./docker/Dockerfile.build .
4
4
# docker build --platform linux/amd64 --build-arg OCELOT_COVERALLS_TOKEN=$OCELOT_COVERALLS_TOKEN --build-arg OCELOT_GITHUB_API_KEY=$OCELOT_GITHUB_API_KEY --build-arg OCELOT_COVERALLS_TOKEN=$OCELOT_COVERALLS_TOKEN -f ./docker/Dockerfile.build .
5
- FROM mijitt0m/ocelot-build:0.0.5
5
+ FROM mijitt0m/ocelot-build:0.0.6
6
6
7
7
ARG OCELOT_COVERALLS_TOKEN
8
8
ARG OCELOT_NUTGET_API_KEY
Original file line number Diff line number Diff line change 1
1
# this script build the ocelot docker file
2
- version=0.0.5
2
+ version=0.0.6
3
3
docker build --platform linux/amd64 -t mijitt0m/ocelot-build -f Dockerfile.base .
4
4
echo $DOCKER_PASS | docker login -u $DOCKER_USER --password-stdin
5
5
docker tag mijitt0m/ocelot-build mijitt0m/ocelot-build:$version
You can’t perform that action at this time.
0 commit comments