From 6f264d439a9b785b3814a7d86a6d145f2d7e623f Mon Sep 17 00:00:00 2001 From: Rich Braun Date: Mon, 8 Dec 2025 09:39:56 -0800 Subject: [PATCH 1/2] SYS-666 build-pipeline fixes --- .gitlab-ci.yml | 2 +- .image-gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e5462af..52a63772 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ workflow: - { if: $CI_COMMIT_TAG =~ /^chart-.*/, when: never } - when: always -image: docker:19.03.8 +image: docker:29.1.2 prepare: stage: prepare diff --git a/.image-gitlab-ci.yml b/.image-gitlab-ci.yml index 24d32e83..66b3efd9 100644 --- a/.image-gitlab-ci.yml +++ b/.image-gitlab-ci.yml @@ -13,7 +13,7 @@ stages: - Security Scan - Promote Image -image: docker:24.0.5 +image: docker:29.1.2 .registry_template: ®istry_login before_script: From 2d88116ba46ad7a65b0665bd410e15fa76b16fa5 Mon Sep 17 00:00:00 2001 From: Rich Braun Date: Mon, 8 Dec 2025 09:45:13 -0800 Subject: [PATCH 2/2] SYS-666 build-pipeline fixes --- lib/build/Makefile.docker_image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build/Makefile.docker_image b/lib/build/Makefile.docker_image index 832c79f4..ea514430 100644 --- a/lib/build/Makefile.docker_image +++ b/lib/build/Makefile.docker_image @@ -1,7 +1,7 @@ # Standard Makefile for Docker image # created by richb@instantlinux.net 20-Apr-2017 -BUILDX = https://github.com/docker/buildx/releases/download/v0.4.1/buildx-v0.4.1.linux-amd64 +BUILDX = https://github.com/docker/buildx/releases/download/v0.30.1/buildx-v0.30.1.linux-amd64 PLATFORMS ?= linux/amd64 PUSH ?= --push USER_LOGIN ?= instantlinux