mirrors/redpanda-console (v2.4.5)
Published 2026-04-19 03:00:46 +00:00 by peterswimm
Installation
docker pull git.toilville.dev/toilville/mirrors/redpanda-console:v2.4.5sha256:3bb9b15fe0fb4756bdcfacd0333352734c19e44e2d2ebcc645948be0eb5a121cImage 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"] |