sha256:5870f65f374cc07e9ff6829c5571a69fd6792200bb92a6e4d2dff21bb6a5b85c
OS/ARCH
Compressed size
476.36 MB
Last pushed
5 days by infralettres
Type
Image
Manifest digest
sha256:2e90d0407f9129095175bea4294157341855a12c8ceefdb9ca7d89a308dbfc78
Image Layers
1# debian.sh --arch 'amd64' out/28.41 MB2RUN /bin/sh -c set -eux;1.22 MB3RUN /bin/sh -c set -eux;190 B4ENV LANG=C.UTF-80 B5ENV RUBY_VERSION=3.4.100 B6ENV RUBY_DOWNLOAD_URL=https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.10.tar.xz0 B7ENV RUBY_DOWNLOAD_SHA256=6f32ad662baafc228d12030dbcd284f83b034dd4337b300dc84ac74d11a1eb680 B8RUN /bin/sh -c set -eux;40.21 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;141 B13CMD ["irb"]0 B14ENV COREPACK_ENABLE_AUTO_PIN=00 B15ENV PSQL_CLIENT_VERSION=180 B16ENV NODE_VERSION=220 B17ENV PNPM_VERSION=12.4.10 B18ENV SUPERCRONIC_VERSION=0.2.390 B19ENV NGINX_VERSION=1.30.40 B20ENV BUNDLER_VERSION=2.4.50 B21RUN /bin/sh -c apt-get update75.11 MB22RUN /bin/sh -c JEMALLOC_PATH=$(find /usr/lib293 B23ENV LD_PRELOAD=/usr/local/lib/libjemalloc.so.20 B24ENV MALLOC_CONF=background_thread:true,dirty_decay_ms:5000,muzzy_decay_ms:5000,narenas:40 B25RUN /bin/sh -c ARCH=$(dpkg --print-architecture)7.13 MB26RUN /bin/sh -c curl -fsSL16.37 MB27RUN /bin/sh -c mkdir -p55.53 MB28RUN /bin/sh -c groupadd -g3.3 KB29RUN /bin/sh -c mkdir -p138 B30WORKDIR /var/www/catima32 B31COPY ./docker/config/logrotate-catima /etc/logrotate.d/catima # buildkit245 B32RUN /bin/sh -c chmod 064432 B33RUN /bin/sh -c apt-get update120.28 MB34RUN /bin/sh -c gem install1.49 KB35RUN /bin/sh -c corepack enable21.03 MB36COPY Gemfile Gemfile.lock /var/www/catima/ #6.13 KB37RUN /bin/sh -c bundle install111.06 MB38COPY ./docker/config/supervisord-worker-dev.conf /etc/supervisor/conf.d/supervisord.conf # buildkit408 B39COPY ./docker/config/entrypoint-worker-dev.sh /usr/local/bin/entrypoint.sh # buildkit272 B40RUN /bin/sh -c chmod +x32 B41ENTRYPOINT ["entrypoint.sh"]0 B42CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'