rookframe (sha256:3bfc11e3ba54c4d97db91f967d86051f765acef777e758f302d75de7cfe79e4c)
Installation
docker pull forge.steffo.eu/steffo/rookframe@sha256:3bfc11e3ba54c4d97db91f967d86051f765acef777e758f302d75de7cfe79e4csha256:3bfc11e3ba54c4d97db91f967d86051f765acef777e758f302d75de7cfe79e4cAbout this package
Base build and deploy image for Forgejo Actions
Image layers
| LABEL org.opencontainers.image.title=Arch Linux base Image |
| LABEL org.opencontainers.image.description=Official containerd image of Arch Linux, a simple, lightweight Linux distribution aimed for flexibility. |
| LABEL org.opencontainers.image.authors=Santiago Torres-Arias <santiago@archlinux.org> (@SantiagoTorres), Christian Rebischke <Chris.Rebischke@archlinux.org> (@shibumi), Justin Kromlinger <hashworks@archlinux.org> (@hashworks) |
| LABEL org.opencontainers.image.url=https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/master/README.md |
| LABEL org.opencontainers.image.documentation=https://wiki.archlinux.org/title/Docker#Arch_Linux |
| LABEL org.opencontainers.image.source=https://gitlab.archlinux.org/archlinux/archlinux-docker |
| LABEL org.opencontainers.image.licenses=GPL-3.0-or-later |
| LABEL org.opencontainers.image.version=20260118.0.482696 |
| LABEL org.opencontainers.image.revision=0d7c4c0017584f9bcb495105cc412d6575f04564 |
| LABEL org.opencontainers.image.created=2026-01-18T00:07:00+00:00 |
| COPY /rootfs/ / # buildkit |
| RUN /bin/sh -c ldconfig && sed -i '/BUILD_ID/a VERSION_ID=20260118.0.482696' /etc/os-release # buildkit |
| ENV LANG=C.UTF-8 |
| CMD ["/usr/bin/bash"] |
| WORKDIR /root |
| RUN /bin/sh -c pacman --noconfirm --sync --refresh --sysupgrade # buildkit |
| RUN /bin/sh -c pacman --noconfirm --sync "git" # buildkit |
| RUN /bin/sh -c pacman --noconfirm --sync "curl" # buildkit |
| RUN /bin/sh -c pacman --noconfirm --sync "wget" # buildkit |
| RUN /bin/sh -c pacman --noconfirm --sync "unzip" # buildkit |
| RUN /bin/sh -c pacman --noconfirm --sync "rustup" # buildkit |
| RUN /bin/sh -c pacman --noconfirm --sync "python" # buildkit |
| RUN /bin/sh -c pacman --noconfirm --sync "python-pip" # buildkit |
| RUN /bin/sh -c pacman --noconfirm --sync "python-poetry" # buildkit |
| RUN /bin/sh -c pacman --noconfirm --sync "python-uv" # buildkit |
| RUN /bin/sh -c pacman --noconfirm --sync "twine" # buildkit |
| RUN /bin/sh -c pacman --noconfirm --sync "nodejs" # buildkit |
| RUN /bin/sh -c pacman --noconfirm --sync "deno" # buildkit |
| RUN /bin/sh -c pacman --noconfirm --sync "npm" # buildkit |
| RUN /bin/sh -c pacman --noconfirm --sync "yarn" # buildkit |
| RUN /bin/sh -c pacman --noconfirm --sync "pnpm" # buildkit |
| RUN /bin/sh -c pacman --noconfirm --sync "godot" # buildkit |
| RUN /bin/sh -c pacman --noconfirm --sync "docker" # buildkit |
| RUN /bin/sh -c pacman --noconfirm --sync "docker-compose" # buildkit |
| RUN /bin/sh -c pacman --noconfirm --sync "docker-buildx" # buildkit |
| RUN /bin/sh -c pacman --noconfirm --sync "gcc" # buildkit |
| RUN /bin/sh -c pacman --noconfirm --sync "inkscape" # buildkit |
| RUN /bin/sh -c pacman --noconfirm --sync "kubectl" # buildkit |
| RUN /bin/sh -c rustup default "stable" # buildkit |
| RUN /bin/sh -c mkdir --verbose --parents "/root/.local/share/godot/templates" # buildkit |
| RUN /bin/sh -c wget --verbose 'https://github.com/godotengine/godot/releases/download/4.5-stable/Godot_v4.5-stable_export_templates.tpz' --output-document='Godot_v4.5-stable_export_templates.tpz' && unzip "Godot_v4.5-stable_export_templates.tpz" && mv --verbose "templates" "/root/.local/share/godot/templates/4.5.stable" && rm --verbose "Godot_v4.5-stable_export_templates.tpz" # buildkit |
| RUN /bin/sh -c mkdir --verbose --parents '/opt/butler' # buildkit |
| RUN /bin/sh -c wget 'https://broth.itch.zone/butler/linux-amd64/LATEST/archive/default' --output-document='butler-linux-amd64.zip' && unzip -d '/opt/butler' 'butler-linux-amd64.zip' && rm --verbose 'butler-linux-amd64.zip' # buildkit |
| RUN /bin/sh -c npm install --global "@vscode/vsce" # buildkit |
| RUN /bin/sh -c npm install --global "ovsx" # buildkit |
| RUN /bin/sh -c mkdir --parents /root/.cargo # buildkit |
| ENV CARGO_HOME=/root/.cargo |
| COPY cargo/config.toml /root/.cargo/config.toml # buildkit |
| COPY cargo/credentials.toml /root/.cargo/credentials.toml # buildkit |
| ENTRYPOINT ["/usr/bin/bash"] |
| CMD [] |
| LABEL org.opencontainers.image.title=Rookframe |
| LABEL org.opencontainers.image.description=Base build and deploy image for Forgejo Actions |
| LABEL org.opencontainers.image.authors=Stefano Pigozzi <me@steffo.eu> |
| LABEL org.opencontainers.image.version=0.11.2 |
| LABEL org.opencontainers.image.licenses=EUPL-1.2 |
| LABEL org.opencontainers.image.url=https://forge.steffo.eu/steffo/-/packages/container/rookframe/latest |
| LABEL org.opencontainers.image.source=https://forge.steffo.eu/steffo/rookframe |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.authors | Stefano Pigozzi <me@steffo.eu> |
| org.opencontainers.image.created | 2026-01-18T00:07:00+00:00 |
| org.opencontainers.image.description | Base build and deploy image for Forgejo Actions |
| org.opencontainers.image.documentation | https://wiki.archlinux.org/title/Docker#Arch_Linux |
| org.opencontainers.image.licenses | EUPL-1.2 |
| org.opencontainers.image.revision | 0d7c4c0017584f9bcb495105cc412d6575f04564 |
| org.opencontainers.image.source | https://forge.steffo.eu/steffo/rookframe |
| org.opencontainers.image.title | Rookframe |
| org.opencontainers.image.url | https://forge.steffo.eu/steffo/-/packages/container/rookframe/latest |
| org.opencontainers.image.version | 0.11.2 |
Details
2026-01-22 11:21:24 +01:00
Versions (13)
View all
Container
1
OCI / Docker
linux/amd64
Stefano Pigozzi <me@steffo.eu>
EUPL-1.2
3.1 GiB