Official Docker Image #1745
Replies: 10 comments 68 replies
-
|
Sorry, no plan to for a docker image. PyPI only contain Radicale itself, while a docker image would have to contain all required Python modules and potentially even Python itself. Reasons at least lack of resources to maintain such and to support expected additional related upcoming issues. May change once an additional co-maintainer appears and focus on that. |
Beta Was this translation helpful? Give feedback.
-
|
FYI I have now set up a gitlab repo which automatically checks for new updates to Radicale once a day and if there is a new release it builds an image from your Dockerfile and pushes it to Docker Hub: |
Beta Was this translation helpful? Give feedback.
-
|
Thank you, feel free to add a Wiki page how to use it and refer to it on the main Wiki page below topic "Radicale Installation" |
Beta Was this translation helpful? Give feedback.
-
|
Another alternative, which I recently discovered, is to build the image inline with Compose or |
Beta Was this translation helpful? Give feedback.
-
|
I added to the wiki at https://github.com/Kozea/Radicale/wiki/Installing-on-Docker - Included instructions for using docker-compose build. |
Beta Was this translation helpful? Give feedback.
-
|
Would it be possible to also include an ldap build or to also pack this into the image ? When I tried to get this image working with my setup I got warnings and error about missing ldap packages. So I had to adjust the lines in the Dockerfile and rebuild the image locally. |
Beta Was this translation helpful? Give feedback.
-
|
@kalsi-avneet - would it be possible to define a job cleaning up nightly builds older than e.g. 30 days on regular basis? |
Beta Was this translation helpful? Give feedback.
-
|
Can you also create a cleanup job for the untagged ones, e.g. older than 15 days? |
Beta Was this translation helpful? Give feedback.
-
|
Thanks a lot for your efforts to provide an official container image. What prevents me from using it is the lack of a "stable" tag name that refers to the latest stable version. It would be great if you could add the major and minor versions as tags to the images. For example, the tags Something like this should work: tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}By the way, I think removing and adding tags: |
type=schedule,pattern=nightlywould work. |
Beta Was this translation helpful? Give feedback.
-
|
A compose file and documentation has been added to the repository via #1950
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed you have a github workflow for publishing to PyPI. I wonder if you could extend it, or create a new workflow for publishing an official image to Docker Hub too?
Beta Was this translation helpful? Give feedback.
All reactions