Skip to content

gha - rename manual #14

gha - rename manual

gha - rename manual #14

Triggered via push September 9, 2025 15:26
Status Cancelled
Total duration 1h 16m 10s
Artifacts 18

build_push.yml

on: push
Matrix: alpine / build_alpine
Matrix: debian / build_debian
cleanup  /  remove_artifacts
cleanup / remove_artifacts
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 9 warnings
alpine / build_alpine (3.16, faflopza)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -c echo \"\" && source /container/base/functions/container/build && case \"$(container_info distro)\" in alpine ) case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-2] ) alpine_ssl=openssl ; ;; esac ; case \"$(container_info variant)\" in 3.[5-8] ) zstd_pacakge=\"\" ; ;; *) zstd_package=\"zstd\" ; ;; esac ; IMAGE_BASE_BUILD_DEPS_ALPINE=\" gettext musl-dev \" ; IMAGE_BASE_RUN_DEPS_ALPINE=\" acl ${alpine_ssl} bash ${busybox_extras} curl git grep libgcc $(apk search libssl1* -q) nano sudo tzdata xz ${zstd_package} \" ; ;; debian ) IMAGE_BASE_BUILD_DEPS_DEBIAN=\" \" ; IMAGE_BASE_RUN_DEPS_DEBIAN=\" acl apt-transport-https apt-utils aptitude busybox-static ca-certificates curl dirmngr gettext git gnupg nano sudo tar tzdata zstd \" ; ;; esac ; package update && package upgrade && package install IMAGE_BASE_BUILD_DEPS IMAGE_BASE_RUN_DEPS && mkdir -p /etc/bash/ /run/secrets /usr/local/bin /usr/local/sbin && if [ -e \"/usr/bin/envsubst\" ] ; then mv /usr/bin/envsubst /usr/local/bin/envsubst ; fi && container_build_log base && rm -rf /etc/timezone && ln -snf /usr/share/zoneinfo/${TIMEZONE} /etc/localtime && echo \"${TIMEZONE}\" > /etc/timezone && case \"$(container_info distro)\" in \"debian\" ) dpkg-reconfigure -f noninteractive tzdata ; rm -rf /usr/bin/crontab /usr/sbin/cron ; busybox --install -s /usr/bin ; ;; esac ; mkdir -p /usr/local/go && GOLANG_VERSION=${GOLANG_VERSION:-\"$(curl -sSL https://golang.org/VERSION?m=text | head -n1 | sed \"s|^go||g\")\"} && curl -sSLk https://dl.google.com/go/go
alpine / build_alpine (3.16, faflopzaze)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -c echo \"\" && source /container/base/functions/container/build && case \"$(container_info distro)\" in alpine ) case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-2] ) alpine_ssl=openssl ; ;; esac ; case \"$(container_info variant)\" in 3.[5-8] ) zstd_pacakge=\"\" ; ;; *) zstd_package=\"zstd\" ; ;; esac ; IMAGE_BASE_BUILD_DEPS_ALPINE=\" gettext musl-dev \" ; IMAGE_BASE_RUN_DEPS_ALPINE=\" acl ${alpine_ssl} bash ${busybox_extras} curl git grep libgcc $(apk search libssl1* -q) nano sudo tzdata xz ${zstd_package} \" ; ;; debian ) IMAGE_BASE_BUILD_DEPS_DEBIAN=\" \" ; IMAGE_BASE_RUN_DEPS_DEBIAN=\" acl apt-transport-https apt-utils aptitude busybox-static ca-certificates curl dirmngr gettext git gnupg nano sudo tar tzdata zstd \" ; ;; esac ; package update && package upgrade && package install IMAGE_BASE_BUILD_DEPS IMAGE_BASE_RUN_DEPS && mkdir -p /etc/bash/ /run/secrets /usr/local/bin /usr/local/sbin && if [ -e \"/usr/bin/envsubst\" ] ; then mv /usr/bin/envsubst /usr/local/bin/envsubst ; fi && container_build_log base && rm -rf /etc/timezone && ln -snf /usr/share/zoneinfo/${TIMEZONE} /etc/localtime && echo \"${TIMEZONE}\" > /etc/timezone && case \"$(container_info distro)\" in \"debian\" ) dpkg-reconfigure -f noninteractive tzdata ; rm -rf /usr/bin/crontab /usr/sbin/cron ; busybox --install -s /usr/bin ; ;; esac ; mkdir -p /usr/local/go && GOLANG_VERSION=${GOLANG_VERSION:-\"$(curl -sSL https://golang.org/VERSION?m=text | head -n1 | sed \"s|^go||g\")\"} && curl -sSLk https://dl.google.com/go/go
alpine / build_alpine (3.15, faflopzaze)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -c echo \"\" && source /container/base/functions/container/build && case \"$(container_info distro)\" in alpine ) case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-2] ) alpine_ssl=openssl ; ;; esac ; case \"$(container_info variant)\" in 3.[5-8] ) zstd_pacakge=\"\" ; ;; *) zstd_package=\"zstd\" ; ;; esac ; IMAGE_BASE_BUILD_DEPS_ALPINE=\" gettext musl-dev \" ; IMAGE_BASE_RUN_DEPS_ALPINE=\" acl ${alpine_ssl} bash ${busybox_extras} curl git grep libgcc $(apk search libssl1* -q) nano sudo tzdata xz ${zstd_package} \" ; ;; debian ) IMAGE_BASE_BUILD_DEPS_DEBIAN=\" \" ; IMAGE_BASE_RUN_DEPS_DEBIAN=\" acl apt-transport-https apt-utils aptitude busybox-static ca-certificates curl dirmngr gettext git gnupg nano sudo tar tzdata zstd \" ; ;; esac ; package update && package upgrade && package install IMAGE_BASE_BUILD_DEPS IMAGE_BASE_RUN_DEPS && mkdir -p /etc/bash/ /run/secrets /usr/local/bin /usr/local/sbin && if [ -e \"/usr/bin/envsubst\" ] ; then mv /usr/bin/envsubst /usr/local/bin/envsubst ; fi && container_build_log base && rm -rf /etc/timezone && ln -snf /usr/share/zoneinfo/${TIMEZONE} /etc/localtime && echo \"${TIMEZONE}\" > /etc/timezone && case \"$(container_info distro)\" in \"debian\" ) dpkg-reconfigure -f noninteractive tzdata ; rm -rf /usr/bin/crontab /usr/sbin/cron ; busybox --install -s /usr/bin ; ;; esac ; mkdir -p /usr/local/go && GOLANG_VERSION=${GOLANG_VERSION:-\"$(curl -sSL https://golang.org/VERSION?m=text | head -n1 | sed \"s|^go||g\")\"} && curl -sSLk https://dl.google.com/go/go
alpine / build_alpine (3.15, faflopza)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -c echo \"\" && source /container/base/functions/container/build && case \"$(container_info distro)\" in alpine ) case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-2] ) alpine_ssl=openssl ; ;; esac ; case \"$(container_info variant)\" in 3.[5-8] ) zstd_pacakge=\"\" ; ;; *) zstd_package=\"zstd\" ; ;; esac ; IMAGE_BASE_BUILD_DEPS_ALPINE=\" gettext musl-dev \" ; IMAGE_BASE_RUN_DEPS_ALPINE=\" acl ${alpine_ssl} bash ${busybox_extras} curl git grep libgcc $(apk search libssl1* -q) nano sudo tzdata xz ${zstd_package} \" ; ;; debian ) IMAGE_BASE_BUILD_DEPS_DEBIAN=\" \" ; IMAGE_BASE_RUN_DEPS_DEBIAN=\" acl apt-transport-https apt-utils aptitude busybox-static ca-certificates curl dirmngr gettext git gnupg nano sudo tar tzdata zstd \" ; ;; esac ; package update && package upgrade && package install IMAGE_BASE_BUILD_DEPS IMAGE_BASE_RUN_DEPS && mkdir -p /etc/bash/ /run/secrets /usr/local/bin /usr/local/sbin && if [ -e \"/usr/bin/envsubst\" ] ; then mv /usr/bin/envsubst /usr/local/bin/envsubst ; fi && container_build_log base && rm -rf /etc/timezone && ln -snf /usr/share/zoneinfo/${TIMEZONE} /etc/localtime && echo \"${TIMEZONE}\" > /etc/timezone && case \"$(container_info distro)\" in \"debian\" ) dpkg-reconfigure -f noninteractive tzdata ; rm -rf /usr/bin/crontab /usr/sbin/cron ; busybox --install -s /usr/bin ; ;; esac ; mkdir -p /usr/local/go && GOLANG_VERSION=${GOLANG_VERSION:-\"$(curl -sSL https://golang.org/VERSION?m=text | head -n1 | sed \"s|^go||g\")\"} && curl -sSLk https://dl.google.com/go/go
alpine / build_alpine (3.22, faflopzaze)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -c echo \"\" && source /container/base/functions/container/build && case \"$(container_info distro)\" in alpine ) case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-2] ) alpine_ssl=openssl ; ;; esac ; case \"$(container_info variant)\" in 3.[5-8] ) zstd_pacakge=\"\" ; ;; *) zstd_package=\"zstd\" ; ;; esac ; IMAGE_BASE_BUILD_DEPS_ALPINE=\" gettext musl-dev \" ; IMAGE_BASE_RUN_DEPS_ALPINE=\" acl ${alpine_ssl} bash ${busybox_extras} curl git grep libgcc $(apk search libssl1* -q) nano sudo tzdata xz ${zstd_package} \" ; ;; debian ) IMAGE_BASE_BUILD_DEPS_DEBIAN=\" \" ; IMAGE_BASE_RUN_DEPS_DEBIAN=\" acl apt-transport-https apt-utils aptitude busybox-static ca-certificates curl dirmngr gettext git gnupg nano sudo tar tzdata zstd \" ; ;; esac ; package update && package upgrade && package install IMAGE_BASE_BUILD_DEPS IMAGE_BASE_RUN_DEPS && mkdir -p /etc/bash/ /run/secrets /usr/local/bin /usr/local/sbin && if [ -e \"/usr/bin/envsubst\" ] ; then mv /usr/bin/envsubst /usr/local/bin/envsubst ; fi && container_build_log base && rm -rf /etc/timezone && ln -snf /usr/share/zoneinfo/${TIMEZONE} /etc/localtime && echo \"${TIMEZONE}\" > /etc/timezone && case \"$(container_info distro)\" in \"debian\" ) dpkg-reconfigure -f noninteractive tzdata ; rm -rf /usr/bin/crontab /usr/sbin/cron ; busybox --install -s /usr/bin ; ;; esac ; mkdir -p /usr/local/go && GOLANG_VERSION=${GOLANG_VERSION:-\"$(curl -sSL https://golang.org/VERSION?m=text | head -n1 | sed \"s|^go||g\")\"} && curl -sSLk https://dl.google.com/go/go
alpine / build_alpine (3.22, faflopza)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -c echo \"\" && source /container/base/functions/container/build && case \"$(container_info distro)\" in alpine ) case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-2] ) alpine_ssl=openssl ; ;; esac ; case \"$(container_info variant)\" in 3.[5-8] ) zstd_pacakge=\"\" ; ;; *) zstd_package=\"zstd\" ; ;; esac ; IMAGE_BASE_BUILD_DEPS_ALPINE=\" gettext musl-dev \" ; IMAGE_BASE_RUN_DEPS_ALPINE=\" acl ${alpine_ssl} bash ${busybox_extras} curl git grep libgcc $(apk search libssl1* -q) nano sudo tzdata xz ${zstd_package} \" ; ;; debian ) IMAGE_BASE_BUILD_DEPS_DEBIAN=\" \" ; IMAGE_BASE_RUN_DEPS_DEBIAN=\" acl apt-transport-https apt-utils aptitude busybox-static ca-certificates curl dirmngr gettext git gnupg nano sudo tar tzdata zstd \" ; ;; esac ; package update && package upgrade && package install IMAGE_BASE_BUILD_DEPS IMAGE_BASE_RUN_DEPS && mkdir -p /etc/bash/ /run/secrets /usr/local/bin /usr/local/sbin && if [ -e \"/usr/bin/envsubst\" ] ; then mv /usr/bin/envsubst /usr/local/bin/envsubst ; fi && container_build_log base && rm -rf /etc/timezone && ln -snf /usr/share/zoneinfo/${TIMEZONE} /etc/localtime && echo \"${TIMEZONE}\" > /etc/timezone && case \"$(container_info distro)\" in \"debian\" ) dpkg-reconfigure -f noninteractive tzdata ; rm -rf /usr/bin/crontab /usr/sbin/cron ; busybox --install -s /usr/bin ; ;; esac ; mkdir -p /usr/local/go && GOLANG_VERSION=${GOLANG_VERSION:-\"$(curl -sSL https://golang.org/VERSION?m=text | head -n1 | sed \"s|^go||g\")\"} && curl -sSLk https://dl.google.com/go/go
alpine / build_alpine (3.19, faflopzaze)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -c echo \"\" && source /container/base/functions/container/build && case \"$(container_info distro)\" in alpine ) case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-2] ) alpine_ssl=openssl ; ;; esac ; case \"$(container_info variant)\" in 3.[5-8] ) zstd_pacakge=\"\" ; ;; *) zstd_package=\"zstd\" ; ;; esac ; IMAGE_BASE_BUILD_DEPS_ALPINE=\" gettext musl-dev \" ; IMAGE_BASE_RUN_DEPS_ALPINE=\" acl ${alpine_ssl} bash ${busybox_extras} curl git grep libgcc $(apk search libssl1* -q) nano sudo tzdata xz ${zstd_package} \" ; ;; debian ) IMAGE_BASE_BUILD_DEPS_DEBIAN=\" \" ; IMAGE_BASE_RUN_DEPS_DEBIAN=\" acl apt-transport-https apt-utils aptitude busybox-static ca-certificates curl dirmngr gettext git gnupg nano sudo tar tzdata zstd \" ; ;; esac ; package update && package upgrade && package install IMAGE_BASE_BUILD_DEPS IMAGE_BASE_RUN_DEPS && mkdir -p /etc/bash/ /run/secrets /usr/local/bin /usr/local/sbin && if [ -e \"/usr/bin/envsubst\" ] ; then mv /usr/bin/envsubst /usr/local/bin/envsubst ; fi && container_build_log base && rm -rf /etc/timezone && ln -snf /usr/share/zoneinfo/${TIMEZONE} /etc/localtime && echo \"${TIMEZONE}\" > /etc/timezone && case \"$(container_info distro)\" in \"debian\" ) dpkg-reconfigure -f noninteractive tzdata ; rm -rf /usr/bin/crontab /usr/sbin/cron ; busybox --install -s /usr/bin ; ;; esac ; mkdir -p /usr/local/go && GOLANG_VERSION=${GOLANG_VERSION:-\"$(curl -sSL https://golang.org/VERSION?m=text | head -n1 | sed \"s|^go||g\")\"} && curl -sSLk https://dl.google.com/go/go
alpine / build_alpine (3.19, faflopza)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -c echo \"\" && source /container/base/functions/container/build && case \"$(container_info distro)\" in alpine ) case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-2] ) alpine_ssl=openssl ; ;; esac ; case \"$(container_info variant)\" in 3.[5-8] ) zstd_pacakge=\"\" ; ;; *) zstd_package=\"zstd\" ; ;; esac ; IMAGE_BASE_BUILD_DEPS_ALPINE=\" gettext musl-dev \" ; IMAGE_BASE_RUN_DEPS_ALPINE=\" acl ${alpine_ssl} bash ${busybox_extras} curl git grep libgcc $(apk search libssl1* -q) nano sudo tzdata xz ${zstd_package} \" ; ;; debian ) IMAGE_BASE_BUILD_DEPS_DEBIAN=\" \" ; IMAGE_BASE_RUN_DEPS_DEBIAN=\" acl apt-transport-https apt-utils aptitude busybox-static ca-certificates curl dirmngr gettext git gnupg nano sudo tar tzdata zstd \" ; ;; esac ; package update && package upgrade && package install IMAGE_BASE_BUILD_DEPS IMAGE_BASE_RUN_DEPS && mkdir -p /etc/bash/ /run/secrets /usr/local/bin /usr/local/sbin && if [ -e \"/usr/bin/envsubst\" ] ; then mv /usr/bin/envsubst /usr/local/bin/envsubst ; fi && container_build_log base && rm -rf /etc/timezone && ln -snf /usr/share/zoneinfo/${TIMEZONE} /etc/localtime && echo \"${TIMEZONE}\" > /etc/timezone && case \"$(container_info distro)\" in \"debian\" ) dpkg-reconfigure -f noninteractive tzdata ; rm -rf /usr/bin/crontab /usr/sbin/cron ; busybox --install -s /usr/bin ; ;; esac ; mkdir -p /usr/local/go && GOLANG_VERSION=${GOLANG_VERSION:-\"$(curl -sSL https://golang.org/VERSION?m=text | head -n1 | sed \"s|^go||g\")\"} && curl -sSLk https://dl.google.com/go/go
debian / build_debian (trixie, faflopza)
The operation was canceled.
debian / build_debian (trixie, faflopza)
The run was canceled by @tiredofit.
debian / build_debian (trixie, faflopzaze)
The operation was canceled.
debian / build_debian (trixie, faflopzaze)
The run was canceled by @tiredofit.
debian / build_debian (bookworm, faflopza)
The operation was canceled.
debian / build_debian (bookworm, faflopza)
The run was canceled by @tiredofit.
debian / build_debian (bookworm, faflopzaze)
The operation was canceled.
debian / build_debian (bookworm, faflopzaze)
The run was canceled by @tiredofit.
PUSH - Build on repository Push
The run was canceled by @tiredofit.
PUSH - Build on repository Push
The run was canceled by @tiredofit.
Default value for global ARG results in an empty or invalid base image name: Containerfile#L9
InvalidDefaultArgInFrom: Default value for ARG docker.io/${DISTRO}:${DISTRO_VARIANT} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: Containerfile#L9
InvalidDefaultArgInFrom: Default value for ARG docker.io/${DISTRO}:${DISTRO_VARIANT} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: Containerfile#L9
InvalidDefaultArgInFrom: Default value for ARG docker.io/${DISTRO}:${DISTRO_VARIANT} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: Containerfile#L9
InvalidDefaultArgInFrom: Default value for ARG docker.io/${DISTRO}:${DISTRO_VARIANT} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: Containerfile#L9
InvalidDefaultArgInFrom: Default value for ARG docker.io/${DISTRO}:${DISTRO_VARIANT} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: Containerfile#L9
InvalidDefaultArgInFrom: Default value for ARG docker.io/${DISTRO}:${DISTRO_VARIANT} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: Containerfile#L9
InvalidDefaultArgInFrom: Default value for ARG docker.io/${DISTRO}:${DISTRO_VARIANT} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: Containerfile#L9
InvalidDefaultArgInFrom: Default value for ARG docker.io/${DISTRO}:${DISTRO_VARIANT} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: Containerfile#L9
InvalidDefaultArgInFrom: Default value for ARG docker.io/${DISTRO}:${DISTRO_VARIANT} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Artifacts

Produced during runtime
Name Size Digest
encrypted-artifacts Expired
65.6 KB
sha256:b3dbc94af27ab0bfdd2a486fdcfc70fbd9fa6ccf871af8f7b23499fba5e738e9
nfrastack~container-base~2RFN0V.dockerbuild Expired
121 KB
sha256:59dd9037bd7ce8766cc8b8f34594146d1e65fdfc8c0adb021b77d96551754d4c
nfrastack~container-base~7N2SD0.dockerbuild Expired
103 KB
sha256:e7fec6cd3545528879647a6308a7df909ee05e83f86351b017f6412d76110d0b
nfrastack~container-base~83RCR3.dockerbuild Expired
156 KB
sha256:1581de8dd87918e3ff3cacaa85d0823fde7ef49e5fc84fea49b1a2035e0733b6
nfrastack~container-base~8FIEKH.dockerbuild Expired
64.6 KB
sha256:4c70f7af72fb6c3ba233b84de30c209244acd84a9802335022f6797cf07e9cbb
nfrastack~container-base~8QO9TZ.dockerbuild Expired
96 KB
sha256:4723b873e6cbc96b9fff86c4a38b8ae0ef8cc42b5568de482c11c6d86fd08456
nfrastack~container-base~BS9W7D.dockerbuild Expired
65.8 KB
sha256:2b835faa64bfd4c0dbaee7e0b1270938ce59f732676262b4d5a32e35851c9aee
nfrastack~container-base~CDCM3I.dockerbuild Expired
155 KB
sha256:058eca180baaa60954c3fe46c71e9667e8b35c9154d3e18ec40295dc9d3ba076
nfrastack~container-base~IO5FV6.dockerbuild Expired
64.7 KB
sha256:c0aa8f61da18c1db756f3403c432789aac3afeb59d4388c0387bf3b0273790bf
nfrastack~container-base~KYCJLG.dockerbuild Expired
61.1 KB
sha256:e56b3470e978760d8214c5dcfe41d285aa322177947a65f4f2e119aaee816fa2
nfrastack~container-base~M890QD.dockerbuild Expired
95.9 KB
sha256:670a52848a40f563d8defeb22878ea690a3032959d2dede5d6a9977440c9b0b6
nfrastack~container-base~OSW3XU.dockerbuild Expired
97.9 KB
sha256:c6fc3c69678cde9dab88bfc1799b5fd2525f23e4d1012572821811efca47bff1
nfrastack~container-base~Q5V4Q6.dockerbuild Expired
129 KB
sha256:4c17238dac2a1c5de4dc5f2005938379c16da1a669a867bb4952e0b18b1e7302
nfrastack~container-base~S72VJ0.dockerbuild Expired
101 KB
sha256:d7337b5faef8910d75e35d3ae46afc908653fb8ccc70c792a0d0bac25c11439e
nfrastack~container-base~U8FVL1.dockerbuild Expired
64.8 KB
sha256:eec64a39b2fb9bd06cc12906a2c7ffd13df1460e40bac9a08061bfb216e1473d
nfrastack~container-base~V1DAW9.dockerbuild Expired
64.6 KB
sha256:015f2a2d74bc1f65cd246dfa634bde6561b881ab96c8d8adad1c47a432dce520
nfrastack~container-base~VFJR0Z.dockerbuild Expired
64.5 KB
sha256:11936155d01456796f8da941705a7496148516b086dcf7f4d75124590af362d3
nfrastack~container-base~W2SJG0.dockerbuild Expired
61.1 KB
sha256:ce3696acb2a91ae4170c879f2e29d2ce216ec53f58b97ba0b9aaab5f42d2cbf3