Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker-in-Docker failing in prow jobs #4553

Closed
mboersma opened this issue Feb 8, 2024 · 3 comments
Closed

Docker-in-Docker failing in prow jobs #4553

mboersma opened this issue Feb 8, 2024 · 3 comments
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now.

Comments

@mboersma
Copy link
Contributor

mboersma commented Feb 8, 2024

/kind bug

What steps did you take and what happened:

PRs recently began failing to set up Docker-in-Docker for prow jobs.

Unpacking azure-cli (2.57.0-1~bookworm) ...
Setting up azure-cli (2.57.0-1~bookworm) ...
WARNING: You may want to use 'az acr login -n capzci --expose-token' to get an access token, which does not require Docker to be installed.
ERROR: 2024-02-08 16:04:31.990310 An error occurred: DOCKER_COMMAND_ERROR
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

Problem occurs here:

docker login -u "${AZURE_CLIENT_ID}" -p "${AZURE_CLIENT_SECRET}" capzci.azurecr.io

What did you expect to happen:

Anything else you would like to add:

Could be this? kubernetes/test-infra#31873

Environment:

  • cluster-api-provider-azure version:
  • Kubernetes version: (use kubectl version):
  • OS (e.g. from /etc/os-release):
@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Feb 8, 2024
@mboersma mboersma added the priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now. label Feb 8, 2024
@mboersma mboersma changed the title Docker-in-Docker failing in all prow jobs Docker-in-Docker failing in prow jobs Feb 8, 2024
@mboersma
Copy link
Contributor Author

mboersma commented Feb 8, 2024

See kubernetes/test-infra#31889

@mboersma
Copy link
Contributor Author

mboersma commented Feb 9, 2024

/close

Fixed by kubernetes/test-infra#31900

@k8s-ci-robot
Copy link
Contributor

@mboersma: Closing this issue.

In response to this:

/close

Fixed by kubernetes/test-infra#31900

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now.
Projects
Archived in project
Development

No branches or pull requests

2 participants