blog-astrowind (sha256:69655e0b3a30517b1ac1e8ba8bb7170a889988cb39979421a7ec1b6b6f5e9702)
Published 2024-12-22 14:40:11 +08:00 by Ivan
Installation
docker pull git.ivanli.cc/ivan/blog-astrowind@sha256:69655e0b3a30517b1ac1e8ba8bb7170a889988cb39979421a7ec1b6b6f5e9702
sha256:69655e0b3a30517b1ac1e8ba8bb7170a889988cb39979421a7ec1b6b6f5e9702
Image Layers
ADD alpine-minirootfs-3.20.3-x86_64.tar.gz / # buildkit |
CMD ["/bin/sh"] |
COPY file:e952551317a20eb8c3f0117a9855d2d93c8db7fe7661e499153bbb859be86dea in /app/ |
ENTRYPOINT ["/app/miniserve"] |
RUN /bin/sh -c adduser -D www # buildkit |
COPY ./dist /app # buildkit |
RUN /bin/sh -c chown -R www:www /app # buildkit |
USER www |
EXPOSE map[8080/tcp:{}] |
CMD ["--port" "8080" "--index" "index.html" "-v" "/app"] |
Labels
Key | Value |
---|---|
io.buildah.version | 1.23.1 |
org.opencontainers.image.created | 2024-12-22T06:40:03.357Z |
org.opencontainers.image.description | |
org.opencontainers.image.licenses | |
org.opencontainers.image.revision | f29c3ac4cb3f6f51912a34b17e7e0541e7b41965 |
org.opencontainers.image.source | https://git.ivanli.cc/Ivan/blog-astrowind |
org.opencontainers.image.title | blog-astrowind |
org.opencontainers.image.url | https://git.ivanli.cc/Ivan/blog-astrowind |
org.opencontainers.image.version | main |