File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ workflow:
3535 - { if: $CI_COMMIT_TAG =~ /^chart-.*/, when: never }
3636 - when : always
3737
38- image : docker:19.03.8
38+ image : docker:29.1.2
3939
4040prepare :
4141 stage : prepare
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ stages:
1313 - Security Scan
1414 - Promote Image
1515
16- image : docker:24.0.5
16+ image : docker:29.1.2
1717
1818.registry_template : ®istry_login
1919 before_script :
Original file line number Diff line number Diff line change 11# Standard Makefile for Docker image
22# created by richb@instantlinux.net 20-Apr-2017
33
4- BUILDX = https://github.com/docker/buildx/releases/download/v0.4 .1/buildx-v0.4 .1.linux-amd64
4+ BUILDX = https://github.com/docker/buildx/releases/download/v0.30 .1/buildx-v0.30 .1.linux-amd64
55PLATFORMS ?= linux/amd64
66PUSH ?= --push
77USER_LOGIN ?= instantlinux
You can’t perform that action at this time.
0 commit comments