Sign inSign up

percona/valkey-bundle:9.1.2-hardened

Multi-platform
Index digest

sha256:4da6701683136388fee0e26a838f80b98ecb31b8f6e64b6b091e3ff74c4f3c24

OS/ARCH

Compressed size

35.56 MB

Last pushed

17 days by perconascript

Type

Image

Manifest digest

sha256:1a701caa4f31ab9732b93027f04bb3388915ee1870a9d083fcc103d49ed1c409

Image Layers

1add root layout177.13 KB
2mount /out from exec sh12.41 MB
3add users and groups334 B
4merge status6.83 KB
5add metadata5.79 KB
6ARG BASE_IMAGE=dhi.io/debian-base0 B
7ARG BASE_RUNTIME_TAG=trixie0 B
8ARG BASE_RUNTIME_DIGEST=sha256:e440d0dabdc54675aa9601f0d794c39f549b6178946cfeffd3b5a31da33ec2d30 B
9ARG VALKEY_VERSION=9.1.20 B
10ENV VALKEY_VERSION=9.1.20 B
11LABEL [email protected] org.opencontainers.image.source=https://github.com/valkey-io/valkey-bundle org.opencontainers.image.vendor=Percona org.opencontainers.image.title=Percona0 B
12COPY /runtime/etc/passwd.valkey /etc/passwd # buildkit197 B
13COPY /runtime/etc/group.valkey /etc/group # buildkit157 B
14COPY /runtime/usr/local/bin/ /usr/local/bin/ # buildkit6.2 MB
15COPY /runtime/etc/valkey/ /etc/valkey/ # buildkit46.05 KB
16COPY /runtime/usr/lib/valkey/modules/ /usr/lib/valkey/modules/ # buildkit10.45 MB
17COPY /runtime/usr/lib/ /usr/lib/ # buildkit6.27 MB
18COPY --chown=valkey:valkey /runtime/data/ /data/ #99 B
19COPY --chown=valkey:valkey /runtime/run/valkey/ /run/valkey/ #127 B
20WORKDIR /data32 B
21HEALTHCHECK {Test:[CMD valkey-cli ping] Interval:30s0 B
22VOLUME [/data]0 B
23EXPOSE [6379/tcp]0 B
24USER valkey0 B
25ENTRYPOINT ["/usr/local/bin/bundle-docker-entrypoint.sh"]0 B
26CMD ["valkey-server"]0 B

Command

add root layout