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

Update image tagging to include a datetime #38

Open
JeremyGibson opened this issue Sep 16, 2021 · 0 comments
Open

Update image tagging to include a datetime #38

JeremyGibson opened this issue Sep 16, 2021 · 0 comments

Comments

@JeremyGibson
Copy link
Contributor

JeremyGibson commented Sep 16, 2021

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?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant