{"architecture":"amd64","config":{"ExposedPorts":{"27017/tcp":{}},"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.17","JSYAML_VERSION=3.13.1","MONGO_PACKAGE=mongodb-org","MONGO_REPO=repo.mongodb.org","MONGO_MAJOR=4.4","MONGO_VERSION=4.4.29","HOME=/data/db"],"Entrypoint":["docker-entrypoint.sh"],"Cmd":["mongod"],"Volumes":{"/data/configdb":{},"/data/db":{}},"Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"20.04"},"ArgsEscaped":true},"created":"2024-02-29T23:25:19Z","history":[{"created":"2024-02-29T23:25:19Z","created_by":"/bin/sh -c #(nop) ARG RELEASE","empty_layer":true},{"created":"2024-02-29T23:25:19Z","created_by":"/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH","empty_layer":true},{"created":"2024-02-29T23:25:19Z","created_by":"/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu","empty_layer":true},{"created":"2024-02-29T23:25:19Z","created_by":"/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04","empty_layer":true},{"created":"2024-02-29T23:25:19Z","created_by":"/bin/sh -c #(nop) ADD file:e5742fae181dc02a419e48d202fdd6a561b79ccbe7d3415e15e3d2c12e444a2a in / "},{"created":"2024-02-29T23:25:19Z","created_by":"/bin/sh -c #(nop) CMD [\"/bin/bash\"]","empty_layer":true},{"created":"2024-02-29T23:25:19Z","created_by":"RUN /bin/sh -c set -eux; \tgroupadd --gid 999 --system mongodb; \tuseradd --uid 999 --system --gid mongodb --home-dir /data/db mongodb; \tmkdir -p /data/db /data/configdb; \tchown -R mongodb:mongodb /data/db /data/configdb # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-29T23:25:19Z","created_by":"RUN /bin/sh -c set -eux; \tapt-get update; \tapt-get install -y --no-install-recommends \t\tca-certificates \t\tjq \t\tnumactl \t\tprocps \t; \trm -rf /var/lib/apt/lists/* # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-29T23:25:19Z","created_by":"ENV GOSU_VERSION=1.17","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-29T23:25:19Z","created_by":"ENV JSYAML_VERSION=3.13.1","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-29T23:25:19Z","created_by":"RUN /bin/sh -c set -eux; \t\tsavedAptMark=\"$(apt-mark showmanual)\"; \tapt-get update; \tapt-get install -y --no-install-recommends \t\tgnupg \t\twget \t; \trm -rf /var/lib/apt/lists/*; \t\tdpkgArch=\"$(dpkg --print-architecture | awk -F- '{ print $NF }')\"; \twget -O /usr/local/bin/gosu \"https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch\"; \twget -O /usr/local/bin/gosu.asc \"https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc\"; \texport GNUPGHOME=\"$(mktemp -d)\"; \tgpg --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; \tgpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\" /usr/local/bin/gosu.asc; \t\tmkdir -p /opt/js-yaml/; \twget -O /opt/js-yaml/js-yaml.js \"https://github.com/nodeca/js-yaml/raw/${JSYAML_VERSION}/dist/js-yaml.js\"; \twget -O /opt/js-yaml/package.json \"https://github.com/nodeca/js-yaml/raw/${JSYAML_VERSION}/package.json\"; \tln -s /opt/js-yaml/js-yaml.js /js-yaml.js; \t\texport GNUPGHOME=\"$(mktemp -d)\"; \twget -O KEYS 'https://pgp.mongodb.com/server-4.4.asc'; \tgpg --batch --import KEYS; \tmkdir -p /etc/apt/keyrings; \tgpg --batch --export --armor '20691EEC35216C63CAF66CE1656408E390CFB1F5' \u003e /etc/apt/keyrings/mongodb.asc; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\" KEYS; \t\tapt-mark auto '.*' \u003e /dev/null; \tapt-mark manual $savedAptMark \u003e /dev/null; \tapt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \t\tchmod +x /usr/local/bin/gosu; \tgosu --version; \tgosu nobody true # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-29T23:25:19Z","created_by":"RUN /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-29T23:25:19Z","created_by":"ARG MONGO_PACKAGE=mongodb-org","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-29T23:25:19Z","created_by":"ARG MONGO_REPO=repo.mongodb.org","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-29T23:25:19Z","created_by":"ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-29T23:25:19Z","created_by":"ENV MONGO_MAJOR=4.4","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-29T23:25:19Z","created_by":"RUN |2 MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org /bin/sh -c echo \"deb [ signed-by=/etc/apt/keyrings/mongodb.asc ] http://$MONGO_REPO/apt/ubuntu focal/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse\" | tee \"/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list\" # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-29T23:25:19Z","created_by":"ENV MONGO_VERSION=4.4.29","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-29T23:25:19Z","created_by":"RUN |2 MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org /bin/sh -c set -x \t\u0026\u0026 export DEBIAN_FRONTEND=noninteractive \t\u0026\u0026 apt-get update \t\u0026\u0026 apt-get install -y \t\t${MONGO_PACKAGE}=$MONGO_VERSION \t\t${MONGO_PACKAGE}-server=$MONGO_VERSION \t\t${MONGO_PACKAGE}-shell=$MONGO_VERSION \t\t${MONGO_PACKAGE}-mongos=$MONGO_VERSION \t\t${MONGO_PACKAGE}-tools=$MONGO_VERSION \t\u0026\u0026 rm -rf /var/lib/apt/lists/* \t\u0026\u0026 rm -rf /var/lib/mongodb \t\u0026\u0026 mv /etc/mongod.conf /etc/mongod.conf.orig # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-29T23:25:19Z","created_by":"VOLUME [/data/db /data/configdb]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-29T23:25:19Z","created_by":"ENV HOME=/data/db","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-29T23:25:19Z","created_by":"COPY docker-entrypoint.sh /usr/local/bin/ # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-29T23:25:19Z","created_by":"ENTRYPOINT [\"docker-entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-29T23:25:19Z","created_by":"EXPOSE map[27017/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-29T23:25:19Z","created_by":"CMD [\"mongod\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:4a1518ebc26e2e4c26f1c5d78a36d41d87d2fd4a7e4ad37c5f9033f2eb52f26b","sha256:3471dfb3a4c12fd978c0ad15fde8c789f76f302350083e2bd323e6c64dc7617d","sha256:c5b99a0c43d912f760566bc8be89d1adb90f7523bde1298fd261c686e627a3c4","sha256:ef71be29b96d0f80fac6e45ec712af015262723a1e68180b5471af1ffcd46cd3","sha256:0c6758c96d3adb14144e437341d89741f076630b8579217a409d3a173d163379","sha256:dff3cd2c27fc236e3f648a1f50822a03f4fc3a861563af7279f4b7f6a448587f","sha256:dbf4e9efe970a2cbae3a023c46a2aea8b17644cf250c80878bd934ef753e5044","sha256:ad69897f37b4867d56a9006ec6e9c07697c361290a8d1884211982f0875d9364"]}}