agentic-os (sha256:133a3c2f704f9d06ccf735f5504bdc6fa85d996a33671961231e47eef811ae83)

Published 2026-08-25 18:55:52 +00:00 by coilyco-ops in coilyco-flight-deck/agentic-os

Installation

docker pull forgejo.coilysiren.me/coilyco-flight-deck/agentic-os@sha256:133a3c2f704f9d06ccf735f5504bdc6fa85d996a33671961231e47eef811ae83
sha256:133a3c2f704f9d06ccf735f5504bdc6fa85d996a33671961231e47eef811ae83

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:0387b3d029de8fa08641ccfaa44c6a4ad07b93035420d53b49783ea27527d153 in /
CMD ["/bin/bash"]
ARG DOTNET_VERSION=10.0.302
ARG TARGETARCH=arm64
ENV PATH=/usr/local/dotnet:/usr/local/bin:/usr/bin:/bin DOTNET_ROOT=/usr/local/dotnet DOTNET_CLI_TELEMETRY_OPTOUT=1 DOTNET_NOLOGO=1
LABEL org.opencontainers.image.source=https://forgejo.coilysiren.me/coilyco-flight-deck/agentic-os org.opencontainers.image.licenses=MIT org.opencontainers.image.title=agentic-os .NET build payload
SHELL [/bin/bash -o pipefail -c]
RUN |2 DOTNET_VERSION=10.0.302 TARGETARCH=arm64 /bin/bash -o pipefail -c TARGETARCH="${TARGETARCH}" bash /tmp/prepare-build-stage.sh # buildkit
RUN |2 DOTNET_VERSION=10.0.302 TARGETARCH=arm64 /bin/bash -o pipefail -c set -eux; . /opt/agentic-os/arch.env; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl; rm -rf /var/lib/apt/lists/*; curl --retry 5 --retry-all-errors --retry-delay 2 -fsSL https://dot.net/v1/dotnet-install.sh -o /tmp/dotnet-install.sh; chmod 0755 /tmp/dotnet-install.sh; /tmp/dotnet-install.sh --version "${DOTNET_VERSION}" --architecture "${DOTNET_ARCH}" --install-dir /usr/local/dotnet --no-path; rm /tmp/dotnet-install.sh; chmod -R a+rX /usr/local/dotnet; dotnet --list-sdks # buildkit

Labels

Key Value
org.opencontainers.image.licenses MIT
org.opencontainers.image.source https://forgejo.coilysiren.me/coilyco-flight-deck/agentic-os
org.opencontainers.image.title agentic-os .NET build payload
org.opencontainers.image.version 24.04
Details
Container
2026-08-25 18:55:52 +00:00
0
OCI / Docker
linux/arm64
MIT
248 MiB
Versions (106) View all
v0.284.0 2026-08-29
release 2026-08-29
latest 2026-08-29
buildcache 2026-08-29