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

Use date-based tag rather than git SHA #531

Merged
merged 1 commit into from
Feb 21, 2024
Merged

Use date-based tag rather than git SHA #531

merged 1 commit into from
Feb 21, 2024

Conversation

leonardehrenfried
Copy link
Collaborator

When I used the git SHA hashes originally I thought that I would be interested in knowing the exact version of an image. It turns out that in several years of using this image, I never looked at it and just want an identifier that is easy to parse for humans.

For this reason I'm switching to date-based tags. If you want to see what it looks like, you can take a look at OpenTripPlanner's repo: https://hub.docker.com/r/opentripplanner/opentripplanner/tags

Copy link

what-the-diff bot commented Feb 21, 2024

PR Summary

  • New Container Date Tagging
    The process now includes an additional step where the software container gets a date tag. This label reflects the exact date and time when the container was created.

  • Modified Docker Build Command
    We made changes to the 'Docker build' command, which is used to create software containers. Now, this command also includes the above-mentioned date tag in the image tag. This change allows you to identify the build's specific version by checking the date.

@philipkozeny philipkozeny merged commit 48cd8d6 into master Feb 21, 2024
4 checks passed
@philipkozeny philipkozeny deleted the docker-tag branch February 21, 2024 16:42
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

Successfully merging this pull request may close these issues.

2 participants