sha256:9e99b5fd5051cf6560ea60860206d7ff490d21a48ba45419a86880ea260c348f
OS/ARCH
linux/amd64
Compressed size
240.94 MB
Last pushed
4 months by fshayani
Type
Image
Manifest digest
sha256:a07207e04e08c43eefa48978a4eb73015ee2b7cae88cd976edc9e9f6eba40461
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2RUN /bin/sh -c set -eux;1.22 MB3RUN /bin/sh -c set -eux;188 B4ENV LANG=C.UTF-80 B5ENV RUBY_VERSION=3.4.80 B6ENV RUBY_DOWNLOAD_URL=https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.8.tar.xz0 B7ENV RUBY_DOWNLOAD_SHA256=53a8ec71111449cbbd42224d8d27c493fa6ded228636731051c48604d4255d680 B8RUN /bin/sh -c set -eux;40.16 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 B14LABEL org.opencontainers.image.source=https://github.com/fshayani/kontilo0 B15LABEL org.opencontainers.image.description=Kontilo - Aplicação Rails0 B17WORKDIR /rails95 B18RUN /bin/sh -c apt-get update42.06 MB19ENV RAILS_ENV=production BUNDLE_DEPLOYMENT=1 BUNDLE_PATH=/usr/local/bundle BUNDLE_WITHOUT=development:test0 B20COPY /usr/local/bundle /usr/local/bundle # buildkit78.71 MB21COPY /rails /rails # buildkit25.19 MB22RUN /bin/sh -c groupadd --system25.19 MB23USER 1000:10000 B24ARG APP_VERSION=2026.050 B25ENV KONTILO_VERSION=2026.050 B26LABEL org.opencontainers.image.version=2026.050 B27ENTRYPOINT ["/rails/bin/docker-entrypoint"]0 B28HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:3000/up0 B29EXPOSE [3000/tcp]0 B30CMD ["./bin/rails" "server"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1771804800'