{"architecture":"arm64","config":{"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["/bin/sh","-c","/bin/sh"],"WorkingDir":"/","Labels":{"architecture":"aarch64","build-date":"2025-03-25T21:45:00Z","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.39.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":"1742939100","summary":"ubi9 micro image","url":"https://www.redhat.com","vcs-ref":"1ccccbd2f0754fac37bc1f0f310840a426986a82","vcs-type":"git","vendor":"Red Hat, Inc.","version":"9.5"}},"created":"2025-04-01T05:08:03.022078531Z","history":[{"created":"2025-03-25T21:50:03.718718177Z","created_by":"/bin/sh -c #(nop) LABEL maintainer=\"Red Hat, Inc.\"","empty_layer":true},{"created":"2025-03-25T21:50:03.742085271Z","created_by":"/bin/sh -c #(nop) LABEL vendor=\"Red Hat, Inc.\"","empty_layer":true},{"created":"2025-03-25T21:50:03.763835997Z","created_by":"/bin/sh -c #(nop) LABEL url=\"https://www.redhat.com\"","empty_layer":true},{"created":"2025-03-25T21:50:03.785606235Z","created_by":"/bin/sh -c #(nop) LABEL com.redhat.component=\"ubi9-micro-container\"","empty_layer":true},{"created":"2025-03-25T21:50:03.807351397Z","created_by":"/bin/sh -c #(nop) LABEL name=\"ubi9/ubi-micro\"","empty_layer":true},{"created":"2025-03-25T21:50:03.829039691Z","created_by":"/bin/sh -c #(nop) LABEL version=\"9.5\"","empty_layer":true},{"created":"2025-03-25T21:50:03.850832607Z","created_by":"/bin/sh -c #(nop) LABEL distribution-scope=\"public\"","empty_layer":true},{"created":"2025-03-25T21:50:03.872501495Z","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-03-25T21:50:03.893544103Z","created_by":"/bin/sh -c #(nop) LABEL summary=\"ubi9 micro image\"","empty_layer":true},{"created":"2025-03-25T21:50:03.914880035Z","created_by":"/bin/sh -c #(nop) LABEL description=\"Very small image which doesn't install the package manager.\"","empty_layer":true},{"created":"2025-03-25T21:50:03.935977174Z","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-03-25T21:50:03.959022627Z","created_by":"/bin/sh -c #(nop) LABEL io.k8s.display-name=\"Red Hat Universal Base Image 9 Micro\"","empty_layer":true},{"created":"2025-03-25T21:50:03.982647017Z","created_by":"/bin/sh -c #(nop) LABEL io.openshift.expose-services=\"\"","empty_layer":true},{"created":"2025-03-25T21:50:04.326154216Z","created_by":"/bin/sh -c #(nop) COPY dir:81f6751dc332a7358161b03ef829038b8852872b9f722912720fa46686bfd9fb in / ","empty_layer":true},{"created":"2025-03-25T21:50:04.44939041Z","created_by":"/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/ ","empty_layer":true},{"created":"2025-03-25T21:50:04.470854613Z","created_by":"/bin/sh -c #(nop) CMD /bin/sh","empty_layer":true},{"created":"2025-03-25T21:50:04.574467972Z","created_by":"/bin/sh -c #(nop) LABEL \"build-date\"=\"2025-03-25T21:49:52\" \"architecture\"=\"aarch64\" \"vcs-type\"=\"git\" \"vcs-ref\"=\"1ccccbd2f0754fac37bc1f0f310840a426986a82\" \"build-date\"=\"2025-03-25T21:45:00Z\" \"release\"=\"1742939100\""},{"created":"2025-03-25T21:50:09.000945435Z","created_by":"/bin/sh","comment":"FROM quay.io/redhat-user-workloads/osci-rhel-containers-tenant/rhel-9-5/ubi9-micro-9-5:1ccccbd2f0754fac37bc1f0f310840a426986a82-linux-arm64"},{"created":"2025-04-01T05:07:58.893796305Z","created_by":"ARG NODE_VERSION=22.14.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-01T05:07:58.893796305Z","created_by":"ARG TARGETARCH=arm64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-01T05:07:58.893796305Z","created_by":"COPY /mnt/rootfs/ / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-04-01T05:07:59.128470312Z","created_by":"RUN |2 NODE_VERSION=22.14.0 TARGETARCH=arm64 /bin/sh -c mkdir -p nodeJSBinaries # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-04-01T05:07:59.557060591Z","created_by":"COPY nodeJS nodeJSBinaries # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-04-01T05:08:02.640528869Z","created_by":"RUN |2 NODE_VERSION=22.14.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":"2025-04-01T05:08:03.022078531Z","created_by":"RUN |2 NODE_VERSION=22.14.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:572ca7eff89c2d412aeec7272132576dc6c5bd1702105c152f18cce00758aa44","sha256:8f21ab7b1951b680d6d47b4b0d5cf69e33c6191645e1546c189b03f99da14f82","sha256:09b92fea1976b205cbf993a0939554acc8b4cc4ac6634dae3e93ceb17b7162c7","sha256:309787b972a47b298c5fac25b22064aaa9078c3239f93bb4c6fd3b7bf55f2831","sha256:adef56d74d0d985b3f99fcf31b4fef7e76b69cf9ed43ae713ad0a5df7bfdc1b7","sha256:87c45ad005f557d18d2494619a584c5db8356dea488088dd7acb8891d2fbca18","sha256:0f92ef747b1227df6b4d6f828d75f85ff0761f00aa68f1c9611e531b6ad425a4"]}}