redpanda-console (sha256:84a6462413798cc992cb20bfcf5ab6465e76cb32748b16cf4b3d10dec2649ef7)

Published 2026-06-04 23:02:32 +00:00 by peterswimm

Installation

docker pull git.toilville.dev/peterswimm/redpanda-console@sha256:84a6462413798cc992cb20bfcf5ab6465e76cb32748b16cf4b3d10dec2649ef7
sha256:84a6462413798cc992cb20bfcf5ab6465e76cb32748b16cf4b3d10dec2649ef7

Image layers

ADD alpine-minirootfs-3.23.4-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
WORKDIR /app
RUN /bin/sh -c apk update && apk upgrade --no-cache && apk add --no-cache openssh curl # buildkit
RUN /bin/sh -c ssh-keyscan github.com >> /etc/ssh/ssh_known_hosts # buildkit
RUN /bin/sh -c addgroup -S redpandaconsole && adduser -S redpandaconsole -G redpandaconsole # buildkit
COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit
COPY /workspace/backend/bin/console /app/console # buildkit
USER redpandaconsole
ENTRYPOINT ["./console"]
Details
Container
2026-06-04 23:02:32 +00:00
2
OCI / Docker
linux/arm64
53 MiB
Versions (1) View all
v3.7.3 2026-06-04