+ 4 more
sha256:1b23d7976f0210dbec74045c209e52fbb26d29b2e873d6c6fa3d3f0ae32c2a64
OS/ARCH
Compressed size
56.2 MB
Last pushed
over 2 years by doijanky
Type
Image
Vulnerabilities
Manifest digest
sha256:16ec1773958dcc4baa97c9256ef36cb537f6fa86343f4d8b2eb65e174bdd13c3
9
RUN /bin/sh -c set -eux; apk add --no-cache bash tini # buildkit
802.26 KB
10
WORKDIR /app
93 B
11
ARG MONGO_EXPRESS_REPOSITORY=mongo-express/mongo-express
0 B
12
ARG MONGO_EXPRESS_VERSION=release/v1.0.2
0 B
13
RUN |2 MONGO_EXPRESS_REPOSITORY=mongo-express/mongo-express MONGO_EXPRESS_VERSION=release/v1.0.2 /bin/sh -c set -eux; apk add --no-cache --virtual .me-fetch-deps git; git clone --depth 1 --branch "$MONGO_EXPRESS_VERSION" -c advice.detachedHead=false https://github.com/$MONGO_EXPRESS_REPOSITORY.git .; export DISABLE_V8_COMPILE_CACHE=1; yarn install; yarn build; yarn remove --all; yarn workspaces focus --production; yarn cache clean; apk del --no-network .me-fetch-deps; rm -rf .git* ~/.cache ~/.yarn # buildkit
13.64 MB
14
ENV ME_CONFIG_MONGODB_URL=mongodb://mongo:27017 ME_CONFIG_MONGODB_ENABLE_ADMIN=true ME_CONFIG_SITE_SESSIONSECRET=secret ME_CONFIG_BASICAUTH=true VCAP_APP_HOST=0.0.0.0
0 B
15
EXPOSE map[8081/tcp:{}]
0 B
16
COPY docker-entrypoint.sh / # buildkit
851 B
17
ENTRYPOINT ["/sbin/tini" "--" "/docker-entrypoint.sh"]
0 B
18
CMD ["mongo-express"]
0 B