Sign inSign up

mitre/vulcan:v2.2.0

Security
Integration & delivery
Index digest

sha256:426d3714dd904ab8384a5960a1ae0d55696045fe272d4314daea2bd03e507927

OS/ARCH

linux/amd64

Compressed size

1.01 GB

Last pushed

about 1 year by rbclark

Type

Image

Manifest digest

sha256:fdda27b039a640e99c153aba029f33fb9fca7964aae140c971020c2b0fe86ac0

Image Layers

1# debian.sh --arch 'amd64' out/47 MB
2RUN /bin/sh -c set -eux;24.43 MB
3RUN /bin/sh -c set -eux;64.64 MB
4RUN /bin/sh -c set -ex;224.88 MB
5RUN /bin/sh -c set -eux;189 B
6ENV LANG=C.UTF-80 B
7ENV RUBY_VERSION=3.3.90 B
8ENV RUBY_DOWNLOAD_URL=https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.9.tar.xz0 B
9ENV RUBY_DOWNLOAD_SHA256=2b24a2180a2f7f63c099851a1d01e6928cf56d515d136a91bd2075423a7a76bb0 B
10RUN /bin/sh -c set -eux;36.67 MB
11ENV GEM_HOME=/usr/local/bundle0 B
12ENV BUNDLE_SILENCE_ROOT_WARNING=1 BUNDLE_APP_CONFIG=/usr/local/bundle0 B
13ENV PATH=/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
14RUN /bin/sh -c set -eux;143 B
15CMD ["irb"]0 B
16COPY certs/ /usr/local/share/ca-certificates/custom/ # buildkit792 B
17WORKDIR /usr/local/share/ca-certificates/custom32 B
18RUN /bin/sh -c for cert32 B
19WORKDIR /0 B
20ENV NODE_EXTRA_CA_CERTS=/etc/ssl/certs/ca-certificates.crt0 B
21RUN /bin/sh -c apt-get update63.2 MB
22ENV APP_HOME=/app0 B
23ENV RAILS_ENV=production0 B
24ENV RACK_ENV=production0 B
25ENV RAILS_LOG_TO_STDOUT=true0 B
26ENV RAILS_LOG_LEVEL=info0 B
27ENV RAILS_SERVE_STATIC_FILES=true0 B
28ENV RAILS_MAX_THREADS=50 B
29ENV WEB_CONCURRENCY=20 B
30ENV MALLOC_ARENA_MAX=20 B
31RUN /bin/sh -c mkdir $APP_HOME93 B
32WORKDIR /app32 B
33RUN /bin/sh -c gem install804.98 KB
34COPY Gemfile* /app/ # buildkit6.14 KB
35RUN /bin/sh -c bundle config67.7 MB
36COPY . /app # buildkit1.13 MB
37RUN /bin/sh -c yarn install412.23 MB
38ENV NODE_ENV=production0 B
39RUN /bin/sh -c chown -R89.06 MB
40USER 10000 B
41CMD ["rails" "server" "-b" "0.0.0.0"]0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1754870400'