Sign inSign up
mongo-express logo

mongo-express:1-18-alpine3.19

Multi-platform
Also known as:
1.0-18-alpine3.19
1.0.2-18-alpine3.19
Databases & storage
Index digest

sha256:7b4471277e3b8b91c53931bd96bed1a1a550759dfc1c864b874217fbdc7a3acd

OS/ARCH

Compressed size

56.14 MB

Last pushed

almost 2 years by doijanky

Type

Image

Vulnerabilities

2
40
27
17
0

Manifest digest

sha256:c8c577f7294cb472ed605828362a28ff5f18683998acfc48e0caa156ac943019

Layers (19)

node:4a6c9e465e101fbc0b17dfa2b7d48dfea8fbf3b7ab9eb7d564a16cec5682fa34
1
23
11
6
0
mongo-express:1-18-alpine3.19
1
24
17
12
0

9

RUN /bin/sh -c set -eux; apk add --no-cache bash tini # buildkit

862.43 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

850 B


17

ENTRYPOINT ["/sbin/tini" "--" "/docker-entrypoint.sh"]

0 B


18

CMD ["mongo-express"]

0 B