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

[QUESTION] Is it possible to use semver on the docker image? #61

Closed
lcotonea opened this issue Jun 25, 2021 · 5 comments
Closed

[QUESTION] Is it possible to use semver on the docker image? #61

lcotonea opened this issue Jun 25, 2021 · 5 comments
Assignees
Labels
🤷‍♂️ Question [ISSUE] Further information is requested

Comments

@lcotonea
Copy link

Because I use dashy through a helm chart which is versioned, could you please at lease use version for the docker image?
Many thanks for your answer

@lcotonea lcotonea added the 🤷‍♂️ Question [ISSUE] Further information is requested label Jun 25, 2021
@Lissy93
Copy link
Owner

Lissy93 commented Jun 25, 2021

Sure, I actually just implemented the versioning in #57 so the next Docker release should be tagged, if it isn't already :)

@Lissy93
Copy link
Owner

Lissy93 commented Jun 25, 2021

So Docker Hub is automatically fetching fresh releases whenever a branch is merged into master. I'm not quite sure how to configure it so that DH will also tag each release with the current version. Have you done it before? Got any ideas on how to do this?
I'm guessing I need to scrap the DH integration, and write a GH action which will provide more flexibility. This was the first time I containerized a web app, so I'm a bit of a noob at it

@EVOTk
Copy link
Contributor

EVOTk commented Jun 25, 2021

Hello,
I think you need to create the releases on GitHub from master, for example V1.0.0, V1.0.1, ...
2021-06-25 18_20_52-EVOTk_dashy_ 🚀 A dashboard for your homelab

then configure in dockerhub to monitor this ( Scenario / Match versions )
2021-06-25 18_27_31-Docker Hub

@Lissy93
Copy link
Owner

Lissy93 commented Jun 25, 2021

Thank you @EVOTk 🙌 you saved the day again 😄
Dashy now has releases, here's the first one on Docker Hub
Hope that helps you @lcotonea

@Lissy93 Lissy93 closed this as completed Jun 25, 2021
@lcotonea
Copy link
Author

Many thanks! It's perfect

asterling8516 pushed a commit to asterling8516/dashy that referenced this issue Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤷‍♂️ Question [ISSUE] Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants