abraunegg-onedrive/contrib/docker
nrandon 1c6dd424d7
Fix alpine build so it uses the same alpine version (#1226)
The current docker file uses golang:alpine which can fall out of
step with alpine:latest. If there build does fall out of step the
ldc compiler will have different version the runtime will have
different lib dependences and hence will not work stating missing/
mismatched runtime libraries. This can be address by directly
pulling the alpine docker and installing go using the alpine
version, and hence the mismatch will not accrue.
2021-01-18 14:33:12 +11:00
..
hooks Add date tag on docker.hub (#584) 2019-07-14 08:37:24 +10:00
Dockerfile Update Dockerfiles (#980) 2020-07-03 07:51:22 +10:00
Dockerfile-alpine Fix alpine build so it uses the same alpine version (#1226) 2021-01-18 14:33:12 +11:00
Dockerfile-rpi Dockerfile for Raspberry Pi / ARM (#789) 2020-02-03 16:59:34 +11:00
Dockerfile-stretch Update Dockerfiles (#980) 2020-07-03 07:51:22 +10:00
entrypoint.sh Add Docker environment variable to allow --logout for re-authentication (#1187) 2020-12-21 07:06:18 +11:00