Me

Results 28 comments of Me

Jumping in this conversation : I think it would be useful to support the GELF format [1] It's a json log format used by grelog and other. I think it...

I think you can do it easily : As far as I understand, it involves firing a github runner for arm64, and then push the correct manifest on dockerhub. basically...

I think these images also have multi-arch support https://hub.docker.com/r/alpinelinux/docker-abuild . Thank you for pointers !

I've done a bit of work for the second point here : https://github.com/Nold360/docker-borgserver/pull/7 This adds the possibility to pull from a git repo and update the keys using a cronjob...

I've played with alpine and borgbackup is already in alpine 3.10 ! so there is no pulling from source. https://github.com/abate/docker-borgserver/blob/alpine/Dockerfile.alpine I'm going to test it a bit more and maybe...

I see your commit does mostly what I've done. It's handy to store your ssh keys in a git repo. This MR does not add much more complexity. The container...

it seems you are adding even more complexity by splitting the init and runtime part in two containers. and duplicating a fair bit of code in the process ... not...

this looks good to me ! ref: https://github.com/Nold360/docker-borgserver/compare/f_git_2 I'll test it a bit tomorrow.

reg dose3. A related problem with gitlab is that from time gitlab regenerates tarball of the package. I've seen this problem in the past as well. A workaround that I'll...

for some reason ( that I don't undestand ), the hash of the tarball generated by gitlab change and this clarly is a probem with opam. But I think this...