{"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-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:42:09.41971721Z","history":[{"created":"2023-12-07T06:09:18.601768168Z","created_by":"/bin/sh -c #(nop) LABEL maintainer=\"Red Hat, Inc.\"","empty_layer":true},{"created":"2023-12-07T06:09:18.601806648Z","created_by":"/bin/sh -c #(nop) LABEL com.redhat.component=\"ubi9-micro-container\"","empty_layer":true},{"created":"2023-12-07T06:09:18.601817768Z","created_by":"/bin/sh -c #(nop) LABEL name=\"ubi9/ubi-micro\"","empty_layer":true},{"created":"2023-12-07T06:09:18.601834368Z","created_by":"/bin/sh -c #(nop) LABEL version=\"9.3\"","empty_layer":true},{"created":"2023-12-07T06:09:18.601852729Z","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:18.601870609Z","created_by":"/bin/sh -c #(nop) LABEL summary=\"ubi9 micro image\"","empty_layer":true},{"created":"2023-12-07T06:09:18.601885969Z","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:18.601905889Z","created_by":"/bin/sh -c #(nop) LABEL io.k8s.display-name=\"Ubi9-micro\"","empty_layer":true},{"created":"2023-12-07T06:09:18.601919289Z","created_by":"/bin/sh -c #(nop) LABEL io.openshift.expose-services=\"\"","empty_layer":true},{"created":"2023-12-07T06:09:18.780623734Z","created_by":"/bin/sh -c #(nop) COPY dir:4682db21a33175a709d2f77a288418ee57781f250a72379d0213628826625d39 in / ","empty_layer":true},{"created":"2023-12-07T06:09:18.895752873Z","created_by":"/bin/sh -c #(nop) COPY file:eec73f859c6e7f6c8a9427ecc5249504fe89ae54dc3a1521b442674a90497d32 in /etc/yum.repos.d/ubi.repo ","empty_layer":true},{"created":"2023-12-07T06:09:18.895770913Z","created_by":"/bin/sh -c #(nop) CMD /bin/sh","empty_layer":true},{"created":"2023-12-07T06:09:18.895812113Z","created_by":"/bin/sh -c #(nop) LABEL release=9","empty_layer":true},{"created":"2023-12-07T06:09:19.009361042Z","created_by":"/bin/sh -c #(nop) ADD file:ca3d712c95295145a2009ab4d6383ab17ca7ada2bc721c96b36e16c2bce5f7de in /root/buildinfo/content_manifests/ubi9-micro-container-9.3-9.json ","empty_layer":true},{"created":"2023-12-07T06:09:19.124136659Z","created_by":"/bin/sh -c #(nop) ADD file:2ef76caef35628061547eb0100497582d0933147bd69eb4461b28aa852ab6847 in /root/buildinfo/Dockerfile-ubi9-ubi-micro-9.3-9 ","empty_layer":true},{"created":"2023-12-07T06:09:19.182357772Z","created_by":"/bin/sh -c #(nop) LABEL \"distribution-scope\"=\"public\" \"vendor\"=\"Red Hat, Inc.\" \"build-date\"=\"2023-12-07T06:07:13\" \"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-9\""},{"created":"2023-12-14T01:42:06.145742702Z","created_by":"ARG NODE_VERSION","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-14T01:42:06.145742702Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-14T01:42:06.145742702Z","created_by":"COPY /mnt/rootfs/ / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-12-14T01:42:06.373185195Z","created_by":"RUN |2 NODE_VERSION=16.18.1 TARGETARCH=arm64 /bin/sh -c mkdir -p nodeJSBinaries # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-12-14T01:42:06.631936539Z","created_by":"COPY nodeJS nodeJSBinaries # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-12-14T01:42:09.034670039Z","created_by":"RUN |2 NODE_VERSION=16.18.1 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-14T01:42:09.41971721Z","created_by":"RUN |2 NODE_VERSION=16.18.1 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:bdae200f04d2a5bf547c95019257294f4ef1f66aa2e6be4de6dc741b15c5c763","sha256:853912a1a2864b1fc3d186a66772b7af5942d20b429de2c0bff34dc527e1df94","sha256:1d11e8d71b37d4694355d520419daed81b472d4cc9e787e6005409e911b48ce0","sha256:1b5f8b7ae793a80a4a3b633d23454f319572077c586b165a26ed8e22628163f4","sha256:cff639b45df67dd46f1e40d01d18f4db912e5e2b4ad97ec6bca0f995dc347e90","sha256:016a8623bf0f82566d31462ccaea92bbaabedad1e7bcfbc496812c0d1b4bdb3b"]}}