Skip to content

Commit

Permalink
Test build for #2196
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSE Update Bot committed Jan 15, 2025
1 parent 9f91327 commit b342166
Show file tree
Hide file tree
Showing 8 changed files with 118 additions and 118 deletions.
32 changes: 16 additions & 16 deletions aspnet-runtime-8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

#!UseOBSRepositories
#!ExclusiveArch: x86_64
#!BuildTag: bci/dotnet-aspnet:8.0.10-%RELEASE%
#!BuildTag: bci/dotnet-aspnet:8.0.10
#!BuildTag: bci/dotnet-aspnet:8.0.12-%RELEASE%
#!BuildTag: bci/dotnet-aspnet:8.0.12
#!BuildTag: bci/dotnet-aspnet:8.0
#!BuildName: bci-dotnet-aspnet-8.0
#!BuildVersion: 15.7.8.0
Expand All @@ -29,13 +29,13 @@ FROM bci/bci-base:15.7
LABEL org.opencontainers.image.authors="https://github.com/SUSE/bci/discussions"
LABEL org.opencontainers.image.title="SLE BCI ASP.NET Core Runtime 8.0"
LABEL org.opencontainers.image.description="The ASP.NET Core Runtime 8.0 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="8.0.10"
LABEL org.opencontainers.image.version="8.0.12"
LABEL org.opencontainers.image.url="https://www.suse.com/products/base-container-images/"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="SUSE LLC"
LABEL org.opencontainers.image.source="%SOURCEURL%"
LABEL org.opencontainers.image.ref.name="8.0.10-%RELEASE%"
LABEL org.opensuse.reference="registry.suse.com/bci/dotnet-aspnet:8.0.10-%RELEASE%"
LABEL org.opencontainers.image.ref.name="8.0.12-%RELEASE%"
LABEL org.opensuse.reference="registry.suse.com/bci/dotnet-aspnet:8.0.12-%RELEASE%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL com.suse.supportlevel="techpreview"
LABEL com.suse.supportlevel.until="2026-11-10"
Expand All @@ -48,16 +48,16 @@ LABEL io.artifacthub.package.readme-url="%SOURCEURL%/README.md"

RUN mkdir -p /tmp/

#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-host-8.0.10-1.x86_64.rpm
COPY dotnet-host-8.0.10-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-hostfxr-8.0-8.0.10-1.x86_64.rpm
COPY dotnet-hostfxr-8.0-8.0.10-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-runtime-deps-8.0-8.0.11-1.x86_64.rpm
COPY dotnet-runtime-deps-8.0-8.0.11-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-runtime-8.0-8.0.10-1.x86_64.rpm
COPY dotnet-runtime-8.0-8.0.10-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/a/aspnetcore-runtime-8.0-8.0.10-1.x86_64.rpm
COPY aspnetcore-runtime-8.0-8.0.10-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-host-8.0.12-1.x86_64.rpm
COPY dotnet-host-8.0.12-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-hostfxr-8.0-8.0.12-1.x86_64.rpm
COPY dotnet-hostfxr-8.0-8.0.12-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-runtime-deps-8.0-8.0.12-1.x86_64.rpm
COPY dotnet-runtime-deps-8.0-8.0.12-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-runtime-8.0-8.0.12-1.x86_64.rpm
COPY dotnet-runtime-8.0-8.0.12-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/a/aspnetcore-runtime-8.0-8.0.12-1.x86_64.rpm
COPY aspnetcore-runtime-8.0-8.0.12-1.x86_64.rpm /tmp/


# Workaround for https://github.com/openSUSE/obs-build/issues/487
Expand All @@ -76,7 +76,7 @@ RUN rm -rf /tmp/* && zypper clean && rm -rf {/target,}/var/log/{alternatives.log


ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true
ENV DOTNET_VERSION=8.0.10
ENV DOTNET_VERSION=8.0.12
RUN useradd --uid=$APP_UID -U -d /app -G '' -ms /bin/bash app
WORKDIR /app
EXPOSE 8080
32 changes: 16 additions & 16 deletions aspnet-runtime-9.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

#!UseOBSRepositories
#!ExclusiveArch: x86_64
#!BuildTag: bci/dotnet-aspnet:9.0.0-%RELEASE%
#!BuildTag: bci/dotnet-aspnet:9.0.0
#!BuildTag: bci/dotnet-aspnet:9.0.1-%RELEASE%
#!BuildTag: bci/dotnet-aspnet:9.0.1
#!BuildTag: bci/dotnet-aspnet:9.0
#!BuildName: bci-dotnet-aspnet-9.0
#!BuildVersion: 15.7.9.0
Expand All @@ -29,13 +29,13 @@ FROM bci/bci-base:15.7
LABEL org.opencontainers.image.authors="https://github.com/SUSE/bci/discussions"
LABEL org.opencontainers.image.title="SLE BCI ASP.NET Core Runtime 9.0"
LABEL org.opencontainers.image.description="The ASP.NET Core Runtime 9.0 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="9.0.0"
LABEL org.opencontainers.image.version="9.0.1"
LABEL org.opencontainers.image.url="https://www.suse.com/products/base-container-images/"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="SUSE LLC"
LABEL org.opencontainers.image.source="%SOURCEURL%"
LABEL org.opencontainers.image.ref.name="9.0.0-%RELEASE%"
LABEL org.opensuse.reference="registry.suse.com/bci/dotnet-aspnet:9.0.0-%RELEASE%"
LABEL org.opencontainers.image.ref.name="9.0.1-%RELEASE%"
LABEL org.opensuse.reference="registry.suse.com/bci/dotnet-aspnet:9.0.1-%RELEASE%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL com.suse.supportlevel="techpreview"
LABEL com.suse.supportlevel.until="2026-05-12"
Expand All @@ -48,16 +48,16 @@ LABEL io.artifacthub.package.readme-url="%SOURCEURL%/README.md"

RUN mkdir -p /tmp/

#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-host-9.0.0-1.x86_64.rpm
COPY dotnet-host-9.0.0-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-hostfxr-9.0-9.0.0-1.x86_64.rpm
COPY dotnet-hostfxr-9.0-9.0.0-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-runtime-deps-9.0-9.0.0-1.x86_64.rpm
COPY dotnet-runtime-deps-9.0-9.0.0-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-runtime-9.0-9.0.0-1.x86_64.rpm
COPY dotnet-runtime-9.0-9.0.0-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/a/aspnetcore-runtime-9.0-9.0.0-1.x86_64.rpm
COPY aspnetcore-runtime-9.0-9.0.0-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-host-9.0.1-1.x86_64.rpm
COPY dotnet-host-9.0.1-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-hostfxr-9.0-9.0.1-1.x86_64.rpm
COPY dotnet-hostfxr-9.0-9.0.1-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-runtime-deps-9.0-9.0.1-1.x86_64.rpm
COPY dotnet-runtime-deps-9.0-9.0.1-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-runtime-9.0-9.0.1-1.x86_64.rpm
COPY dotnet-runtime-9.0-9.0.1-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/a/aspnetcore-runtime-9.0-9.0.1-1.x86_64.rpm
COPY aspnetcore-runtime-9.0-9.0.1-1.x86_64.rpm /tmp/


# Workaround for https://github.com/openSUSE/obs-build/issues/487
Expand All @@ -76,7 +76,7 @@ RUN rm -rf /tmp/* && zypper clean && rm -rf {/target,}/var/log/{alternatives.log


ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true
ENV DOTNET_VERSION=9.0.0
ENV DOTNET_VERSION=9.0.1
RUN useradd --uid=$APP_UID -U -d /app -G '' -ms /bin/bash app
WORKDIR /app
EXPOSE 8080
46 changes: 23 additions & 23 deletions dotnet-8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

#!UseOBSRepositories
#!ExclusiveArch: x86_64
#!BuildTag: bci/dotnet-sdk:8.0.10-%RELEASE%
#!BuildTag: bci/dotnet-sdk:8.0.10
#!BuildTag: bci/dotnet-sdk:8.0.12-%RELEASE%
#!BuildTag: bci/dotnet-sdk:8.0.12
#!BuildTag: bci/dotnet-sdk:8.0
#!BuildName: bci-dotnet-sdk-8.0
#!BuildVersion: 15.7.8.0
Expand All @@ -29,13 +29,13 @@ FROM bci/bci-base:15.7
LABEL org.opencontainers.image.authors="https://github.com/SUSE/bci/discussions"
LABEL org.opencontainers.image.title="SLE BCI .NET SDK 8.0"
LABEL org.opencontainers.image.description="The .NET SDK 8.0 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="8.0.10"
LABEL org.opencontainers.image.version="8.0.12"
LABEL org.opencontainers.image.url="https://www.suse.com/products/base-container-images/"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="SUSE LLC"
LABEL org.opencontainers.image.source="%SOURCEURL%"
LABEL org.opencontainers.image.ref.name="8.0.10-%RELEASE%"
LABEL org.opensuse.reference="registry.suse.com/bci/dotnet-sdk:8.0.10-%RELEASE%"
LABEL org.opencontainers.image.ref.name="8.0.12-%RELEASE%"
LABEL org.opensuse.reference="registry.suse.com/bci/dotnet-sdk:8.0.12-%RELEASE%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL com.suse.supportlevel="techpreview"
LABEL com.suse.supportlevel.until="2026-11-10"
Expand All @@ -49,26 +49,26 @@ ENV DOTNET_CLI_TELEMETRY_OPTOUT=1

RUN mkdir -p /tmp/

#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-host-8.0.10-1.x86_64.rpm
COPY dotnet-host-8.0.10-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-host-8.0.12-1.x86_64.rpm
COPY dotnet-host-8.0.12-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/n/netstandard-targeting-pack-2.1.0-x64.rpm
COPY netstandard-targeting-pack-2.1.0-x64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-targeting-pack-8.0-8.0.10-1.x86_64.rpm
COPY dotnet-targeting-pack-8.0-8.0.10-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-hostfxr-8.0-8.0.10-1.x86_64.rpm
COPY dotnet-hostfxr-8.0-8.0.10-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-runtime-deps-8.0-8.0.11-1.x86_64.rpm
COPY dotnet-runtime-deps-8.0-8.0.11-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-runtime-8.0-8.0.10-1.x86_64.rpm
COPY dotnet-runtime-8.0-8.0.10-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-apphost-pack-8.0-8.0.10-1.x86_64.rpm
COPY dotnet-apphost-pack-8.0-8.0.10-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/a/aspnetcore-targeting-pack-8.0-8.0.10-1.x86_64.rpm
COPY aspnetcore-targeting-pack-8.0-8.0.10-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/a/aspnetcore-runtime-8.0-8.0.10-1.x86_64.rpm
COPY aspnetcore-runtime-8.0-8.0.10-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-sdk-8.0-8.0.403-1.x86_64.rpm
COPY dotnet-sdk-8.0-8.0.403-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-targeting-pack-8.0-8.0.12-1.x86_64.rpm
COPY dotnet-targeting-pack-8.0-8.0.12-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-hostfxr-8.0-8.0.12-1.x86_64.rpm
COPY dotnet-hostfxr-8.0-8.0.12-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-runtime-deps-8.0-8.0.12-1.x86_64.rpm
COPY dotnet-runtime-deps-8.0-8.0.12-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-runtime-8.0-8.0.12-1.x86_64.rpm
COPY dotnet-runtime-8.0-8.0.12-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-apphost-pack-8.0-8.0.12-1.x86_64.rpm
COPY dotnet-apphost-pack-8.0-8.0.12-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/a/aspnetcore-targeting-pack-8.0-8.0.12-1.x86_64.rpm
COPY aspnetcore-targeting-pack-8.0-8.0.12-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/a/aspnetcore-runtime-8.0-8.0.12-1.x86_64.rpm
COPY aspnetcore-runtime-8.0-8.0.12-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-sdk-8.0-8.0.405-1.x86_64.rpm
COPY dotnet-sdk-8.0-8.0.405-1.x86_64.rpm /tmp/


# Workaround for https://github.com/openSUSE/obs-build/issues/487
Expand Down
46 changes: 23 additions & 23 deletions dotnet-9.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

#!UseOBSRepositories
#!ExclusiveArch: x86_64
#!BuildTag: bci/dotnet-sdk:9.0.0-%RELEASE%
#!BuildTag: bci/dotnet-sdk:9.0.0
#!BuildTag: bci/dotnet-sdk:9.0.1-%RELEASE%
#!BuildTag: bci/dotnet-sdk:9.0.1
#!BuildTag: bci/dotnet-sdk:9.0
#!BuildName: bci-dotnet-sdk-9.0
#!BuildVersion: 15.7.9.0
Expand All @@ -29,13 +29,13 @@ FROM bci/bci-base:15.7
LABEL org.opencontainers.image.authors="https://github.com/SUSE/bci/discussions"
LABEL org.opencontainers.image.title="SLE BCI .NET SDK 9.0"
LABEL org.opencontainers.image.description="The .NET SDK 9.0 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="9.0.0"
LABEL org.opencontainers.image.version="9.0.1"
LABEL org.opencontainers.image.url="https://www.suse.com/products/base-container-images/"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="SUSE LLC"
LABEL org.opencontainers.image.source="%SOURCEURL%"
LABEL org.opencontainers.image.ref.name="9.0.0-%RELEASE%"
LABEL org.opensuse.reference="registry.suse.com/bci/dotnet-sdk:9.0.0-%RELEASE%"
LABEL org.opencontainers.image.ref.name="9.0.1-%RELEASE%"
LABEL org.opensuse.reference="registry.suse.com/bci/dotnet-sdk:9.0.1-%RELEASE%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL com.suse.supportlevel="techpreview"
LABEL com.suse.supportlevel.until="2026-05-12"
Expand All @@ -49,26 +49,26 @@ ENV DOTNET_CLI_TELEMETRY_OPTOUT=1

RUN mkdir -p /tmp/

#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-host-9.0.0-1.x86_64.rpm
COPY dotnet-host-9.0.0-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-host-9.0.1-1.x86_64.rpm
COPY dotnet-host-9.0.1-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/n/netstandard-targeting-pack-2.1.0-x64.rpm
COPY netstandard-targeting-pack-2.1.0-x64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-targeting-pack-9.0-9.0.0-1.x86_64.rpm
COPY dotnet-targeting-pack-9.0-9.0.0-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-hostfxr-9.0-9.0.0-1.x86_64.rpm
COPY dotnet-hostfxr-9.0-9.0.0-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-runtime-deps-9.0-9.0.0-1.x86_64.rpm
COPY dotnet-runtime-deps-9.0-9.0.0-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-runtime-9.0-9.0.0-1.x86_64.rpm
COPY dotnet-runtime-9.0-9.0.0-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-apphost-pack-9.0-9.0.0-1.x86_64.rpm
COPY dotnet-apphost-pack-9.0-9.0.0-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/a/aspnetcore-targeting-pack-9.0-9.0.0-1.x86_64.rpm
COPY aspnetcore-targeting-pack-9.0-9.0.0-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/a/aspnetcore-runtime-9.0-9.0.0-1.x86_64.rpm
COPY aspnetcore-runtime-9.0-9.0.0-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-sdk-9.0-9.0.101-1.x86_64.rpm
COPY dotnet-sdk-9.0-9.0.101-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-targeting-pack-9.0-9.0.1-1.x86_64.rpm
COPY dotnet-targeting-pack-9.0-9.0.1-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-hostfxr-9.0-9.0.1-1.x86_64.rpm
COPY dotnet-hostfxr-9.0-9.0.1-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-runtime-deps-9.0-9.0.1-1.x86_64.rpm
COPY dotnet-runtime-deps-9.0-9.0.1-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-runtime-9.0-9.0.1-1.x86_64.rpm
COPY dotnet-runtime-9.0-9.0.1-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-apphost-pack-9.0-9.0.1-1.x86_64.rpm
COPY dotnet-apphost-pack-9.0-9.0.1-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/a/aspnetcore-targeting-pack-9.0-9.0.1-1.x86_64.rpm
COPY aspnetcore-targeting-pack-9.0-9.0.1-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/a/aspnetcore-runtime-9.0-9.0.1-1.x86_64.rpm
COPY aspnetcore-runtime-9.0-9.0.1-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-sdk-9.0-9.0.102-1.x86_64.rpm
COPY dotnet-sdk-9.0-9.0.102-1.x86_64.rpm /tmp/


# Workaround for https://github.com/openSUSE/obs-build/issues/487
Expand Down
Loading

0 comments on commit b342166

Please sign in to comment.