tomsquest / docker-radicale

Docker image for Radicale calendar and contact server :calendar: + security :closed_lock_with_key: + addons :rocket:
GNU General Public License v3.0
593 stars 82 forks source link

Add git for versioning (via 'hook' in the config) #6

Closed robertbeal closed 7 years ago

robertbeal commented 7 years ago

Also added in using apk's virtual "group" dependencies for cleaner dependencies.

Git (although it could be anything) is an easy way to do versioning as per the radicale instructions: http://radicale.org/versioning/

Hope it all looks ok. Great image btw.

tomsquest commented 7 years ago

Hi Robert,

Thanks a lot for your PR:

About your PR, I saw another commit about adding openssh-client but I do not see in your PR. Is it still required ?

tomsquest commented 7 years ago

@robertbeal can you confirm about openssh-client ?

robertbeal commented 7 years ago

Hey sorry, just back from holiday. Ah yeah I played around with putting openssh in but reverted the commit (and squashed it).

I was thinking about adding a "push" to the hook (hence wanting an ssh client), but in the end decided it was better to do so outside of radicale.

tomsquest commented 7 years ago

Thanks @robertbeal