get-our-goods-ci (sha256:2464225b67e818f03909d2b09ec7c12485ac98ac6c191528222c247fb866c767)
Published 2026-09-02 22:17:48 -04:00 by AlexNik4
Installation
docker pull forgejo.getourgoods.com/alexnik4/get-our-goods-ci@sha256:2464225b67e818f03909d2b09ec7c12485ac98ac6c191528222c247fb866c767sha256:2464225b67e818f03909d2b09ec7c12485ac98ac6c191528222c247fb866c767Image layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:cb9335ce6f27399c2b17787739d6675502767c53e0335ded2a5f0d003d996650 in / |
| CMD ["/bin/bash"] |
| ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc-s1 libicu74 libssl3t64 libstdc++6 tzdata tzdata-legacy && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd --no-log-init --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit |
| ENV DOTNET_VERSION=10.0.11 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit |
| ENV ASPNET_VERSION=10.0.11 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| ENV DOTNET_GENERATE_ASPNET_CERTIFICATE=false DOTNET_NOLOGO=true DOTNET_SDK_VERSION=10.0.400 DOTNET_USE_POLLING_FILE_WATCHER=true NUGET_XMLDOC_MODE=skip POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Ubuntu-24.04 |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl git libatomic1 wget && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /dotnet /usr/share/dotnet # buildkit |
| RUN /bin/sh -c ln -s /usr/share/dotnet/dnx /usr/bin/dnx && dotnet help # buildkit |
| RUN /bin/sh -c powershell_version=7.6.4 && curl --fail --show-error --location --output PowerShell.Linux.x64.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Linux.x64.$powershell_version.nupkg && powershell_sha512='8d0a9d04ff5896824fa158c3c6e28da5af7f0305ec7c3358faa21b5681b026fdca4da52f9f6172c315fa2b964a0f75acd8ae7a8237ab597f7d98ed95422a688e' && echo "$powershell_sha512 PowerShell.Linux.x64.$powershell_version.nupkg" | sha512sum -c - && mkdir --parents /usr/share/powershell && dotnet tool install --add-source / --tool-path /usr/share/powershell --version $powershell_version PowerShell.Linux.x64 && dotnet nuget locals all --clear && rm PowerShell.Linux.x64.$powershell_version.nupkg && ln -s /usr/share/powershell/pwsh /usr/bin/pwsh && chmod 755 /usr/share/powershell/pwsh && chmod 755 /usr/share/powershell/.store/powershell.linux.x64/$powershell_version/powershell.linux.x64/$powershell_version/tools/*/any/pwsh && find /usr/share/powershell -print | grep -i '.*[.]nupkg$' | xargs rm # buildkit |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git curl unzip xz-utils zip python3 jq && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY init-linux.sh /tmp/init-linux.sh # buildkit |
| RUN /bin/sh -c chmod +x /tmp/init-linux.sh && /tmp/init-linux.sh --ci && rm -rf /var/lib/apt/lists/* /tmp/init-linux.sh # buildkit |
| ENV FLUTTER_HOME=/opt/flutter |
| COPY infra/versions.env /tmp/versions.env # buildkit |
| COPY infra/install-flutter.sh /tmp/install-flutter.sh # buildkit |
| RUN /bin/sh -c chmod +x /tmp/install-flutter.sh && /tmp/install-flutter.sh && git config --system --add safe.directory "$FLUTTER_HOME" && rm -f /tmp/install-flutter.sh /tmp/versions.env # buildkit |
| RUN /bin/sh -c mkdir -p /opt/dotnet-tools && chmod a+w /opt/dotnet-tools && dotnet tool install --tool-path /opt/dotnet-tools dotnet-coverage && dotnet tool install --tool-path /opt/dotnet-tools dotnet-reportgenerator-globaltool # buildkit |
| RUN /bin/sh -c useradd --create-home --shell /bin/bash ciuser && chown -R ciuser:ciuser "$FLUTTER_HOME" && chmod -R a+w "$FLUTTER_HOME" # buildkit |
| USER ciuser |
| WORKDIR /home/ciuser |
| ENV PATH=/opt/flutter/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| RUN /bin/sh -c flutter precache --linux --web --no-android --no-ios && flutter doctor -v && flutter config --no-analytics && chmod -R a+w "$FLUTTER_HOME" # buildkit |
| RUN /bin/sh -c dotnet --version # buildkit |
| ENV DOTNET_CLI_TELEMETRY_OPTOUT=1 |
| ENV DOTNET_NOLOGO=1 |
| ENV PATH=/opt/flutter/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/dotnet-tools |
| WORKDIR /workspace |
| CMD ["/bin/bash"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.version | 24.04 |
Details
2026-09-02 22:17:48 -04:00
Versions (4)
View all
Container
1
OCI / Docker
linux/amd64
4.1 GiB
latest
2026-09-02
flutter-3.47.2-dotnet-10.0-node-24.20.0
2026-09-02
buildcache
2026-09-02
flutter-3.47.2-dotnet-10.0
2026-09-02