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.
2 parents aa75e45 + e9909af commit 2057ab8Copy full SHA for 2057ab8
scripts/provisioning-tests
@@ -98,4 +98,11 @@ cd "$RANCHER_DIR"
98
# Remove superfluous check for UI only bumps in this context
99
sed -i -e '3,5d' ./scripts/provisioning-tests
100
101
+# setting the agent image to the last community version manually for now,
102
+# this will be fixed when https://github.com/rancher/kontainer-driver-metadata/pull/1838 merges
103
+export CATTLE_AGENT_IMAGE=rancher/rancher-agent:v2.12.2
104
+
105
+# pulling the image into the local docker daemon to be pushed into the registry-cache when tests run
106
+docker pull -q rancher/rancher-agent:v2.12.2
107
108
./scripts/provisioning-tests
0 commit comments