Merge pull request #14198 from dotnet/v-wuzhai/UpdateFedora
Update fedora docker image tag to latest one
This commit is contained in:
commit
3faa96e7bf
2 changed files with 4 additions and 4 deletions
|
@ -153,9 +153,9 @@ stages:
|
||||||
_RuntimeIdentifier: ''
|
_RuntimeIdentifier: ''
|
||||||
_BuildArchitecture: 'x64'
|
_BuildArchitecture: 'x64'
|
||||||
_TestArg: $(_NonWindowsTestArg)
|
_TestArg: $(_NonWindowsTestArg)
|
||||||
Build_Fedora_29_Debug_x64:
|
Build_Fedora_36_Debug_x64:
|
||||||
_BuildConfig: Debug
|
_BuildConfig: Debug
|
||||||
_DockerParameter: '--docker fedora.29'
|
_DockerParameter: '--docker fedora.36'
|
||||||
_LinuxPortable: '--linux-portable'
|
_LinuxPortable: '--linux-portable'
|
||||||
_RuntimeIdentifier: ''
|
_RuntimeIdentifier: ''
|
||||||
_BuildArchitecture: 'x64'
|
_BuildArchitecture: 'x64'
|
||||||
|
|
|
@ -4,14 +4,14 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# Dockerfile that creates a container suitable to build dotnet-cli
|
# Dockerfile that creates a container suitable to build dotnet-cli
|
||||||
FROM mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-29-2f0798a-20181105183801
|
FROM mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-36-20220716171953-531d246
|
||||||
|
|
||||||
RUN dnf install -y nss
|
RUN dnf install -y nss
|
||||||
|
|
||||||
RUN dnf clean all
|
RUN dnf clean all
|
||||||
|
|
||||||
# Override RID set by the dotnet-buildtools-prereqs docker image
|
# Override RID set by the dotnet-buildtools-prereqs docker image
|
||||||
ENV __PUBLISH_RID=fedora.29-x64
|
ENV __PUBLISH_RID=fedora.36-x64
|
||||||
|
|
||||||
# Setup User to match Host User, and give superuser permissions
|
# Setup User to match Host User, and give superuser permissions
|
||||||
ARG USER_ID=0
|
ARG USER_ID=0
|
Loading…
Reference in a new issue