{"architecture":"amd64","config":{"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["/bin/sh","-c","/bin/sh"],"Labels":{"architecture":"x86_64","build-date":"2023-12-07T06:07:13","com.redhat.component":"ubi9-micro-container","com.redhat.license_terms":"https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI","description":"Very small image which doesn't install the package manager.","distribution-scope":"public","io.buildah.version":"1.29.0","io.k8s.description":"Very small image which doesn't install the package manager.","io.k8s.display-name":"Ubi9-micro","io.openshift.expose-services":"","maintainer":"Red Hat, Inc.","name":"ubi9/ubi-micro","release":"9","summary":"ubi9 micro image","url":"https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/ubi-micro/images/9.3-9","vcs-ref":"7c8efa4a6b572674bf941c8ad74c59eb3ac8b9df","vcs-type":"git","vendor":"Red Hat, Inc.","version":"9.3"},"OnBuild":null},"created":"2023-12-14T01:40:43.004297817Z","history":[{"created":"2023-12-07T06:09:22.216237554Z","created_by":"/bin/sh -c #(nop) LABEL maintainer=\"Red Hat, Inc.\"","empty_layer":true},{"created":"2023-12-07T06:09:22.216296174Z","created_by":"/bin/sh -c #(nop) LABEL com.redhat.component=\"ubi9-micro-container\"","empty_layer":true},{"created":"2023-12-07T06:09:22.216308886Z","created_by":"/bin/sh -c #(nop) LABEL name=\"ubi9/ubi-micro\"","empty_layer":true},{"created":"2023-12-07T06:09:22.216346775Z","created_by":"/bin/sh -c #(nop) LABEL version=\"9.3\"","empty_layer":true},{"created":"2023-12-07T06:09:22.216385457Z","created_by":"/bin/sh -c #(nop) LABEL com.redhat.license_terms=\"https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI\"","empty_layer":true},{"created":"2023-12-07T06:09:22.216404974Z","created_by":"/bin/sh -c #(nop) LABEL summary=\"ubi9 micro image\"","empty_layer":true},{"created":"2023-12-07T06:09:22.216424929Z","created_by":"/bin/sh -c #(nop) LABEL description=\"Very small image which doesn't install the package manager.\"","empty_layer":true},{"created":"2023-12-07T06:09:22.216443891Z","created_by":"/bin/sh -c #(nop) LABEL io.k8s.display-name=\"Ubi9-micro\"","empty_layer":true},{"created":"2023-12-07T06:09:22.216457965Z","created_by":"/bin/sh -c #(nop) LABEL io.openshift.expose-services=\"\"","empty_layer":true},{"created":"2023-12-07T06:09:22.79551569Z","created_by":"/bin/sh -c #(nop) COPY dir:bffca7f1cea01d635849eba79168c57ae7a64b313db09850a0dd03d1bc4fe531 in / ","empty_layer":true},{"created":"2023-12-07T06:09:23.089297614Z","created_by":"/bin/sh -c #(nop) COPY file:eec73f859c6e7f6c8a9427ecc5249504fe89ae54dc3a1521b442674a90497d32 in /etc/yum.repos.d/ubi.repo ","empty_layer":true},{"created":"2023-12-07T06:09:23.089329041Z","created_by":"/bin/sh -c #(nop) CMD /bin/sh","empty_layer":true},{"created":"2023-12-07T06:09:23.089397953Z","created_by":"/bin/sh -c #(nop) LABEL release=9","empty_layer":true},{"created":"2023-12-07T06:09:23.389263548Z","created_by":"/bin/sh -c #(nop) ADD file:20e4474581f9318058e01f6e4cb8669f94323ab7b214e6cac95cdc4a519c3f37 in /root/buildinfo/content_manifests/ubi9-micro-container-9.3-9.json ","empty_layer":true},{"created":"2023-12-07T06:09:23.707230391Z","created_by":"/bin/sh -c #(nop) ADD file:a21d6b16e20f173055d6e2e38abf797365e016ac5ae6ae35b92bb05f62ff422a in /root/buildinfo/Dockerfile-ubi9-ubi-micro-9.3-9 ","empty_layer":true},{"created":"2023-12-07T06:09:23.906867615Z","created_by":"/bin/sh -c #(nop) LABEL \"distribution-scope\"=\"public\" \"vendor\"=\"Red Hat, Inc.\" \"build-date\"=\"2023-12-07T06:07:13\" \"architecture\"=\"x86_64\" \"vcs-type\"=\"git\" \"vcs-ref\"=\"7c8efa4a6b572674bf941c8ad74c59eb3ac8b9df\" \"io.k8s.description\"=\"Very small image which doesn't install the package manager.\" \"url\"=\"https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/ubi-micro/images/9.3-9\""},{"created":"2023-12-14T01:40:41.420252605Z","created_by":"ARG NODE_VERSION","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-14T01:40:41.420252605Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-14T01:40:41.420252605Z","created_by":"COPY /mnt/rootfs/ / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-12-14T01:40:41.571098639Z","created_by":"RUN |2 NODE_VERSION=16.18.1 TARGETARCH=amd64 /bin/sh -c mkdir -p nodeJSBinaries # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-12-14T01:40:41.801623002Z","created_by":"COPY nodeJS nodeJSBinaries # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-12-14T01:40:42.787950077Z","created_by":"RUN |2 NODE_VERSION=16.18.1 TARGETARCH=amd64 /bin/sh -c ARCHIVE_NAME=nodejs-${NODE_VERSION}-linux.tar.gz \u0026\u0026 if [ ${TARGETARCH} = \"arm64\" ]; then ARCHIVE_NAME=nodejs-${NODE_VERSION}-linux-arm64.tar.gz; fi \u0026\u0026 NODE_DIR_NAME=node-v${NODE_VERSION}-linux-x64 \u0026\u0026 if [ ${TARGETARCH} = \"arm64\" ]; then NODE_DIR_NAME=node-v${NODE_VERSION}-linux-arm64; fi \u0026\u0026 mv nodeJSBinaries/${ARCHIVE_NAME} . \u0026\u0026 tar xvzf ${ARCHIVE_NAME} \u0026\u0026 rm -f ${ARCHIVE_NAME} \u0026\u0026 mv ${NODE_DIR_NAME} /nodejs \u0026\u0026 ln -s /nodejs/bin/node /usr/bin/node \u0026\u0026 rm -rf nodeJSBinaries # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-12-14T01:40:43.004297817Z","created_by":"RUN |2 NODE_VERSION=16.18.1 TARGETARCH=amd64 /bin/sh -c groupadd -g 1131 worker    \u0026\u0026 useradd -Ms /bin/bash  -g worker -u 1131 worker # buildkit","comment":"buildkit.dockerfile.v0"}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:6eeab094aa100ca6e9e926dc9d7dbd4c71ca1315386ca53f140ee88841d75e11","sha256:ac7a559fabdabc080d0bd454cfa46e470268c6434b4646cbaa230c6cfb66c29f","sha256:0962f8c19ff28559bfb2d28109a4753fba19d8fb2f49c34ee02a9e48b86b22d7","sha256:1b5f8b7ae793a80a4a3b633d23454f319572077c586b165a26ed8e22628163f4","sha256:1734c085300b7017782e3455e4b9de6bbd6841cb4bba3ea45db83f199a20781c","sha256:972a066db395ebdfd09a8082b6eb261c4060c606882f02b0dac653e3c94f4d4e"]}}