]> source.dussan.org Git - gitea.git/commitdiff
Update Docker REAMDE.md
authorJean-Philippe Roemer <jp@roemer.im>
Fri, 26 Feb 2016 17:07:31 +0000 (17:07 +0000)
committerJean-Philippe Roemer <jp@roemer.im>
Fri, 26 Feb 2016 17:07:31 +0000 (17:07 +0000)
- Remove the known issue about `.dockerignore` being ignored during DockerHub automated build as this has been fixed
- Added a note on the fact that we currently do no support building the container on RPi1

docker/README.md

index af6dfc7ac40b57f4d0e52511009e7e76d218b52f..bfdb4a60f0be768b30e39595b3b92ee4d7cd7960 100644 (file)
@@ -88,4 +88,4 @@ Steps to upgrade Gogs with Docker:
 
 ## Known Issues
 
-- `.dockerignore` seems to be ignored during Docker Hub Automated build
+- The docker container can not currently be build on Raspberry 1 (armv6l) as our base image `alpine` does not have a `go` package available for this platform.