agentic-os (sha256:f58c34cf5381d68c7affa996dfd25e1f7436b675e0d1682b3a233f1b9c8125f8)

Published 2026-08-22 22:49:11 +00:00 by coilyco-ops in coilyco-flight-deck/agentic-os

Installation

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

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:cb9335ce6f27399c2b17787739d6675502767c53e0335ded2a5f0d003d996650 in /
CMD ["/bin/bash"]
ARG UV_VERSION=0.12.0
ARG TARGETARCH=amd64
ENV PATH=/usr/local/bin:/usr/bin:/bin UV_TOOL_DIR=/opt/uv/tools UV_TOOL_BIN_DIR=/usr/local/bin UV_PYTHON_INSTALL_DIR=/opt/uv/python
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 Python build payload
SHELL [/bin/bash -o pipefail -c]
RUN |2 UV_VERSION=0.12.0 TARGETARCH=amd64 /bin/bash -o pipefail -c TARGETARCH="${TARGETARCH}" bash /tmp/prepare-build-stage.sh # buildkit
RUN |2 UV_VERSION=0.12.0 TARGETARCH=amd64 /bin/bash -o pipefail -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl python3 python3-pip python3-venv; rm -rf /var/lib/apt/lists/*; curl --retry 5 --retry-all-errors --retry-delay 2 -fsSL "https://astral.sh/uv/${UV_VERSION}/install.sh" | env INSTALLER_NO_MODIFY_PATH=1 UV_INSTALL_DIR=/usr/local/bin sh; uv tool install pipenv; uv python install 3.13 3.12; chmod -R a+rwX /opt/uv; uv --version; pipenv --version; uv python list # 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 Python build payload
org.opencontainers.image.version 24.04
Details
Container
2026-08-22 22:49:11 +00:00
1
OCI / Docker
linux/amd64
MIT
150 MiB
Versions (106) View all
v0.284.0 2026-08-29
release 2026-08-29
latest 2026-08-29
buildcache 2026-08-29