ci-images/goreleaser-release (sha256:979b388a03ded5deb3f105034ac2e3edaf05f7cd943461dce2944a587e159cb1)

Published 2026-04-07 10:30:19 +02:00 by fmartingr

Installation

docker pull git.nakama.town/fmartingr/ci-images/goreleaser-release@sha256:979b388a03ded5deb3f105034ac2e3edaf05f7cd943461dce2944a587e159cb1
sha256:979b388a03ded5deb3f105034ac2e3edaf05f7cd943461dce2944a587e159cb1

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:3f78aa860931e0853077f09eb31eddbeeef8a9dd70977305b4876aa176770721 in /
CMD ["/bin/bash"]
ARG TARGETARCH=amd64
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=amd64 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 gnupg jq upx-ucl npm && rm -rf /var/lib/apt/lists/* # buildkit
RUN |3 TARGETARCH=amd64 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=amd64 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=amd64 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=amd64 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=amd64 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=amd64 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
LABEL org.opencontainers.image.title=goreleaser-release org.opencontainers.image.description=CI plugin for multi-architecture GoReleaser releases org.opencontainers.image.source=https://git.nakama.town/fmartingr/ci-images
COPY entrypoint.sh /entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
ENTRYPOINT ["/bin/bash" "/entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.created 2026-04-07T08:27:31.114Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision 94178b16e70691173915ea33ac5782a5f9c13d9e
org.opencontainers.image.source https://git.nakama.town/fmartingr/ci-images
org.opencontainers.image.title ci-images
org.opencontainers.image.url https://git.nakama.town/fmartingr/ci-images
org.opencontainers.image.version latest
Details
Container
2026-04-07 10:30:19 +02:00
0
OCI / Docker
linux/amd64
359 MiB
Versions (2) View all
buildcache 2026-04-07
latest 2026-04-07