sha256:0d0c1593894d8b45212bbfeebcab3d1004eaf689756868663f29c4b2ed81e9d8
OS/ARCH
linux/amd64
Compressed size
41.33 MB
Last pushed
over 2 years by germey
Type
Image
Manifest digest
sha256:0d0c1593894d8b45212bbfeebcab3d1004eaf689756868663f29c4b2ed81e9d8
Image Layers
127.27 MB2ARG EULA=@EULA_FILE@0 B3COPY EULA-Container.txt . # buildkit4.36 KB4CMD ["bash"]0 B5ARG RPMS_TO_INSTALL0 B6RUN |1 RPMS_TO_INSTALL=ca-certificates nginx nginx-filesystem12.02 MB7RUN |1 RPMS_TO_INSTALL=ca-certificates nginx nginx-filesystem93 B8COPY nginx.conf /etc/nginx/nginx.conf # buildkit491 B9COPY default.conf /etc/nginx/nginx.conf.default # buildkit599 B10EXPOSE map[80/tcp:{}]0 B11STOPSIGNAL SIGQUIT0 B12CMD ["nginx" "-g" "daemon off;"]0 B13COPY ./ /usr/share/nginx/html # buildkit2.02 MB14COPY nginx.conf /etc/nginx/default.conf.default # buildkit328 B15EXPOSE map[80/tcp:{}]0 BCommand