Sign inSign up

openproject/community:13.3.1-slim

Multi-platform
Index digest

sha256:7b82fc113d829d90134f6cb9be7ce6662dfce6e9352a6798a5b5d4380fa1d355

OS/ARCH

Compressed size

389.6 MB

Last pushed

over 2 years by openprojectci

Type

Image

Manifest digest

sha256:a9ae8f19eb17e0961b30384fa128745697b46252a559bd100f096097282f5dce

Image Layers

1ADD file ... in / 28.68 MB
2CMD ["bash"]0 B
3RUN /bin/sh -c set -eux;8.81 MB
4RUN /bin/sh -c set -eux;199 B
5ENV LANG=C.UTF-80 B
6ENV RUBY_VERSION=3.2.30 B
7ENV RUBY_DOWNLOAD_URL=https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.3.tar.xz0 B
8ENV RUBY_DOWNLOAD_SHA256=cfb231954b8c241043a538a4c682a1cca0b2016d835fee0b9e4a0be3ceba476b0 B
9RUN /bin/sh -c set -eux;32.84 MB
10ENV GEM_HOME=/usr/local/bundle0 B
11ENV BUNDLE_SILENCE_ROOT_WARNING=1 BUNDLE_APP_CONFIG=/usr/local/bundle0 B
12ENV PATH=/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
13RUN /bin/sh -c mkdir -p143 B
14CMD ["irb"]0 B
16ENV APP_USER=app0 B
17ENV APP_PATH=/app0 B
18ENV APP_DATA_PATH=/var/openproject/assets0 B
19ENV PGVERSION=130 B
20ENV CURRENT_PGVERSION=130 B
21ENV NEXT_PGVERSION=150 B
22ENV PGBIN=/usr/lib/postgresql/13/bin0 B
23ENV BUNDLE_WITHOUT=development:test0 B
24ENV SECRET_KEY_BASE=OVERWRITE_ME0 B
25ENV RAILS_ENV=production0 B
26ENV RAILS_LOG_TO_STDOUT=10 B
27ENV RAILS_SERVE_STATIC_FILES=10 B
28ENV OPENPROJECT_EDITION=standard0 B
29ENV OPENPROJECT_INSTALLATION__TYPE=docker0 B
30ENV OPENPROJECT_ATTACHMENTS__STORAGE__PATH=/var/openproject/assets/files0 B
31ENV OPENPROJECT_RAILS__CACHE__STORE=file_store0 B
32RUN /bin/sh -c useradd -d3.99 KB
33RUN /bin/sh -c mkdir -p94 B
34RUN /bin/sh -c mkdir -p146 B
35WORKDIR /app32 B
36RUN /bin/sh -c apt-get update60.86 MB
37COPY /usr/local/bundle /usr/local/bundle # buildkit160.59 MB
38COPY /app/public/assets /app/public/assets # buildkit37.27 MB
39COPY /app/config/frontend_assets.manifest.json /app/config/frontend_assets.manifest.json # buildkit7.31 KB
40COPY . . # buildkit60.52 MB
41COPY ./config/database.production.yml /app/config/database.yml # buildkit1.17 KB
42COPY /app/Gemfile.lock /app/ # buildkit7.99 KB
43ENV BUNDLE_FROZEN=true0 B
44RUN /bin/sh -c tmp_path=$APP_PATH/tmp; (mkdir115 B
45USER app0 B
46RUN /bin/sh -c ln -s167 B
47EXPOSE map[8080/tcp:{}]0 B
48CMD ["./docker/prod/web"]0 B
49VOLUME [/var/openproject/assets]0 B

Command

ADD file:ef14ef2abd4725ea6056637e44d9261e2b025853230ea45636b67a735b3d4918 in /