{"architecture":"amd64","config":{"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["/bin/sh","-c","/bin/sh"],"WorkingDir":"/","Labels":{"architecture":"x86_64","build-date":"2025-07-14T13:47:00","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.41.0-dev","io.k8s.description":"Very small image which doesn't install the package manager.","io.k8s.display-name":"Red Hat Universal Base Image 9 Micro","io.openshift.expose-services":"","maintainer":"Red Hat, Inc.","name":"ubi9/ubi-micro","release":"1752500771","summary":"ubi9 micro image","url":"https://www.redhat.com","vcs-ref":"60fe7aa5a8a9d412a21629ef318202c684ecc278","vcs-type":"git","vendor":"Red Hat, Inc.","version":"9.6"}},"created":"2025-07-15T01:18:01.120206624Z","history":[{"created":"2025-07-14T13:47:07.026161607Z","created_by":"/bin/sh -c #(nop) LABEL maintainer=\"Red Hat, Inc.\"","empty_layer":true},{"created":"2025-07-14T13:47:07.078979715Z","created_by":"/bin/sh -c #(nop) LABEL vendor=\"Red Hat, Inc.\"","empty_layer":true},{"created":"2025-07-14T13:47:07.115003905Z","created_by":"/bin/sh -c #(nop) LABEL url=\"https://www.redhat.com\"","empty_layer":true},{"created":"2025-07-14T13:47:07.202232976Z","created_by":"/bin/sh -c #(nop) LABEL com.redhat.component=\"ubi9-micro-container\"","empty_layer":true},{"created":"2025-07-14T13:47:07.237354286Z","created_by":"/bin/sh -c #(nop) LABEL name=\"ubi9/ubi-micro\"","empty_layer":true},{"created":"2025-07-14T13:47:07.265206902Z","created_by":"/bin/sh -c #(nop) LABEL version=\"9.6\"","empty_layer":true},{"created":"2025-07-14T13:47:07.295531794Z","created_by":"/bin/sh -c #(nop) LABEL distribution-scope=\"public\"","empty_layer":true},{"created":"2025-07-14T13:47:07.337032097Z","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":"2025-07-14T13:47:07.432512394Z","created_by":"/bin/sh -c #(nop) LABEL summary=\"ubi9 micro image\"","empty_layer":true},{"created":"2025-07-14T13:47:07.465073476Z","created_by":"/bin/sh -c #(nop) LABEL description=\"Very small image which doesn't install the package manager.\"","empty_layer":true},{"created":"2025-07-14T13:47:07.501306671Z","created_by":"/bin/sh -c #(nop) LABEL io.k8s.description=\"Very small image which doesn't install the package manager.\"","empty_layer":true},{"created":"2025-07-14T13:47:07.55860616Z","created_by":"/bin/sh -c #(nop) LABEL io.k8s.display-name=\"Red Hat Universal Base Image 9 Micro\"","empty_layer":true},{"created":"2025-07-14T13:47:07.608073782Z","created_by":"/bin/sh -c #(nop) LABEL io.openshift.expose-services=\"\"","empty_layer":true},{"created":"2025-07-14T13:47:07.887019754Z","created_by":"/bin/sh -c #(nop) COPY dir:af68841ced87f7c020c2b9168666f8a80f223b7f144edcb72cae7b46c58c5ca4 in /    ","empty_layer":true},{"created":"2025-07-14T13:47:08.021939828Z","created_by":"/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/    ","empty_layer":true},{"created":"2025-07-14T13:47:08.096988015Z","created_by":"/bin/sh -c #(nop) CMD /bin/sh","empty_layer":true},{"created":"2025-07-14T13:47:08.329881832Z","created_by":"/bin/sh -c #(nop) COPY file:bc4e5ea7c9bb48901dc62121f094109ad85c0ae2bf4169dee234618cf6b9bd60 in /usr/share/buildinfo/content-sets.json    ","empty_layer":true},{"created":"2025-07-14T13:47:08.444006659Z","created_by":"/bin/sh -c #(nop) LABEL \"build-date\"=\"2025-07-14T13:47:00\" \"architecture\"=\"x86_64\" \"vcs-type\"=\"git\" \"vcs-ref\"=\"60fe7aa5a8a9d412a21629ef318202c684ecc278\" \"release\"=\"1752500771\""},{"created":"2025-07-15T01:17:58.96329895Z","created_by":"ARG NODE_VERSION=22.16.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-07-15T01:17:58.96329895Z","created_by":"ARG TARGETARCH=amd64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-07-15T01:17:58.96329895Z","created_by":"COPY /mnt/rootfs/ / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-07-15T01:17:59.14122079Z","created_by":"RUN |2 NODE_VERSION=22.16.0 TARGETARCH=amd64 /bin/sh -c mkdir -p nodeJSBinaries # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-07-15T01:17:59.593989749Z","created_by":"COPY nodeJS nodeJSBinaries # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-07-15T01:18:00.889713824Z","created_by":"RUN |2 NODE_VERSION=22.16.0 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":"2025-07-15T01:18:01.120206624Z","created_by":"RUN |2 NODE_VERSION=22.16.0 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:906559f0b8932626abdcd89f1e216a78518db675b08470f8af8ce85b83438b2c","sha256:748a16f01ded48eb6ebae3c80426320a4ead0be20501882abedb147f78e448da","sha256:a5dbd54ba788baed7863b6bceb72cbc1045f64fdfc192d1ee85a3ead9a9a6b31","sha256:dc6894d18f9e162f74a06c597ec5bd8539bbdc724821b1ac6c26ff2e153c023b","sha256:20f466658de7e7001762e78167103e4b45c85908d3ecc6c645a05875e88bf670","sha256:1d91ffca5ab36999c645e13b45dc8aca3753574064b08b3f107a48bf81d92699"]}}