You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I execute the command as in the codelab tutorial ... gcloud builds submit --pack image=${ARTIFACT_REGISTRY}/myimage
... I get build failures:
On the very end the output is BUILD FAILURE: Build step failure: build step 1 "gcr.io/k8s-skaffold/pack" failed: step exited with non-zero status: 1
Above I get ERROR: build step 1 "gcr.io/k8s-skaffold/pack" failed: step exited with non-zero status: 1
In the log at step #1 there is more: Starting Step #1 Step #1: Already have image (with digest): gcr.io/k8s-skaffold/pack Step #1: Error: accepts 1 arg(s), received 0
It seems the call in the tutorial is missing some argument or any property needs to be configured.
I am stuck here - cannot continue with the Django Codelab :-(
Some idea would be great.
The text was updated successfully, but these errors were encountered:
When I execute the command as in the codelab tutorial ...
gcloud builds submit --pack image=${ARTIFACT_REGISTRY}/myimage
... I get build failures:
On the very end the output is
BUILD FAILURE: Build step failure: build step 1 "gcr.io/k8s-skaffold/pack" failed: step exited with non-zero status: 1
Above I get
ERROR: build step 1 "gcr.io/k8s-skaffold/pack" failed: step exited with non-zero status: 1
In the log at step #1 there is more:
Starting Step #1 Step #1: Already have image (with digest): gcr.io/k8s-skaffold/pack Step #1: Error: accepts 1 arg(s), received 0
It seems the call in the tutorial is missing some argument or any property needs to be configured.
I am stuck here - cannot continue with the Django Codelab :-(
Some idea would be great.
The text was updated successfully, but these errors were encountered: