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

Feature Request: versioned docker hub images #85

Closed
kaysond opened this issue Nov 24, 2021 · 2 comments
Closed

Feature Request: versioned docker hub images #85

kaysond opened this issue Nov 24, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@kaysond
Copy link
Contributor

kaysond commented Nov 24, 2021

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
Copy link
Member

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 nitnelave added the enhancement New feature or request label Nov 24, 2021
@nitnelave
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants