scc (1.1.17-python-rust-go-fedora-arm64)
Installation
docker pull forge.stacktop.network/openstacktop/scc:1.1.17-python-rust-go-fedora-arm64sha256:a0d1ace372c90aac94fe76cad2da55373e1217d9d8fbba7cc0dc6c21c64c0173Image layers
| LABEL maintainer=Clement Verna <cverna@fedoraproject.org> |
| ENV DISTTAG=f44container FGC=f44 FBR=f44 |
| ADD fedora-20260527.tar / # buildkit |
| CMD ["/bin/bash"] |
| RUN /bin/sh -c dnf install -y --setopt=install_weak_deps=False ca-certificates git ripgrep gcc make pkgconf-pkg-config openssl-devel && dnf clean all # buildkit |
| RUN /bin/sh -c curl -fsSL https://sh.rustup.rs | sh -s -- -y --default-toolchain none --profile minimal # buildkit |
| ARG GO_VERSION=1.26.4 |
| ARG TARGETARCH=arm64 |
| RUN |2 GO_VERSION=1.26.4 TARGETARCH=arm64 /bin/sh -c curl -fsSL "https://go.dev/dl/go${GO_VERSION}.linux-${TARGETARCH}.tar.gz" | tar -C /usr/local -xzf - # buildkit |
| ENV GOTOOLCHAIN=auto |
| ARG UV_VERSION=0.11.14 |
| RUN |3 GO_VERSION=1.26.4 TARGETARCH=arm64 UV_VERSION=0.11.14 /bin/sh -c curl -fsSL "https://astral.sh/uv/${UV_VERSION}/install.sh" | sh # buildkit |
| ENV PATH=/root/.local/bin:/root/.cargo/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| ARG PYTHON_VERSION=3.14.5 |
| RUN |4 GO_VERSION=1.26.4 TARGETARCH=arm64 UV_VERSION=0.11.14 PYTHON_VERSION=3.14.5 /bin/sh -c uv python install "${PYTHON_VERSION}" && ln -sf "$(uv python find ${PYTHON_VERSION})" /usr/local/bin/python && ln -sf "$(uv python find ${PYTHON_VERSION})" /usr/local/bin/python3 # buildkit |
| COPY scc-entrypoint.sh /usr/local/bin/scc-entrypoint.sh # buildkit |
| RUN |4 GO_VERSION=1.26.4 TARGETARCH=arm64 UV_VERSION=0.11.14 PYTHON_VERSION=3.14.5 /bin/sh -c chmod +x /usr/local/bin/scc-entrypoint.sh # buildkit |
| WORKDIR /workspace |
| ENTRYPOINT ["/usr/local/bin/scc-entrypoint.sh"] |
| CMD [] |
Labels
| Key | Value |
|---|---|
| maintainer | Clement Verna <cverna@fedoraproject.org> |
Details
Versions (291)
View all
alpine-latest
2026-06-24
1.1.25-alpine-arm64
2026-06-24
1.1.25-alpine
2026-06-24
1.1.25-alpine-amd64
2026-06-24
1.1.24-alpine-arm64
2026-06-22