sha256:4aa6f64a9d7ad47d02d1b9cde7de7683d8736255fa1ec5f54cec09df2639731f
OS/ARCH
Compressed size
466.51 MB
Last pushed
about 1 month by infralettres
Type
Image
Manifest digest
sha256:4b5731b7102d725aa0a5977a74a1d6306a4a6f5cb54960b495d08699429954c9
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2RUN /bin/sh -c set -eux;1.22 MB3RUN /bin/sh -c set -eux;189 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;142 B13CMD ["irb"]0 B14ENV COREPACK_ENABLE_AUTO_PIN=00 B15ENV PSQL_CLIENT_VERSION=180 B16ENV NODE_VERSION=220 B17ENV YARN_VERSION=1.220 B18ENV SUPERCRONIC_VERSION=0.2.390 B19ENV NGINX_VERSION=1.28.00 B20ENV BUNDLER_VERSION=2.4.50 B21RUN /bin/sh -c apt-get update178.65 MB22RUN /bin/sh -c JEMALLOC_PATH=$(find /usr/lib295 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 -fsSL2.82 MB27RUN /bin/sh -c mkdir -p57.74 MB28RUN /bin/sh -c gem install1.48 KB29RUN /bin/sh -c groupadd -g3.3 KB30RUN /bin/sh -c mkdir -p137 B31WORKDIR /var/www/catima32 B32COPY ./docker/config/logrotate-catima /etc/logrotate.d/catima # buildkit246 B33RUN /bin/sh -c chmod 064432 B34RUN /bin/sh -c curl -fsSL1.64 MB35COPY ./docker/config/nginx.conf /var/www/catima/config/nginx.conf # buildkit734 B36COPY ./docker/config/nginx-catima.conf /etc/nginx/sites-available/default # buildkit1.01 KB37RUN /bin/sh -c ln -sf178 B38COPY Gemfile Gemfile.lock /var/www/catima/ #6.11 KB39RUN /bin/sh -c bundle config74.66 MB40COPY package.json yarn.lock /var/www/catima/ #120.6 KB41RUN /bin/sh -c yarn install50.51 MB42COPY docker/config/k8s-poststart.sh /var/www/catima/k8s-poststart.sh # buildkit357 B43RUN /bin/sh -c chmod +x353 B44COPY ./docker/config/supervisord-app-staging.conf /etc/supervisor/conf.d/supervisord.conf # buildkit545 B45COPY ./docker/config/entrypoint-app-staging.sh /usr/local/bin/entrypoint.sh # buildkit765 B46RUN /bin/sh -c chmod +x32 B47USER catima0 B48COPY --chown=catima:catima ./docker/config/crontab-catima /var/www/catima/config/crontab #520 B49COPY --chown=catima:catima . /var/www/catima/ #2.46 MB50COPY --chown=catima:catima ./docker/config/puma_helpers.rb /var/www/catima/config/puma_helpers.rb #1.88 KB51COPY --chown=catima:catima ./docker/config/puma.rb /var/www/catima/config/puma.rb #1.21 KB52RUN /bin/sh -c cp config/database.example.yml.stage620 B53RUN /bin/sh -c SECRET_KEY_BASE=dummy RAILS_ENV=staging16.74 MB54USER root0 B55RUN /bin/sh -c MAMMOTH_URL=$(node -pe4.19 MB56USER catima0 B57RUN /bin/sh -c curl -L7.91 KB58RUN /bin/sh -c rm -rf173 B59ENV RAILS_ENV=staging0 B60ENV NODE_ENV=production0 B61ENTRYPOINT ["entrypoint.sh"]0 B62CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'