SCHEDULE - Automatic builds #35
build_schedule.yml
on: schedule
prepare
/
prepare
24s
Matrix: build / build
cleanup
/
remove_artifacts
4s
Annotations
21 errors and 28 warnings
|
build / build (alpine, 3.22, false, false, linux/amd64,linux/arm64, 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 ) if [ \"$(grep -o '^PRETTY_NAME=.*' /etc/os-release | cut -d = -f2)\" = '\"Alpine Linux edge\"' ] ; then apk add merge-usr ; merge-usr ; fi ; case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-9] ) 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} ca-certificates 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 procps 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
|
|
build / build (alpine, 3.23, true, true, linux/amd64,linux/arm64, 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 ) if [ \"$(grep -o '^PRETTY_NAME=.*' /etc/os-release | cut -d = -f2)\" = '\"Alpine Linux edge\"' ] ; then apk add merge-usr ; merge-usr ; fi ; case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-9] ) 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} ca-certificates 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 procps 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
|
|
build / build (alpine, 3.22, false, false, linux/amd64,linux/arm64, 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 ) if [ \"$(grep -o '^PRETTY_NAME=.*' /etc/os-release | cut -d = -f2)\" = '\"Alpine Linux edge\"' ] ; then apk add merge-usr ; merge-usr ; fi ; case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-9] ) 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} ca-certificates 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 procps 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
|
|
build / build (alpine, 3.16, false, false, linux/amd64,linux/arm64, 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 ) if [ \"$(grep -o '^PRETTY_NAME=.*' /etc/os-release | cut -d = -f2)\" = '\"Alpine Linux edge\"' ] ; then apk add merge-usr ; merge-usr ; fi ; case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-9] ) 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} ca-certificates 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 procps 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
|
|
build / build (alpine, 3.15, false, false, linux/amd64,linux/arm64, 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 ) if [ \"$(grep -o '^PRETTY_NAME=.*' /etc/os-release | cut -d = -f2)\" = '\"Alpine Linux edge\"' ] ; then apk add merge-usr ; merge-usr ; fi ; case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-9] ) 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} ca-certificates 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 procps 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
|
|
build / build (alpine, 3.19, false, false, linux/amd64,linux/arm64, 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 ) if [ \"$(grep -o '^PRETTY_NAME=.*' /etc/os-release | cut -d = -f2)\" = '\"Alpine Linux edge\"' ] ; then apk add merge-usr ; merge-usr ; fi ; case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-9] ) 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} ca-certificates 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 procps 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
|
|
build / build (alpine, 3.22, false, false, linux/amd64,linux/arm64, core)
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 ) if [ \"$(grep -o '^PRETTY_NAME=.*' /etc/os-release | cut -d = -f2)\" = '\"Alpine Linux edge\"' ] ; then apk add merge-usr ; merge-usr ; fi ; case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-9] ) 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} ca-certificates 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 procps 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
|
|
build / build (alpine, 3.12, false, false, linux/amd64,linux/arm64, 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 ) if [ \"$(grep -o '^PRETTY_NAME=.*' /etc/os-release | cut -d = -f2)\" = '\"Alpine Linux edge\"' ] ; then apk add merge-usr ; merge-usr ; fi ; case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-9] ) 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} ca-certificates 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 procps 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
|
|
build / build (alpine, 3.16, false, false, linux/amd64,linux/arm64, 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 ) if [ \"$(grep -o '^PRETTY_NAME=.*' /etc/os-release | cut -d = -f2)\" = '\"Alpine Linux edge\"' ] ; then apk add merge-usr ; merge-usr ; fi ; case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-9] ) 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} ca-certificates 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 procps 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
|
|
build / build (alpine, 3.23, true, true, linux/amd64,linux/arm64, core)
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 ) if [ \"$(grep -o '^PRETTY_NAME=.*' /etc/os-release | cut -d = -f2)\" = '\"Alpine Linux edge\"' ] ; then apk add merge-usr ; merge-usr ; fi ; case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-9] ) 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} ca-certificates 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 procps 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
|
|
build / build (alpine, 3.15, false, false, linux/amd64,linux/arm64, 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 ) if [ \"$(grep -o '^PRETTY_NAME=.*' /etc/os-release | cut -d = -f2)\" = '\"Alpine Linux edge\"' ] ; then apk add merge-usr ; merge-usr ; fi ; case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-9] ) 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} ca-certificates 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 procps 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
|
|
build / build (alpine, 3.19, false, false, linux/amd64,linux/arm64, core)
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 ) if [ \"$(grep -o '^PRETTY_NAME=.*' /etc/os-release | cut -d = -f2)\" = '\"Alpine Linux edge\"' ] ; then apk add merge-usr ; merge-usr ; fi ; case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-9] ) 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} ca-certificates 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 procps 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
|
|
build / build (alpine, 3.23, true, true, linux/amd64,linux/arm64, 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 ) if [ \"$(grep -o '^PRETTY_NAME=.*' /etc/os-release | cut -d = -f2)\" = '\"Alpine Linux edge\"' ] ; then apk add merge-usr ; merge-usr ; fi ; case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-9] ) 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} ca-certificates 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 procps 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
|
|
build / build (alpine, 3.19, false, false, linux/amd64,linux/arm64, 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 ) if [ \"$(grep -o '^PRETTY_NAME=.*' /etc/os-release | cut -d = -f2)\" = '\"Alpine Linux edge\"' ] ; then apk add merge-usr ; merge-usr ; fi ; case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-9] ) 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} ca-certificates 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 procps 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
|
|
build / build (debian, bookworm, false, false, linux/amd64,linux/arm64, 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 ) if [ \"$(grep -o '^PRETTY_NAME=.*' /etc/os-release | cut -d = -f2)\" = '\"Alpine Linux edge\"' ] ; then apk add merge-usr ; merge-usr ; fi ; case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-9] ) 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} ca-certificates 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 procps 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
|
|
build / build (debian, trixie, false, true, linux/amd64,linux/arm64, 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 ) if [ \"$(grep -o '^PRETTY_NAME=.*' /etc/os-release | cut -d = -f2)\" = '\"Alpine Linux edge\"' ] ; then apk add merge-usr ; merge-usr ; fi ; case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-9] ) 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} ca-certificates 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 procps 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
|
|
build / build (debian, trixie, false, true, linux/amd64,linux/arm64, 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 ) if [ \"$(grep -o '^PRETTY_NAME=.*' /etc/os-release | cut -d = -f2)\" = '\"Alpine Linux edge\"' ] ; then apk add merge-usr ; merge-usr ; fi ; case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-9] ) 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} ca-certificates 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 procps 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
|
|
build / build (alpine, 3.12, false, false, linux/amd64,linux/arm64, 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 ) if [ \"$(grep -o '^PRETTY_NAME=.*' /etc/os-release | cut -d = -f2)\" = '\"Alpine Linux edge\"' ] ; then apk add merge-usr ; merge-usr ; fi ; case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-9] ) 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} ca-certificates 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 procps 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
|
|
build / build (debian, bookworm, false, false, linux/amd64,linux/arm64, core)
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 ) if [ \"$(grep -o '^PRETTY_NAME=.*' /etc/os-release | cut -d = -f2)\" = '\"Alpine Linux edge\"' ] ; then apk add merge-usr ; merge-usr ; fi ; case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-9] ) 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} ca-certificates 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 procps 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
|
|
build / build (debian, trixie, false, true, linux/amd64,linux/arm64, core)
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 ) if [ \"$(grep -o '^PRETTY_NAME=.*' /etc/os-release | cut -d = -f2)\" = '\"Alpine Linux edge\"' ] ; then apk add merge-usr ; merge-usr ; fi ; case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-9] ) 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} ca-certificates 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 procps 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
|
|
build / build (debian, bookworm, false, false, linux/amd64,linux/arm64, 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 ) if [ \"$(grep -o '^PRETTY_NAME=.*' /etc/os-release | cut -d = -f2)\" = '\"Alpine Linux edge\"' ] ; then apk add merge-usr ; merge-usr ; fi ; case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-9] ) 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} ca-certificates 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 procps 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
|
|
prepare / prepare
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build / build (alpine, 3.22, false, false, linux/amd64,linux/arm64, faflopzaze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build / build (alpine, 3.23, true, true, linux/amd64,linux/arm64, faflopza)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build / build (alpine, 3.22, false, false, linux/amd64,linux/arm64, faflopza)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build / build (alpine, 3.16, false, false, linux/amd64,linux/arm64, faflopza)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build / build (alpine, 3.15, false, false, linux/amd64,linux/arm64, faflopzaze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build / build (alpine, 3.19, false, false, linux/amd64,linux/arm64, faflopzaze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build / build (alpine, 3.22, false, false, linux/amd64,linux/arm64, core)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build / build (alpine, 3.12, false, false, linux/amd64,linux/arm64, faflopza)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build / build (alpine, 3.16, false, false, linux/amd64,linux/arm64, faflopzaze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build / build (alpine, 3.23, true, true, linux/amd64,linux/arm64, core)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build / build (alpine, 3.15, false, false, linux/amd64,linux/arm64, faflopza)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build / build (alpine, 3.19, false, false, linux/amd64,linux/arm64, core)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build / build (alpine, 3.23, true, true, linux/amd64,linux/arm64, faflopzaze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build / build (alpine, 3.19, false, false, linux/amd64,linux/arm64, faflopza)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build / build (debian, bookworm, false, false, linux/amd64,linux/arm64, faflopzaze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build / build (debian, trixie, false, true, linux/amd64,linux/arm64, faflopzaze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build / build (alpine, 3.12, false, false, linux/amd64,linux/arm64, core)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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/
|
|
build / build (debian, trixie, false, true, linux/amd64,linux/arm64, faflopza)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build / build (alpine, 3.15, false, false, linux/amd64,linux/arm64, core)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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/
|
|
build / build (alpine, 3.12, false, false, linux/amd64,linux/arm64, faflopzaze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build / build (alpine, 3.16, false, false, linux/amd64,linux/arm64, core)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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/
|
|
build / build (debian, bookworm, false, false, linux/amd64,linux/arm64, core)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build / build (debian, trixie, false, true, linux/amd64,linux/arm64, core)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build / build (debian, bookworm, false, false, linux/amd64,linux/arm64, faflopza)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
nfrastack~container-base~14GWJV.dockerbuild
|
124 KB |
sha256:f251d7722713c783c9bdb033a26bb233c8657cab304091b7a13d30a8652e1f5c
|
|
|
nfrastack~container-base~1ISUUO.dockerbuild
|
90.1 KB |
sha256:62714ca0a0c4e3e2b68a46c7c68b3588eb6ce261e6e8298258429837338737f1
|
|
|
nfrastack~container-base~90P2PM.dockerbuild
|
124 KB |
sha256:82f2ee3ca78abace8c5ef6c7e53e657ccadb60dddfe79455efe7b8e8d915db7a
|
|
|
nfrastack~container-base~CFGCR0.dockerbuild
|
124 KB |
sha256:498c32cc94ac2436f9005f67f7dfc06de62a38802c29bfc83998cbee066b472d
|
|
|
nfrastack~container-base~DWT4RL.dockerbuild
|
92 KB |
sha256:92d44ff9935b6a87843dae0b93b352e7681bf7827f416b72f65f3c0c4d2d18e2
|
|
|
nfrastack~container-base~ETUNA0.dockerbuild
|
32.3 KB |
sha256:b0eb657c33061db8096913cbf59a81c3e5a7cb12bda382d85c529c83cd14fbb8
|
|
|
nfrastack~container-base~HRJPEV.dockerbuild
|
124 KB |
sha256:ba0080e008a7507d9354c5c9ef2dd84e1a267b8c934c4b45b3ca05953ebe6aab
|
|
|
nfrastack~container-base~J78IO3.dockerbuild
|
34.3 KB |
sha256:85b2412a290bc7af012bb3bee799a6cc19fed6f5abe34906f939362aaf5a39d5
|
|
|
nfrastack~container-base~JRD83Z.dockerbuild
|
228 KB |
sha256:372e5559bb4e188fe1f702a2393bb80ba423d50e6407373b368db27fb570c69e
|
|
|
nfrastack~container-base~KHYX4G.dockerbuild
|
33.9 KB |
sha256:2dd32e69d3f57e4a931b21ac61d3df1c020745001f973bfd600e6232e95bb5cf
|
|
|
nfrastack~container-base~KRY62S.dockerbuild
|
123 KB |
sha256:6ee24e5208d7078ebbc220dabaa48db9a3d16b58831019e774b5eb95ed7f39db
|
|
|
nfrastack~container-base~N3S8KX.dockerbuild
|
124 KB |
sha256:640e7f87b1baff6275318958d153eb028601cc228ed8a395e8e0c89b9add5443
|
|
|
nfrastack~container-base~NKCP23.dockerbuild
|
238 KB |
sha256:721256b196b073904f75c519e89f6e4cc2cbe26e1c01bfbb69b92bc7cc22234d
|
|
|
nfrastack~container-base~NOMBEN.dockerbuild
|
238 KB |
sha256:65ac4dcd1dbf37e1099783c57d270a7a4dde9bce72546a99b0bb09351e9daf23
|
|
|
nfrastack~container-base~NOXACI.dockerbuild
|
33.6 KB |
sha256:abe0ba0dbc65a5095537b07331a442ab7e02048281899bc7b009e72d39e64197
|
|
|
nfrastack~container-base~O8UILA.dockerbuild
|
125 KB |
sha256:6ad524e1b61f06cbec7b64c1f89aca91741ba758f5321d9ac9d5fe77d54445dd
|
|
|
nfrastack~container-base~OC9JIT.dockerbuild
|
123 KB |
sha256:b34a685fcfb35f87a12ade416671d3ff8f0b22ff0c82d6942fa191298023ff29
|
|
|
nfrastack~container-base~OHDSFH.dockerbuild
|
92.6 KB |
sha256:137df420685fe8b5a034c6713120f297fbc82d722f580cda54dd4f4bce65410c
|
|
|
nfrastack~container-base~OUC0I9.dockerbuild
|
34 KB |
sha256:5e69830e31ba1bf14136355abbd37499aace650518a87d185c5ef5126befe78c
|
|
|
nfrastack~container-base~QMGBGT.dockerbuild
|
241 KB |
sha256:3d1f28b67a465211a5d59aee87abac334e2f48dd1c12d169319a74ad0600cc8f
|
|
|
nfrastack~container-base~SYZ6Z0.dockerbuild
|
125 KB |
sha256:3832e0ab59eb9c6c2112f45f6f46d3f9db6a18a84640cf775d7bac6ef5b14cb0
|
|
|
nfrastack~container-base~V3QNMP.dockerbuild
|
240 KB |
sha256:ec8c55e866b7d92d021e27f90cb993bd7e71014f0da500197fc5ab71044c4a0a
|
|
|
nfrastack~container-base~X6D0L2.dockerbuild
|
33.7 KB |
sha256:708cc1d878685896c6dd8b6d784a9f38867df9829ff4b2b99afe6beedfbadc26
|
|
|
nfrastack~container-base~XONDGG.dockerbuild
|
238 KB |
sha256:0304dd194ea01639c751d62626beb2ab71c91422cf256c903cfac57e21553aaf
|
|