sha256:370e71f4af07159b6024e816131c557a1f6049c645ea63452ab0e2a792b7167d
OS/ARCH
linux/amd64
Compressed size
38.79 MB
Last pushed
about 22 hours by eilandert
Type
Image
Manifest digest
sha256:42b034dc0e13a8910b022ebff3992a67f76183442d7b8c9b7b7654e028970f89
Image Layers
1# debian.sh --arch 'amd64' out/28.45 MB3ENV DEBIAN_FRONTEND=noninteractive DIST=trixie LANG=C.UTF-8 LC_ALL=C.UTF-80 B4COPY deb.myguard.nl.gpg /usr/share/keyrings/deb.myguard.nl.gpg # buildkit1.37 KB5COPY --chmod=0755 bootstrap.sh /bootstrap.sh #143 B6RUN /bin/sh -c set -eux2.5 MB7HEALTHCHECK &{["CMD-SHELL" "test -f /tmp/healthy0 B8STOPSIGNAL SIGTERM0 B9CMD ["/bootstrap.sh"]0 B10LABEL org.opencontainers.image.authors=eilandert org.opencontainers.image.source=https://github.com/myguard-labs/dockerized org.opencontainers.image.url=https://hub.docker.com/r/eilandert/valkey org.opencontainers.image.documentation=https://deb.myguard.nl/2026/05/valkey-explained-redis-fork-debian-ubuntu-package/0 B11ENV DEBIAN_FRONTEND=noninteractive0 B12COPY --chmod=0755 bootstrap.sh /bootstrap.sh #672 B13COPY syslog-ng.conf /etc/syslog-ng/syslog-ng.conf # buildkit918 B14RUN /bin/sh -c set -eux7.84 MB15WORKDIR /var/lib/valkey32 B16VOLUME [/var/lib/valkey]0 B17EXPOSE map[6379/tcp:{}]0 B18STOPSIGNAL SIGTERM0 B19HEALTHCHECK &{["CMD-SHELL" "valkey-cli ping |0 B20CMD ["/bootstrap.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1789689600'