redpandadata-console (v2.6.0)
Published 2026-02-25 04:09:48 +00:00 by Bryan Mellott
Installation
docker pull gitea.bryanmellott.com/ign-images/redpandadata-console:v2.6.0sha256:467c628f5e77b1b03938078d74ccf144a4005c9e0ae6132969870c371fb9c79d
Image Layers
| ADD file:37a76ec18f9887751cd8473744917d08b7431fc4085097bb6a09d81b41775473 in / |
| CMD ["/bin/sh"] |
| WORKDIR /app |
| COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit |
| COPY /app/bin/console /app/console # buildkit |
| RUN /bin/sh -c apk update && apk add --no-cache openssh curl && apk upgrade --no-cache # buildkit |
| RUN /bin/sh -c ssh-keyscan github.com >> /etc/ssh/ssh_known_hosts # buildkit |
| RUN /bin/sh -c adduser -D redpandaconsole # buildkit |
| USER redpandaconsole:redpandaconsole |
| ENTRYPOINT ["./console"] |