sha256:205e08e96d562f668e1fd911aa6abf43b14037e37e83d9ce138f3c9d3dbbeffa
OS/ARCH
Compressed size
160.52 MB
Last pushed
3 months by onetimesecret
Type
Image
Manifest digest
sha256:ba8a9972f20a346586b49a91510682220c5e1024554b0fb605eaca0b1e10c905
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2RUN /bin/sh -c set -eux;1.2 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;40.13 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;143 B13CMD ["irb"]0 B14ARG APP_DIR=/app0 B15ARG PUBLIC_DIR=/app/public0 B16ARG VERSION=0.26.0-rc00 B17LABEL org.opencontainers.image.version=0.26.0-rc0 org.opencontainers.image.title=OneTime Secret org.opencontainers.image.description=Keep0 B18RUN |3 APP_DIR=/app PUBLIC_DIR=/app/public VERSION=0.26.0-rc05.41 MB19WORKDIR /app93 B20RUN |3 APP_DIR=/app PUBLIC_DIR=/app/public VERSION=0.26.0-rc01.08 KB21COPY /usr/local/bin/yq /usr/local/bin/yq # buildkit4.76 MB22COPY /usr/local/bundle /usr/local/bundle # buildkit63.89 MB23COPY --chown=appuser:appuser /app/public ./public #5.48 MB24COPY --chown=appuser:appuser /app/src ./src #3.85 MB25COPY --chown=appuser:appuser /app/generated ./generated #1.1 MB26COPY --chown=appuser:appuser /tmp/build-meta/commit_hash.txt ./.commit_hash.txt #157 B27COPY --chown=appuser:appuser bin ./bin #3.73 KB28COPY --chown=appuser:appuser apps ./apps #1.66 MB29COPY --chown=appuser:appuser etc/ ./etc/ #33.85 KB30COPY --chown=appuser:appuser lib ./lib #531.15 KB31COPY --chown=appuser:appuser migrations ./migrations #11.79 KB32COPY --chown=appuser:appuser docker/entrypoints/entrypoint.sh ./bin/ #2.82 KB33COPY --chown=appuser:appuser docker/entrypoints/healthcheck.sh ./bin/ #1.05 KB34COPY --chown=appuser:appuser install.sh ./ #3.46 KB35COPY --chown=appuser:appuser scripts ./scripts #341.98 KB36COPY --chown=appuser:appuser /app/bin/puma ./bin/puma #405 B37COPY --chown=appuser:appuser /app/package.json ./ #3.71 KB38COPY --chown=appuser:appuser config.ru Gemfile Gemfile.lock6.96 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.26.0-rc023.68 KB41EXPOSE [3000/tcp]0 B42HEALTHCHECK &{["CMD-SHELL" "bin/healthcheck.sh"] "30s" "10s"0 B43USER appuser0 B44CMD ["bin/entrypoint.sh"]0 B45ARG VERSION=0.26.0-rc00 B46LABEL Name=onetimesecret-lite Version=0.26.0-rc00 B48LABEL org.opencontainers.image.description=Onetime Secret (Lite) is0 B49USER root0 B50RUN |1 VERSION=0.26.0-rc0 /bin/sh -c3.35 MB51RUN |1 VERSION=0.26.0-rc0 /bin/sh -c198 B52RUN |1 VERSION=0.26.0-rc0 /bin/sh -c717 B53RUN |1 VERSION=0.26.0-rc0 /bin/sh -c717 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 'arm64' out/ 'trixie' '@1779062400'