File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM dotnet/dotnet-21-runtime-centos7
2
2
# This image provides a .NET Core 2.1 environment you can use to run your .NET
3
3
# applications.
4
4
5
- ENV PATH=/opt/app-root/src/.local/bin:/opt/app-root/src/bin:/opt/app-root/dotnet_tools :/opt/app-root/node_modules/.bin:${PATH} \
5
+ ENV PATH=/opt/app-root/src/.local/bin:/opt/app-root/src/bin:/opt/app-root/.dotnet/tools :/opt/app-root/node_modules/.bin:${PATH} \
6
6
STI_SCRIPTS_PATH=/usr/libexec/s2i
7
7
8
8
LABEL io.k8s.description="Platform for building and running .NET Core 2.1 applications" \
Original file line number Diff line number Diff line change 1
1
# This is for the purpose of building this container
2
2
# on the centos container pipeline.
3
- job-id : dotnet-20 -centos7
3
+ job-id : dotnet-21 -centos7
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ test_dir="$(readlink -zf $(dirname "${BASH_SOURCE[0]}"))"
31
31
source ${test_dir} /testcommon
32
32
33
33
if [ " $BUILD_CENTOS " = " true" ]; then
34
- sdk_default_version=" 2.1.300 "
35
- sdk_latest_version=" 2.1.300 "
36
- sdk_versions=( " 2.1.300 " )
34
+ sdk_default_version=" 2.1.302 "
35
+ sdk_latest_version=" 2.1.302 "
36
+ sdk_versions=( " 2.1.302 " )
37
37
else
38
38
sdk_default_version=" 2.1.301"
39
39
sdk_latest_version=" 2.1.301"
Original file line number Diff line number Diff line change 1
1
# This is for the purpose of building this container
2
2
# on the centos container pipeline.
3
- job-id : dotnet-20 -runtime-centos7
3
+ job-id : dotnet-21 -runtime-centos7
You can’t perform that action at this time.
0 commit comments