Skip to content

Commit 0f5b6a1

Browse files
committed
do not run clearlinux base update for plugin images
The plugin images are now golang:buster-1.16/distroless/debian based so running update-clearlinux-base.sh for them is unnecessary. GOLANG_BASE defaults to a fixed Go major.minor version so the base image locking can be skipped. Signed-off-by: Mikko Ylinen <[email protected]>
1 parent 383778a commit 0f5b6a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ $(image_tags):
148148
push: $(image_tags)
149149

150150
lock-images:
151-
@scripts/update-clear-linux-base.sh clearlinux/golang:latest $(shell ls build/docker/*.Dockerfile)
152151
@scripts/update-clear-linux-base.sh clearlinux:latest $(shell find demo -name Dockerfile)
153152

154153
set-version:

0 commit comments

Comments
 (0)