sha256:4c73e696adbdb9696c11e79f9f046c000092530ca35f05f25c581cff20bf717a
OS/ARCH
linux/amd64
Compressed size
393.84 MB
Last pushed
10 months by sameersbn
Type
Image
Manifest digest
sha256:1511c832739a2bacf377a327e3c38a306d6cd6d053b4c52d54e4c35eeedfc8cd
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c set -eux;3.35 MB3RUN /bin/sh -c set -eux;190 B4ENV LANG=C.UTF-80 B5ENV RUBY_VERSION=3.2.90 B6ENV RUBY_DOWNLOAD_URL=https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.9.tar.xz0 B7ENV RUBY_DOWNLOAD_SHA256=cf6699d0084c588e7944d92e1a8edda28b1cc3ee471a1f0aebb4b3d32c9753b20 B8RUN /bin/sh -c set -eux;34.3 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 B15ENV RUBY_VERSION=3.2 REDMINE_VERSION=5.1.10 REDMINE_USER=redmine REDMINE_HOME=/home/redmine0 B16ENV REDMINE_INSTALL_DIR=/home/redmine/redmine REDMINE_DATA_DIR=/home/redmine/data REDMINE_BUILD_ASSETS_DIR=/etc/docker-redmine/build REDMINE_RUNTIME_ASSETS_DIR=/etc/docker-redmine/runtime0 B17RUN /bin/sh -c apt-get update260.96 MB18COPY assets/build/ /etc/docker-redmine/build/ # buildkit2.78 KB19RUN /bin/sh -c bash ${REDMINE_BUILD_ASSETS_DIR}/install.sh68.3 MB20COPY assets/runtime/ /etc/docker-redmine/runtime/ # buildkit19.4 KB21COPY assets/tools/ /usr/bin/ # buildkit390 B22COPY entrypoint.sh /sbin/entrypoint.sh # buildkit775 B23COPY VERSION /VERSION # buildkit112 B24RUN /bin/sh -c chmod 755446 B25EXPOSE &{[{{44 0} {44 0}}]0 B26WORKDIR /home/redmine/redmine32 B27ENTRYPOINT ["/sbin/entrypoint.sh"]0 B28CMD ["app:start"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1757289600'