sha256:fdc99d63e14ba74ed288fe30bb42ae8c684210f1516d7e8020c48589182c80a5
OS/ARCH
Compressed size
137.28 MB
Last pushed
about 1 month by negrii
Type
Image
Manifest digest
sha256:8206a0cbc516ddde4ac833500b5badfdbb37bb5b8e0ba5f685e04734345d0606
Image Layers
1ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit3.99 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=24.19.00 B4RUN /bin/sh -c addgroup -g50.75 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11ENV NODE_ENV=production0 B12ENV HOST=0.0.0.00 B13ENV PORT=43210 B14ARG VERSION=1.2.00 B15ARG VCS_REF=59022f0dbf14d3a30a286d8eba165da3e99d6bdb0 B16ARG VCS_URL=https://github.com/Negri234279/proxy-control0 B17ARG BUILD_DATE=2026-08-19T03:05:00+02:000 B18ARG DESCRIPTION=Panel to govern Nginx0 B19LABEL org.opencontainers.image.title=proxy-control org.opencontainers.image.description=Panel to govern0 B20COPY /app/node_modules ./node_modules # buildkit81.14 MB21COPY /app/dist ./dist # buildkit196.83 KB22COPY package.json ./ # buildkit704 B23COPY /app/drizzle ./drizzle # buildkit3.37 KB24COPY /app/src/server/db/migrate.ts ./migrate.mjs # buildkit616 B25USER node0 B26EXPOSE [4321/tcp]0 B27HEALTHCHECK {Test:[CMD-SHELL wget -qO- "http://127.0.0.1:${PORT}/health"0 B28CMD ["node" "./dist/server/entry.mjs"]0 BCommand
ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit