-
Notifications
You must be signed in to change notification settings - Fork 33
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
Versioned Docker images #4
Comments
openspeedtest/latest:latest to openspeedtest/latest:v2.5.4 |
Should probably be |
Creating new images will confuse people. Did you try this?
https://stackoverflow.com/a/66136860/16065516 If that is not working, we can add a new tag with the version name. |
The goal is to have Umbrel know when there’s an update. So yea, having |
will you be able to publish GitHub releases with the version number as well? My auto updating repo is currently using GitHub’s API to fetch the latest version number of an app, as well as Docker Hub’s API to fetch the image’s digest. So I kinda need both GitHub releases and versioned Docker images. |
nginxinc/nginx-unprivileged updated two days ago, mostly security updates. |
oh, I thought that you’re building the image if you need to upgrade dependencies |
well, is it really needed to bump the release number on every third party image update though? Users aren’t aware of these third party updates anyways until they restart the container. And even then it doesn’t always upgrade base images |
Yea |
You don’t actually need to have files on it |
Like, the version number should match between GitHub and Docker |
done. https://hub.docker.com/layers/openspeedtest/latest/v0.0.1/images/sha256-86403b1f20989db6d817c6a739907d12ef5532c4a4edbd711c287f11d59f2780?context=repo |
Seems fine to me |
I’ll implement it into my own Umbrel repo first and then maybe we can make a PR on Umbrel’s official repo for it |
Did you fix the upload issue? |
I actually kinda forgot about it as I haven’t been using my Umbrel instance for a while & got busy with some other projects lol (I want to rebuild the portable server it’s in right now to make it smaller) |
OK, we need to increase post body content length / request buffering caddy
other reverse proxy fix openspeedtest/Speed-Test#4 (comment) |
Yea I know that, but I have no idea where I can edit that on Umbrel’s proxy |
Hey, any chance you could actually change the version number on Docker hub & GitHub every time you push an update? |
Definitely do it when I actually update the application. Last updates are just rerun. Nothing changed. |
ah, I’ve just been seeing my auto updater action triggering a few times and still keeping the 0.0.1 version number so that’s why I mentioned it here |
Could you guys upload versioned Docker images & GitHub releases in addition to the
latest
image? (e.g.openspeedtest:1.0.0
)This would allow me to add OpenSpeedTest to Umbrel with the ability to update it without needing to reinstall it.
See https://github.com/ShonP40/umbrel-apps/tree/master/shonp40-home-assistant as an example
The text was updated successfully, but these errors were encountered: