caktus / caktus/invoke-kubesae
Update image tagging to include a datetime
Open
- Dominant language
- Python
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Currently `image.generate_tag` produces a tag that only includes the commit hash. This is helpful, but often when quickly debugging an issue with a deployment it is helpful to have a more information dense tag specifically having the datetime included.
AC:
* add a datetime to the tag `datetime.now(pytz.timezone("America/New_York")).strftime("%Y-%m-%d-%H.%M.%S")`
* make this optional?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.