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

Introduce stable tag for docker images #2767

Closed
3 tasks
LesnyRumcajs opened this issue Apr 14, 2023 · 2 comments · Fixed by #2770
Closed
3 tasks

Introduce stable tag for docker images #2767

LesnyRumcajs opened this issue Apr 14, 2023 · 2 comments · Fixed by #2770
Assignees

Comments

@LesnyRumcajs
Copy link
Member

LesnyRumcajs commented Apr 14, 2023

Issue summary
We are currently using the moving tag latest, which may be confusing. See an interesting article dedicated to this problem here.

It'd be beneficial to change the behaviour a bit:

  • latest shall denote the latest stable release

  • edge shall denote the latest development build (latest main build)

  • introduce edge tag to the Docker workflows

  • update the documentation

  • update the forest-iac infra so that it uses the edge tag for tests

Other information and links

@hanabi1224
Copy link
Contributor

How about using latest for the latest stable release and dev for rolling builds?

@LesnyRumcajs
Copy link
Member Author

I'd go with edge and latest as described in
https://devops.pingidentity.com/docker-images/releaseTags/#edge
https://devops.pingidentity.com/docker-images/releaseTags/#latest

Also this approach seems to be supported by docker meta action.
https://github.com/docker/metadata-action#typeedge

Sounds good?

@LesnyRumcajs LesnyRumcajs self-assigned this Apr 17, 2023
@LesnyRumcajs LesnyRumcajs mentioned this issue Apr 17, 2023
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

2 participants