ci-images/ci-release (sha256:5511076253eb518ae32e55d3ee8624c00dba3f5f006d1a107adde4a0d6da58fd)

Published 2026-02-18 09:08:41 +01:00 by fmartingr in fmartingr/ci-images

Installation

docker pull git.nakama.town/fmartingr/ci-images/ci-release@sha256:5511076253eb518ae32e55d3ee8624c00dba3f5f006d1a107adde4a0d6da58fd
sha256:5511076253eb518ae32e55d3ee8624c00dba3f5f006d1a107adde4a0d6da58fd

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:25d708bf0b30ddee20c0b2764034e065aca922cafd48eb9c662e35ba02ccf1de in /
CMD ["/bin/bash"]
ARG TARGETARCH=arm64
ARG GO_VERSION=1.26.0
ARG BUN_VERSION=latest
ENV DEBIAN_FRONTEND=noninteractive
ENV PATH=/usr/local/go/bin:/root/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN |3 TARGETARCH=arm64 GO_VERSION=1.26.0 BUN_VERSION=latest /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl git make wget unzip upx-ucl && rm -rf /var/lib/apt/lists/* # buildkit
RUN |3 TARGETARCH=arm64 GO_VERSION=1.26.0 BUN_VERSION=latest /bin/sh -c install -m 0755 -d /etc/apt/keyrings && curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc && chmod a+r /etc/apt/keyrings/docker.asc && printf 'Types: deb\nURIs: https://download.docker.com/linux/ubuntu\nSuites: noble\nComponents: stable\nSigned-By: /etc/apt/keyrings/docker.asc\n' > /etc/apt/sources.list.d/docker.sources # buildkit
RUN |3 TARGETARCH=arm64 GO_VERSION=1.26.0 BUN_VERSION=latest /bin/sh -c echo 'deb [trusted=yes] https://repo.goreleaser.com/apt/ /' > /etc/apt/sources.list.d/goreleaser.list # buildkit
RUN |3 TARGETARCH=arm64 GO_VERSION=1.26.0 BUN_VERSION=latest /bin/sh -c apt-get update && apt-get install -y --no-install-recommends docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin goreleaser && rm -rf /var/lib/apt/lists/* # buildkit
RUN |3 TARGETARCH=arm64 GO_VERSION=1.26.0 BUN_VERSION=latest /bin/sh -c wget -q "https://go.dev/dl/go${GO_VERSION}.linux-${TARGETARCH}.tar.gz" && tar -C /usr/local -xzf "go${GO_VERSION}.linux-${TARGETARCH}.tar.gz" && rm "go${GO_VERSION}.linux-${TARGETARCH}.tar.gz" && go version # buildkit
RUN |3 TARGETARCH=arm64 GO_VERSION=1.26.0 BUN_VERSION=latest /bin/sh -c case "${TARGETARCH}" in amd64) BUN_ARCH="x64" ;; arm64) BUN_ARCH="aarch64" ;; *) echo "Unsupported architecture: ${TARGETARCH}" && exit 1 ;; esac && if [ "$BUN_VERSION" = "latest" ]; then BUN_URL="https://github.com/oven-sh/bun/releases/latest/download/bun-linux-${BUN_ARCH}.zip"; else BUN_URL="https://github.com/oven-sh/bun/releases/download/bun-v${BUN_VERSION}/bun-linux-${BUN_ARCH}.zip"; fi && curl -fsSL "$BUN_URL" -o /tmp/bun.zip && unzip -o /tmp/bun.zip -d /tmp/bun && install -m 0755 /tmp/bun/bun-linux-${BUN_ARCH}/bun /usr/local/bin/bun && rm -rf /tmp/bun /tmp/bun.zip && bun --version # buildkit
RUN |3 TARGETARCH=arm64 GO_VERSION=1.26.0 BUN_VERSION=latest /bin/sh -c echo "=== Installed versions ===" && go version && goreleaser --version && bun --version && docker --version && docker buildx version && upx --version | head -1 && git --version && echo "=== All tools installed ===" # buildkit

Labels

Key Value
org.opencontainers.image.created 2026-02-18T08:03:11Z
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision c96296cb69e43942189c1738b1e71bfadee17141
org.opencontainers.image.source https://git.nakama.town/fmartingr/ci-images.git
org.opencontainers.image.url https://git.nakama.town/fmartingr/ci-images
org.opencontainers.image.version 24.04
Details
Container
2026-02-18 09:08:41 +01:00
0
OCI / Docker
linux/arm64
283 MiB
Versions (2) View all
latest 2026-02-18
0.1.0 2026-02-18