Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:favogt:branches:devel:BCI:SLE-15-SP3
dotnet-3.1
Dockerfile
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Dockerfile of Package dotnet-3.1
#!ExclusiveArch: x86_64 # SPDX-License-Identifier: MIT # Define the names/tags of the container #!BuildTag: bci/dotnet-sdk:3.1 #!BuildTag: bci/dotnet-sdk:3.1-%RELEASE% #!BuildTag: bci/dotnet-sdk:3.1.29 #!BuildTag: bci/dotnet-sdk:3.1.29-%RELEASE% FROM suse/sle15:15.3 # telemetry opt out: https://docs.microsoft.com/en-us/dotnet/core/tools/telemetry#how-to-opt-out ENV DOTNET_CLI_TELEMETRY_OPTOUT=1 # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=com.suse.bci.dotnet.sdk LABEL org.opencontainers.image.title="SLE BCI .Net 3.1 SDK Container Image" LABEL org.opencontainers.image.description="The .Net 3.1 SDK based on the SLE Base Container Image. The .NET packages contained in this image come from a 3rd-party repository http://packages.microsoft.com. You can find the respective source code in https://github.com/dotnet. SUSE doesn't provide any support or warranties." LABEL org.opencontainers.image.version="3.1" LABEL org.opencontainers.image.url="https://www.suse.com/products/server/" LABEL org.opencontainers.image.created="%BUILDTIME%" LABEL org.opencontainers.image.vendor="SUSE LLC" LABEL org.opensuse.reference="registry.suse.com/bci/dotnet-sdk:3.1-%RELEASE%" LABEL org.openbuildservice.disturl="%DISTURL%" LABEL com.suse.supportlevel="techpreview" LABEL com.suse.image-type="sle-bci" LABEL com.suse.eula="sle-bci" LABEL com.suse.release-stage="released" LABEL com.suse.lifecycle-url="https://www.suse.com/lifecycle/" # endlabelprefix # The MS GPG keys COPY microsoft.asc /tmp #!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/aspnetcore-runtime-3.1.29-x64.rpm COPY aspnetcore-runtime-3.1.29-x64.rpm /tmp #!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/aspnetcore-targeting-pack-3.1.10.rpm COPY aspnetcore-targeting-pack-3.1.10.rpm /tmp #!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/dotnet-apphost-pack-3.1.29-x64.rpm COPY dotnet-apphost-pack-3.1.29-x64.rpm /tmp #!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/dotnet-host-3.1.29-x64.rpm COPY dotnet-host-3.1.29-x64.rpm /tmp #!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/dotnet-hostfxr-3.1.29-x64.rpm COPY dotnet-hostfxr-3.1.29-x64.rpm /tmp #!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/dotnet-runtime-3.1.29-x64.rpm COPY dotnet-runtime-3.1.29-x64.rpm /tmp #!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/dotnet-runtime-deps-3.1.29-sles.12-x64.rpm COPY dotnet-runtime-deps-3.1.29-sles.12-x64.rpm /tmp #!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/dotnet-sdk-3.1.423-x64.rpm COPY dotnet-sdk-3.1.423-x64.rpm /tmp #!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/dotnet-targeting-pack-3.1.0-x64.rpm COPY dotnet-targeting-pack-3.1.0-x64.rpm /tmp #!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/netstandard-targeting-pack-2.1.0-x64.rpm COPY netstandard-targeting-pack-2.1.0-x64.rpm /tmp COPY prod.repo /tmp # Workaround for https://github.com/openSUSE/obs-build/issues/487 RUN zypper --non-interactive install --no-recommends sles-release # Importing MS GPG keys RUN rpm --import /tmp/microsoft.asc # Use the package for ICU offered by SLES RUN zypper --non-interactive install --no-recommends libicu69 RUN zypper --non-interactive install --no-recommends \ /tmp/aspnetcore-runtime-3.1.29-x64.rpm \ /tmp/aspnetcore-targeting-pack-3.1.10.rpm \ /tmp/dotnet-apphost-pack-3.1.29-x64.rpm \ /tmp/dotnet-host-3.1.29-x64.rpm \ /tmp/dotnet-hostfxr-3.1.29-x64.rpm \ /tmp/dotnet-runtime-3.1.29-x64.rpm \ /tmp/dotnet-runtime-deps-3.1.29-sles.12-x64.rpm \ /tmp/dotnet-sdk-3.1.423-x64.rpm \ /tmp/dotnet-targeting-pack-3.1.0-x64.rpm \ /tmp/netstandard-targeting-pack-2.1.0-x64.rpm RUN cp /tmp/prod.repo /etc/zypp/repos.d/microsoft-dotnet-prod.repo RUN zypper -n addlock dotnet-host RUN rm -rf /tmp/* && zypper clean && rm -rf /var/log/*
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor