mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[GH-ISSUE #85] Feature Request: versioned docker hub images #36
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#36
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kaysond on GitHub (Nov 24, 2021).
Original GitHub issue: https://github.com/lldap/lldap/issues/85
For reproducible deployments, its necessary to have different image tags for each version. Without this, rollbacks in docker swarm or kubernetes aren't possible.
I realize its a bit early on in this project for versions, but I'm excited about its potential so I figured I'd put it here anyways! :)
You could even just start with a
0.0.1@nitnelave commented on GitHub (Nov 24, 2021):
Hey there! Thanks for the issue :) There is already a tag for each release, it's just that the only tag so far is
mvp.But don't worry, it's already setup to create a tagged docker image whenever I do a semver push (tag
vx.x.x), it just hasn't happened yet. I'll do a release soon-ish.@nitnelave commented on GitHub (Nov 29, 2021):
Here you go, a new release and plenty of tags on Docker :) (stable, v0, v0.2, v0.2.0, latest)
https://github.com/nitnelave/lldap/releases/tag/v0.2.0