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

[CI] ~/.docker/config.json issues (file not found) - mandrel docker client header step #642

Closed
jerboaa opened this issue Dec 18, 2023 · 1 comment · Fixed by #643
Closed
Labels
bug Something isn't working

Comments

@jerboaa
Copy link
Collaborator

jerboaa commented Dec 18, 2023

Description

After #641 we still see issues in CI related to setting the user agent in docker config:

 jq: error: Could not open file /home/runner/.docker/config.json: No such file or directory
/home/runner/work/_temp/61a2380e-b2d9-4100-b3a7-1686a4b14df3.sh: line 1: /home/runner/.docker/config.json.new: No such file or directory
Error: Process completed with exit code 1.

See for example:
https://github.com/graalvm/mandrel/actions/runs/7248996212/job/19747102268?pr=640#step:10:25

Looks to me that those expected files ~/.docker/config.json aren't there on some runners to begin with. We need to figure out what creates them and run those commands first.

@jerboaa jerboaa added the bug Something isn't working label Dec 18, 2023
@zakkak
Copy link
Collaborator

zakkak commented Dec 18, 2023

Upstream Quarkus (where we got this part of the pipeline from originally) added a check to see if the file exists or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants