sha256:6782d157f1de41dbae91e2952f6a313516543ea130989cd78bf517486a4d757c
OS/ARCH
Compressed size
155.88 MB
Last pushed
4 months by onetimesecret
Type
Image
Manifest digest
sha256:6029b46e1b35a91259205ed6a0f727628bb71f7071d29c71c56160c35404c733
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c set -eux;3.35 MB3RUN /bin/sh -c set -eux;190 B4ENV LANG=C.UTF-80 B5ENV RUBY_VERSION=3.4.90 B6ENV RUBY_DOWNLOAD_URL=https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.9.tar.xz0 B7ENV RUBY_DOWNLOAD_SHA256=4231c54072601a171faed1699f105985e9971c94cd382b78feb4eb44eec2dd1a0 B8RUN /bin/sh -c set -eux;39.54 MB9ENV GEM_HOME=/usr/local/bundle0 B10ENV BUNDLE_SILENCE_ROOT_WARNING=1 BUNDLE_APP_CONFIG=/usr/local/bundle0 B11ENV PATH=/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B12RUN /bin/sh -c set -eux;142 B13CMD ["irb"]0 B14ARG APP_DIR=/app0 B15ARG PUBLIC_DIR=/app/public0 B16ARG VERSION=0.25.20 B17LABEL org.opencontainers.image.version=0.25.2 org.opencontainers.image.title=OneTime Secret org.opencontainers.image.description=Keep0 B18RUN |3 APP_DIR=/app PUBLIC_DIR=/app/public VERSION=0.25.23.05 MB19WORKDIR /app92 B20RUN |3 APP_DIR=/app PUBLIC_DIR=/app/public VERSION=0.25.21.08 KB21COPY /usr/local/bin/yq /usr/local/bin/yq # buildkit5.24 MB22COPY /usr/local/bundle /usr/local/bundle # buildkit63.18 MB23COPY --chown=appuser:appuser /app/public ./public #5.2 MB24COPY --chown=appuser:appuser /app/src ./src #3.68 MB25COPY --chown=appuser:appuser /app/generated ./generated #1.09 MB26COPY --chown=appuser:appuser /tmp/build-meta/commit_hash.txt ./.commit_hash.txt #156 B27COPY --chown=appuser:appuser bin ./bin #3.18 KB28COPY --chown=appuser:appuser apps ./apps #1.1 MB29COPY --chown=appuser:appuser etc/ ./etc/ #34.49 KB30COPY --chown=appuser:appuser lib ./lib #472.71 KB31COPY --chown=appuser:appuser migrations ./migrations #9.34 KB32COPY --chown=appuser:appuser docker/entrypoints/entrypoint.sh ./bin/ #2.82 KB33COPY --chown=appuser:appuser docker/entrypoints/healthcheck.sh ./bin/ #1.03 KB34COPY --chown=appuser:appuser install.sh ./ #3.46 KB35COPY --chown=appuser:appuser scripts ./scripts #324.12 KB36COPY --chown=appuser:appuser /app/bin/puma ./bin/puma #405 B37COPY --chown=appuser:appuser /app/package.json ./ #3.74 KB38COPY --chown=appuser:appuser config.ru Gemfile Gemfile.lock7.1 KB39ENV RACK_ENV=production ONETIME_HOME=/app PUBLIC_DIR=/app/public RUBY_YJIT_ENABLE=10 B40RUN |3 APP_DIR=/app PUBLIC_DIR=/app/public VERSION=0.25.220.5 KB41EXPOSE [3000/tcp]0 B42HEALTHCHECK &{["CMD-SHELL" "bin/healthcheck.sh"] "30s" "10s"0 B43USER appuser0 B44CMD ["bin/entrypoint.sh"]0 B45ARG VERSION=0.25.20 B46LABEL Name=onetimesecret-lite Version=0.25.20 B48LABEL org.opencontainers.image.description=Onetime Secret (Lite) is0 B49USER root0 B50RUN |1 VERSION=0.25.2 /bin/sh -c2.67 MB51RUN |1 VERSION=0.25.2 /bin/sh -c193 B52RUN |1 VERSION=0.25.2 /bin/sh -c720 B53RUN |1 VERSION=0.25.2 /bin/sh -c719 B54ENV HOST=127.0.0.1:30000 B55ENV PORT=30000 B56ENV STDOUT_SYNC=true0 B57ENV SSL=false0 B58ENV SECRET=CHANGEME0 B59ENV REDIS_URL=redis://localhost:6379/00 B60ENV RACK_ENV=production0 B61ENV AUTH_ENABLED=false0 B62EXPOSE [3000/tcp]0 B63CMD ["/onetime.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200'