ttl.sh registry images are treated as docker.io and fail to pull #197284
Replies: 2 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
Body
I was testing changes to a devcontainer used by codespaces and thought using ttl.sh would be an easy/fast way to publish images locally and ensure they spun up on codespaces successfully.
Images pushed to ttl.sh use the fully qualified name of
ttl.sh/<image-name>:<tag>and docker and k8s are perfectly content to use this fully qualified path to successfully push/pull images from this ephemeral repo.When I set this as my image in .devcontainer.json though I got an error starting up since it's treated only as a path on the default docker.io registry, not a fully qualified name.
Locally pushing/pulling with docker works fine
Codespace says "docker.io don't have that"
devcontainer.json
creation.log
Steps to reproduce
ttl.sh/<some-name>:<interval-tag>i.e.ttl.sh/tester-image:2hBeta Was this translation helpful? Give feedback.
All reactions