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 befe276 commit a1eb2f8Copy full SHA for a1eb2f8
2 files changed
Makefile
@@ -12,7 +12,7 @@ STACKER := $(shell which stacker)
12
GOLINTER := $(TOOLSDIR)/bin/golangci-lint
13
GOLINTER_VERSION := v2.1.0
14
NOTATION := $(TOOLSDIR)/bin/notation
15
-NOTATION_VERSION := 1.0.0
+NOTATION_VERSION := 1.3.2
16
COSIGN := $(TOOLSDIR)/bin/cosign
17
COSIGN_VERSION := 2.2.0
18
HELM := $(TOOLSDIR)/bin/helm
test/blackbox/sync.bats
@@ -30,6 +30,8 @@ function setup_file() {
30
exit 1
31
fi
32
33
+ run mkdir -p ${HOME}/.config/notation
34
+
35
# Download test data to folder common for the entire suite, not just this file
36
skopeo --insecure-policy copy --format=oci docker://ghcr.io/project-zot/golang:1.20 oci:${TEST_DATA_DIR}/golang:1.20
37
# Setup zot server
0 commit comments