workflow-dotnet (sha256:21f28961a8ef4b5759cbf546f6f5a4fef3548bdcd21aeea2aead04c1e419f40d)
Installation
docker pull git.dutches.de/dutch/workflow-dotnet@sha256:21f28961a8ef4b5759cbf546f6f5a4fef3548bdcd21aeea2aead04c1e419f40dsha256:21f28961a8ef4b5759cbf546f6f5a4fef3548bdcd21aeea2aead04c1e419f40dAbout this package
Base image to use in CICD pipelines
Image layers
| KIWI 10.2.45 |
| LABEL name="workflow-base" |
| LABEL license="MIT" |
| LABEL vendor="dutches.de" |
| LABEL org.opencontainers.image.name="workflow-base" |
| LABEL org.opencontainers.image.description="Base image to use in CICD pipelines" |
| LABEL org.opencontainers.image.source="https://git.dutches.de/Dutch/workflow-base-image/src/branch/main/Containerfile" |
| LABEL org.opencontainers.image.url="https://git.dutches.de/Dutch/workflow-base-image" |
| LABEL org.opencontainers.image.license="MIT" |
| LABEL org.opencontainers.image.authors="dutch@dutches.de" |
| LABEL org.opencontainers.image.vendor="dutches.de" |
| /bin/sh -c microdnf update -y && microdnf install -y --nodocs --setopt install_weak_deps=0 nodejs npm git && microdnf clean all -y |
| LABEL "org.opencontainers.image.version"="2.0.0" "org.opencontainers.image.created"="2026-03-19T19:41:51Z" "org.opencontainers.image.revision"="3fa43e26d360a4c47a204f154397b6b49f07713e" "version"="2.0.0" |
| ARG PACKAGES |
| ENV ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false DOTNET_CLI_TELEMETRY_OPTOUT=1 DOTNET_NOLOGO=1 DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1 DOTNET_GENERATE_ASPNET_CERTIFICATE=0 |
| |1 PACKAGES= /bin/sh -c extra_packages="$(echo "$PACKAGES" | tr ',' ' ')" && microdnf update -y && microdnf install -y --nodocs --setopt install_weak_deps=0 libatomic tar gzip tzdata libicu openssl $extra_packages && microdnf clean all -y |
| ARG CHANNELS |
| |1 CHANNELS=10.0 /bin/sh -c echo -e "\n####################" && echo "Installing .NET SDKs:" && echo "$CHANNELS" && echo -e "####################\n" && curl -sSL https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh -o dotnet-install.sh && chmod +x dotnet-install.sh && for item in $(echo "$CHANNELS" | tr ',' ' '); do ./dotnet-install.sh --channel "$item" --install-dir /usr/share/dotnet; done && rm dotnet-install.sh && ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet && echo -e "\n####################" && echo "Installed .NET SDKs:" && dotnet --list-sdks && echo -e "####################\n" |
| |1 CHANNELS=10.0 /bin/sh -c echo -e "\n####################" && echo "Test .NET installation" && echo -e "####################\n" && mkdir -p /tmp/dotnethelloworld && dotnet new console -n HelloWorld -o /tmp/dotnethelloworld/HelloWorld && dotnet build /tmp/dotnethelloworld/HelloWorld && rm -rf /tmp/dotnethelloworld |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.41.5 |
| license | MIT |
| name | workflow-base |
| org.opencontainers.image.authors | dutch@dutches.de |
| org.opencontainers.image.created | 2026-03-19T19:41:51Z |
| org.opencontainers.image.description | Base image to use in CICD pipelines |
| org.opencontainers.image.license | MIT |
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.name | workflow-base |
| org.opencontainers.image.revision | 3fa43e26d360a4c47a204f154397b6b49f07713e |
| org.opencontainers.image.source | https://git.dutches.de/Dutch/workflow-base-image/src/branch/main/Containerfile |
| org.opencontainers.image.title | fedora-minimal |
| org.opencontainers.image.url | https://git.dutches.de/Dutch/workflow-base-image |
| org.opencontainers.image.vendor | dutches.de |
| org.opencontainers.image.version | 2.0.0 |
| vendor | dutches.de |
| version | 2.0.0 |
Details
2026-04-02 04:45:43 +02:00
Versions (11)
View all
Container
1
OCI / Docker
linux/amd64
dutch@dutches.de
MIT
365 MiB
10.0-android-latest
2026-04-03
10.0-android-260403
2026-04-03
9.0-10.0
2026-04-02
9.0-10.0-260402
2026-04-02
10.0
2026-04-02