rulebricks/valkey-admin:1.0.1

Multi-platform
Index digest

sha256:7d7b015c9964316b8eaa1660d0faec29e810d6be35cdafed4d86bd0c3d03acd7

OS/ARCH

Compressed size

107.89 MB

Last pushed

about 1 month by rulebricks

Type

Image

Manifest digest

sha256:dbb9b09a210417ce566d4044929e206561b2e0fd3ba8f527f0fee5a8c14ff9ff

Image Layers

1# debian.sh --arch 'arm64' out/26.81 MB
2RUN /bin/sh -c groupadd --gid3.23 KB
3ENV NODE_VERSION=22.22.20 B
4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.67 MB
5ENV YARN_VERSION=1.22.220 B
6RUN /bin/sh -c set -ex1.63 MB
7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B
8ENTRYPOINT ["docker-entrypoint.sh"]0 B
9CMD ["node"]0 B
10RUN /bin/sh -c apt-get update3.2 MB
11WORKDIR /app93 B
12ENV NODE_ENV=production0 B
13ENV DEPLOYMENT_MODE=Web0 B
14COPY package.json package-lock.json ./ #131.08 KB
15COPY apps/server/package.json ./apps/server/package.json # buildkit605 B
16COPY common/package.json ./common/package.json # buildkit371 B
17COPY apps/metrics/config.yml ./apps/metrics/config.yml # buildkit677 B
18RUN /bin/sh -c npm ci27.1 MB
19COPY /app/common/dist ./common/dist # buildkit14.26 KB
20COPY /app/apps/server/dist ./apps/server/dist # buildkit17.51 KB
21COPY /app/apps/frontend/dist ./apps/frontend/dist # buildkit598.52 KB
22COPY /app/apps/metrics/dist ./apps/metrics/dist # buildkit748.35 KB
23EXPOSE [8080/tcp]0 B
24CMD ["node" "apps/server/dist/index.js"]0 B

Command

# debian.sh --arch 'arm64' out/ 'bookworm' '@1776729600'