sha256:439a75fb94f5a8521887779f150814723ae476c5b992e84bb2b2c416f62339c1
OS/ARCH
Compressed size
9.78 MB
Last pushed
22 days by projectsveltos
Type
Image
Manifest digest
sha256:fc1b8ebaaea66fe6d0e2204fbe2cbf86382e5271cd2d353d5dab7bd6370fcca8
Image Layers
1ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit3.99 MB2CMD ["/bin/sh"]0 B3RUN /bin/sh -c apk add5.02 MB4WORKDIR /app93 B5COPY /build/dist /app/dist # buildkit786.74 KB6COPY nginx.conf /etc/nginx/nginx.conf # buildkit315 B7COPY nginx.template.conf /etc/nginx/templates/nginx.template.conf # buildkit441 B8COPY scripts/docker-entrypoint.sh /docker-entrypoint.sh # buildkit658 B9COPY scripts/config.template.js /docker-entrypoint.d/config.template.js # buildkit278 B10RUN /bin/sh -c chmod +x659 B11ARG VITE_BACKEND_PORT=800 B12ARG VITE_BACKEND_NAME=ui-backend-manager0 B13ARG VITE_APP_BACKEND_URL0 B14ARG VITE_APP_VERSION=v1.14.0-fix0 B15ENV VITE_BACKEND_PORT=800 B16ENV VITE_BACKEND_NAME=ui-backend-manager0 B17ENV VITE_APP_BACKEND_URL=0 B18ENV VITE_APP_VERSION=v1.14.0-fix0 B19LABEL org.opencontainers.image.source=https://github.com/projectsveltos/dashboard org.opencontainers.image.url=https://projectsveltos.io org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.vendor=projectsveltos0 B20EXPOSE map[5173/tcp:{}]0 B21ENTRYPOINT ["/docker-entrypoint.sh"]0 BCommand
ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit