agentic-os (sha256:1b5471daedb013f304aece8396efaed2094a5fe1f9fd51f2d5e5d22d8bf1b907)

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

Installation

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

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:cb9335ce6f27399c2b17787739d6675502767c53e0335ded2a5f0d003d996650 in /
CMD ["/bin/bash"]
ARG NODE_VERSION=22.23.2
ARG TARGETARCH=amd64
ENV PATH=/usr/local/node/bin:/usr/local/bin:/usr/bin:/bin
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 Node build payload
SHELL [/bin/bash -o pipefail -c]
RUN |2 NODE_VERSION=22.23.2 TARGETARCH=amd64 /bin/bash -o pipefail -c TARGETARCH="${TARGETARCH}" bash /tmp/prepare-build-stage.sh # buildkit
RUN |2 NODE_VERSION=22.23.2 TARGETARCH=amd64 /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 xz-utils; rm -rf /var/lib/apt/lists/*; curl --retry 5 --retry-all-errors --retry-delay 2 -fsSL "https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-${NODE_ARCH}.tar.xz" -o /tmp/node.tar.xz; install -d /usr/local/node; tar -xJf /tmp/node.tar.xz -C /usr/local/node --strip-components=1 --exclude='*/CHANGELOG.md' --exclude='*/README.md' --exclude='*/LICENSE'; rm /tmp/node.tar.xz; node --version; npm --version # 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 Node build payload
org.opencontainers.image.version 24.04
Details
Container
2026-08-25 18:55:48 +00:00
0
OCI / Docker
linux/amd64
MIT
87 MiB
Versions (106) View all
v0.284.0 2026-08-29
release 2026-08-29
latest 2026-08-29
buildcache 2026-08-29