Provide tagged releases/images
See original GitHub issueIt should be easy for someone who is just playing with this or deploying this app for a demo to take YAMLs and apply them to the cluster.
This requires:
- tagging git releases
- making pre-built container images available on gcr publicly (with :tags)
- since tutorials etc will rely on this, also need long-term storage for images (e.g.
gcr.io/google-samples
)
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Create releases/tags for Docker Images · Issue #54 - GitHub
We need to create git tags and docker tags for each new version (as we do for others projects):. the master branch will...
Read more >A Tutorial for Tagging Releases in Git - DEV Community
Tags are a simple aspect of Git, they allow you to identify specific release versions of your code. You can think of a...
Read more >Releases - GitLab Docs
Creating a release also creates a Git tag to mark the release point in the ... This is useful for projects that use...
Read more >Tagging Docker images the right way - Container Solutions blog
Learn the best practices for tagging Docker images that will help you keep track of your containers in production. Code examples included.
Read more >Release Notes - Tag That Photo
Previously TTP may have also gone ahead and updated any images that were "due ... recognition system that provides greater accuracy via "face...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@m-okeefe Great! I’m interested in hearing a strawman design first, don’t invest too much into coding just yet.
I can take this!