Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:favogt:branches:devel:BCI:SLE-15-SP3
aspnet-runtime-6.0
Dockerfile
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Dockerfile of Package aspnet-runtime-6.0
#!ExclusiveArch: x86_64 # SPDX-License-Identifier: MIT # Define the names/tags of the container #!BuildTag: bci/dotnet-aspnet:6.0 #!BuildTag: bci/dotnet-aspnet:6.0-%RELEASE% #!BuildTag: bci/dotnet-aspnet:6.0.9 #!BuildTag: bci/dotnet-aspnet:6.0.9-%RELEASE% FROM suse/sle15:15.3 # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=com.suse.bci.dotnet.aspnet LABEL org.opencontainers.image.title="SLE BCI ASP.NET 6.0 Runtime Container Image" LABEL org.opencontainers.image.description="The ASP.NET 6.0 Runtime 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="6.0" 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-aspnet:6.0-%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-6.0.9-x64.rpm COPY aspnetcore-runtime-6.0.9-x64.rpm /tmp #!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/dotnet-host-6.0.9-x64.rpm COPY dotnet-host-6.0.9-x64.rpm /tmp #!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/dotnet-hostfxr-6.0.9-x64.rpm COPY dotnet-hostfxr-6.0.9-x64.rpm /tmp #!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/dotnet-runtime-6.0.9-x64.rpm COPY dotnet-runtime-6.0.9-x64.rpm /tmp #!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/dotnet-runtime-deps-6.0.9-sles.12-x64.rpm COPY dotnet-runtime-deps-6.0.9-sles.12-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-6.0.9-x64.rpm \ /tmp/dotnet-host-6.0.9-x64.rpm \ /tmp/dotnet-hostfxr-6.0.9-x64.rpm \ /tmp/dotnet-runtime-6.0.9-x64.rpm \ /tmp/dotnet-runtime-deps-6.0.9-sles.12-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