We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ffe35 commit a1ee413Copy full SHA for a1ee413
.common-ci.yml
@@ -72,12 +72,10 @@ trigger-pipeline:
72
.dist-ubi9:
73
variables:
74
DIST: "ubi9"
75
- CVE_UPDATES: "cyrus-sasl-lib"
76
77
.dist-ubuntu20.04:
78
79
DIST: "ubuntu20.04"
80
- CVE_UPDATES: "libsasl2-2 libsasl2-modules-db"
81
82
# Define the platform targets
83
.platform-amd64:
deployments/container/Makefile
@@ -69,7 +69,6 @@ $(BUILD_TARGETS): build-%: $(ARTIFACTS_ROOT)
69
--build-arg GOLANG_VERSION="$(GOLANG_VERSION)" \
70
--build-arg VERSION="$(vVERSION)" \
71
--build-arg GIT_COMMIT="$(GIT_COMMIT)" \
- --build-arg CVE_UPDATES="$(CVE_UPDATES)" \
--build-arg GOPROXY="$(GOPROXY)" \
-f $(DOCKERFILE) \
$(CURDIR)
0 commit comments