Replies: 1 comment 2 replies
-
So I tested a few more things. I took away the bootstrap container (so no need to pull) and the image still failed to boot successfully. I then removed the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to set container registry credentials via
userdata
. The docs say do you theapiclient
but since I need the credentials in place for the bootstrap container I can't set it once the system is up and running.My userdata contains:
Where xxx is the base64 encoded username:github_token.
The system doesn't boot so I am assuming it is hanging on trying to pull the bootstrap container. Given the box doesn't boot I am somewhat stuck at trying to troubleshoot. Any assistance would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions