@@ -23,25 +23,12 @@ kubectl get configmap golden-cluster-resources-configmap -o=custom-columns="Conf
2323gcloud container clusters list --project=golden-project --filter=name=golden-cluster --format="value(location)"
2424[XPK] Task: `Get All Node Pools` is implemented by the following command not running since it is a dry run.
2525gcloud beta container node-pools list --cluster golden-cluster --project=golden-project --location=us-central1 --format="csv[no-heading](name)"
26- [XPK] Temp file (4b6736a12db8ea0f78ce793fd0d4ee0c94c652303f1dc0fecad085ea0993f688) content:
27- FROM python:3.10
26+ [XPK] Temp file (e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855) content:
2827
29- # Set the working directory in the container
30- WORKDIR /app
31-
32- # Copy all files from local workspace into docker container
33- COPY . .
34-
35- WORKDIR /app
36-
37- [XPK] Building /tmp into docker image.
38- [XPK] Task: `Building script_dir into docker image` is implemented by the following command not running since it is a dry run.
39- docker buildx build --platform=linux/amd64 -f 4b6736a12db8ea0f78ce793fd0d4ee0c94c652303f1dc0fecad085ea0993f688 -t dry-run-runner /tmp
40- [XPK] Adding Docker Image: gcr.io/golden-project/dry-run-runner:prefix-current to golden-project
41- [XPK] Task: `Tag Docker Image` is implemented by the following command not running since it is a dry run.
42- docker tag dry-run-runner gcr.io/golden-project/dry-run-runner:prefix-current
43- [XPK] Task: `Upload Docker Image` is implemented by the following command not running since it is a dry run.
44- docker push gcr.io/golden-project/dry-run-runner:prefix-current
28+ [XPK] Adding /tmp to container image archive e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
29+ [XPK] Task: `Upload Container Image` is implemented by the following command not running since it is a dry run.
30+ crane mutate python:3.10 --append e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --platform linux/amd64 --tag gcr.io/golden-project/dry-run-runner:prefix-current --workdir /app
31+ [XPK] Deleting container image archive e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
4532[XPK] Temp file (8e311bca9f9f54ee09e88dbb12e7d20d536478aa69d990a59142ee6fb70da079) content:
4633apiVersion: jobset.x-k8s.io/v1alpha2
4734kind: JobSet
0 commit comments