{"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-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-11-10T02:13:12.005145576Z","history":[{"created":"2023-11-01T13:59:27.522594572Z","created_by":"/bin/sh -c #(nop) LABEL maintainer=\"Red Hat, Inc.\"","empty_layer":true},{"created":"2023-11-01T13:59:27.522640333Z","created_by":"/bin/sh -c #(nop) LABEL com.redhat.component=\"ubi9-micro-container\"","empty_layer":true},{"created":"2023-11-01T13:59:27.522649032Z","created_by":"/bin/sh -c #(nop) LABEL name=\"ubi9/ubi-micro\"","empty_layer":true},{"created":"2023-11-01T13:59:27.522664613Z","created_by":"/bin/sh -c #(nop) LABEL version=\"9.3\"","empty_layer":true},{"created":"2023-11-01T13:59:27.522691034Z","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:27.522716065Z","created_by":"/bin/sh -c #(nop) LABEL summary=\"ubi9 micro image\"","empty_layer":true},{"created":"2023-11-01T13:59:27.52273292Z","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:27.522753988Z","created_by":"/bin/sh -c #(nop) LABEL io.k8s.display-name=\"Ubi9-micro\"","empty_layer":true},{"created":"2023-11-01T13:59:27.522768938Z","created_by":"/bin/sh -c #(nop) LABEL io.openshift.expose-services=\"\"","empty_layer":true},{"created":"2023-11-01T13:59:27.857824352Z","created_by":"/bin/sh -c #(nop) COPY dir:5476f371a7cbbfb430c004ec64e22960749de3863656b01def9734d7ee7f8a72 in / ","empty_layer":true},{"created":"2023-11-01T13:59:28.038544644Z","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.038572646Z","created_by":"/bin/sh -c #(nop) CMD /bin/sh","empty_layer":true},{"created":"2023-11-01T13:59:28.038651228Z","created_by":"/bin/sh -c #(nop) LABEL release=6","empty_layer":true},{"created":"2023-11-01T13:59:28.21869428Z","created_by":"/bin/sh -c #(nop) ADD file:3c1d433011a71142346a34393b7b9d9ba52309700c82df1ba1ad51037bb2e5b9 in /root/buildinfo/content_manifests/ubi9-micro-container-9.3-6.json ","empty_layer":true},{"created":"2023-11-01T13:59:28.396556422Z","created_by":"/bin/sh -c #(nop) ADD file:43ca101a703b16f5336489efc64210907bd59d3ad88c31811061f9897e7d5896 in /root/buildinfo/Dockerfile-ubi9-ubi-micro-9.3-6 ","empty_layer":true},{"created":"2023-11-01T13:59:28.527201879Z","created_by":"/bin/sh -c #(nop) LABEL \"distribution-scope\"=\"public\" \"vendor\"=\"Red Hat, Inc.\" \"build-date\"=\"2023-11-01T13:57:04\" \"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-6\""},{"created":"2023-11-10T02:13:10.105530495Z","created_by":"ARG NODE_VERSION","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-11-10T02:13:10.105530495Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-11-10T02:13:10.105530495Z","created_by":"COPY /mnt/rootfs/ / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-11-10T02:13:10.299269114Z","created_by":"RUN |2 NODE_VERSION=16.18.1 TARGETARCH=amd64 /bin/sh -c mkdir -p nodeJSBinaries # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-11-10T02:13:10.646371444Z","created_by":"COPY nodeJS nodeJSBinaries # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-11-10T02:13:11.798130126Z","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-11-10T02:13:12.005145576Z","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:ae149a902b8cc324e0fe0fe34cdf2d6898bab9cef96a703c8c7f0de6d77313d0","sha256:b55381c9de9aba799481f1b0604128a23bf1e2575a8fc72c6647217c27680bc3","sha256:fd88ff6cba74a0c9ba6cf5ac8b3dd1d21757561c2b266017c2af92c149d7100a","sha256:7265e14e0e1aa2921590487bfc4a74007a19208f3602329e9588b85976ee1887","sha256:8b2b881778a7b8436857da77757f9fcace3fb241691965f95c7f623302a3ea98","sha256:665cedde69b6ca06705b3040eda62c5089e1234a4db32d7b2ddc8c9a716d1c94"]}}