sha256:4619f2741a7c4250bc70e1bea9e3bcd102e5709466201a797b36f73c7e6ac4f2
OS/ARCH
linux/amd64
Compressed size
46.32 MB
Last pushed
about 2 months by jonesckevin
Type
Image
Manifest digest
sha256:4619f2741a7c4250bc70e1bea9e3bcd102e5709466201a797b36f73c7e6ac4f2
Image Layers
1ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit3.67 MB2CMD ["/bin/sh"]0 B4ENV NGINX_VERSION=1.31.30 B5ENV PKG_RELEASE=10 B6ENV DYNPKG_RELEASE=10 B7RUN /bin/sh -c set -x1.8 MB8COPY docker-entrypoint.sh / # buildkit627 B9COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit957 B10COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit404 B11COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit1.18 KB12COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit1.37 KB13ENTRYPOINT ["/docker-entrypoint.sh"]0 B14EXPOSE map[80/tcp:{}]0 B15STOPSIGNAL SIGQUIT0 B16CMD ["nginx" "-g" "daemon off;"]0 B17RUN /bin/sh -c apk add26.54 MB18RUN /bin/sh -c addgroup -g970 B19RUN /bin/sh -c mkdir -p251 B20RUN /bin/sh -c python3 -m3.75 MB21ENV PATH=/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B22COPY api/requirements.txt /tmp/ # buildkit233 B23RUN /bin/sh -c pip install9.76 MB24COPY nginx/nginx.conf /etc/nginx/nginx.conf # buildkit1.39 KB25COPY nginx/security-headers.conf /etc/nginx/snippets/security-headers.conf # buildkit927 B26COPY app/ /usr/share/nginx/html/ # buildkit166.82 KB27RUN /bin/sh -c mv /usr/share/nginx/html/index.html11.34 KB28COPY api/server.py /app/server.py # buildkit18.96 KB29RUN /bin/sh -c chown appuser:appuser18.97 KB30COPY /build/questions.db /seed/questions.db # buildkit296.75 KB31RUN /bin/sh -c chown appuser:appuser296.75 KB32COPY supervisor/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit511 B33RUN /bin/sh -c echo '#!/bin/sh'544 B34ENV APP_TITLE=Trivia Quest0 B35ENV DATABASE_PATH=/data/questions.db0 B36ENV API_PORT=50000 B37ENV ADMIN_PASSWORD=admin1230 B38ENV ACCOUNTS_ENABLED=false0 B39ENV REQUIRE_USER_PASSWORD=false0 B40ENV TRUST_PROXY=false0 B41ENV MAX_UPLOAD_MB=250 B42ENV LOGIN_RATE_MAX=50 B43ENV LOGIN_RATE_WINDOW=9000 B44ENV PATH=/opt/venv/bin:/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B45EXPOSE [80/tcp]0 B46HEALTHCHECK {Test:[CMD-SHELL wget -q --spider0 B47CMD ["/start.sh"]0 BCommand
ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit