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 5d966bf commit f118faeCopy full SHA for f118fae
scripts/build/build-hotrod-image.sh
@@ -133,6 +133,8 @@ if [[ "${runtime}" == "k8s" ]]; then
133
134
echo '::group:: run on Kubernetes'
135
echo '::group:: Loading images into Kind cluster'
136
+ docker pull localhost:5000/jaegertracing/all-in-one:${GITHUB_SHA}
137
+ docker pull localhost:5000/jaegertracing/example-hotrod:${GITHUB_SHA}
138
docker tag localhost:5000/jaegertracing/all-in-one:${GITHUB_SHA} jaegertracing/all-in-one:latest
139
docker tag localhost:5000/jaegertracing/example-hotrod:${GITHUB_SHA} jaegertracing/example-hotrod:latest
140
kind load docker-image jaegertracing/all-in-one:latest --name kind
0 commit comments