Skaffold fails to find credentials for quay.io during check cache step #7048
Labels
area/registry
help wanted
We would love to have this done, but don't have the bandwidth, need help from contributors
kind/bug
Something isn't working
priority/p2
May take a couple of releases
Expected behavior
Running skaffold-dev should run without errors
Actual behavior
with
--verbosity trace
:Information
Steps to reproduce the behavior
git clone https://github.com/redhat-marketplace/redhat-marketplace-operator
docker buildx create --use --name build --node build --driver-opt network=host
for exampledocker login
with docker login command provided by quay.io.Account Settings > User Setting > CLI password > Generate Encrypted Password
export IMAGE_REGISTRY=quay.io/<quay username>
make docker-build
make docker-build
completes.make skaffold-dev
docker/config.json
~/.skaffold/config
The text was updated successfully, but these errors were encountered: