{"architecture":"arm64","config":{"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["/bin/sh","-c","/bin/sh"],"Labels":{"architecture":"aarch64","build-date":"2023-11-01T13:57:04","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":"6","summary":"ubi9 micro image","url":"https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/ubi-micro/images/9.3-6","vcs-ref":"7c8efa4a6b572674bf941c8ad74c59eb3ac8b9df","vcs-type":"git","vendor":"Red Hat, Inc.","version":"9.3"},"OnBuild":null},"created":"2023-12-05T08:25:14.806701377Z","history":[{"created":"2023-11-01T13:59:28.125745552Z","created_by":"/bin/sh -c #(nop) LABEL maintainer=\"Red Hat, Inc.\"","empty_layer":true},{"created":"2023-11-01T13:59:28.125784152Z","created_by":"/bin/sh -c #(nop) LABEL com.redhat.component=\"ubi9-micro-container\"","empty_layer":true},{"created":"2023-11-01T13:59:28.125794112Z","created_by":"/bin/sh -c #(nop) LABEL name=\"ubi9/ubi-micro\"","empty_layer":true},{"created":"2023-11-01T13:59:28.125812712Z","created_by":"/bin/sh -c #(nop) LABEL version=\"9.3\"","empty_layer":true},{"created":"2023-11-01T13:59:28.125832432Z","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-11-01T13:59:28.125850232Z","created_by":"/bin/sh -c #(nop) LABEL summary=\"ubi9 micro image\"","empty_layer":true},{"created":"2023-11-01T13:59:28.125864992Z","created_by":"/bin/sh -c #(nop) LABEL description=\"Very small image which doesn't install the package manager.\"","empty_layer":true},{"created":"2023-11-01T13:59:28.125882593Z","created_by":"/bin/sh -c #(nop) LABEL io.k8s.display-name=\"Ubi9-micro\"","empty_layer":true},{"created":"2023-11-01T13:59:28.125896673Z","created_by":"/bin/sh -c #(nop) LABEL io.openshift.expose-services=\"\"","empty_layer":true},{"created":"2023-11-01T13:59:28.301882087Z","created_by":"/bin/sh -c #(nop) COPY dir:8da1ddcf0dcd7764494533c54875ea3a5edbe4a46f181cf7639a61b8611a9577 in / ","empty_layer":true},{"created":"2023-11-01T13:59:28.416588593Z","created_by":"/bin/sh -c #(nop) COPY file:eec73f859c6e7f6c8a9427ecc5249504fe89ae54dc3a1521b442674a90497d32 in /etc/yum.repos.d/ubi.repo ","empty_layer":true},{"created":"2023-11-01T13:59:28.416606793Z","created_by":"/bin/sh -c #(nop) CMD /bin/sh","empty_layer":true},{"created":"2023-11-01T13:59:28.416645874Z","created_by":"/bin/sh -c #(nop) LABEL release=6","empty_layer":true},{"created":"2023-11-01T13:59:28.530867058Z","created_by":"/bin/sh -c #(nop) ADD file:5a7601246ebc4c368c8d6e28071c6af78d3b259cdb0e0142625fa01d6c591322 in /root/buildinfo/content_manifests/ubi9-micro-container-9.3-6.json ","empty_layer":true},{"created":"2023-11-01T13:59:28.646047767Z","created_by":"/bin/sh -c #(nop) ADD file:e14ea0f4c73a8c1f370818d75287392581180168dbf9b899fb037bd88a5ab4b4 in /root/buildinfo/Dockerfile-ubi9-ubi-micro-9.3-6 ","empty_layer":true},{"created":"2023-11-01T13:59:28.708488679Z","created_by":"/bin/sh -c #(nop) LABEL \"distribution-scope\"=\"public\" \"vendor\"=\"Red Hat, Inc.\" \"build-date\"=\"2023-11-01T13:57:04\" \"architecture\"=\"aarch64\" \"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-6\""},{"created":"2023-12-05T08:25:10.745000571Z","created_by":"ARG NODE_VERSION","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-05T08:25:10.745000571Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-05T08:25:10.745000571Z","created_by":"COPY /mnt/rootfs/ / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-12-05T08:25:10.993887107Z","created_by":"RUN |2 NODE_VERSION=20.10.0 TARGETARCH=arm64 /bin/sh -c mkdir -p nodeJSBinaries # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-12-05T08:25:11.35639163Z","created_by":"COPY nodeJS nodeJSBinaries # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-12-05T08:25:14.391003537Z","created_by":"RUN |2 NODE_VERSION=20.10.0 TARGETARCH=arm64 /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-05T08:25:14.806701377Z","created_by":"RUN |2 NODE_VERSION=20.10.0 TARGETARCH=arm64 /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:29ede5ae9112427fa8e557771b538ae2e8c94ead8f438cfee7656298dfb4f41d","sha256:64d2992dc8dbc8048d46a91e4aa7c0f0cc5638c481bd21041f8ddf9767bf03c5","sha256:f67d641c4fd3d5ace4afbd572dc825495f68e910a872444dd78733afceead06b","sha256:e4e38dd4e68396f5de349b1a85161a2699120c806f82edc4653a9b05037383c5","sha256:eadae326b745c615c816a4404c328a4d31dd034a8f4e182621bfb5847d3c23d2","sha256:7038e77769e3c2f9528078d7a101c3bed2515c195dece0db9a0de2e61cb1e32e"]}}