summaryrefslogtreecommitdiffstats
path: root/docker/README.md
diff options
context:
space:
mode:
authorJean-Philippe Roemer <jp@roemer.im>2016-02-26 17:07:31 +0000
committerJean-Philippe Roemer <jp@roemer.im>2016-02-26 17:07:31 +0000
commitdb1494920925f9ca7a887e02b42394291300acf8 (patch)
treee483cc9177a1a79b76398348e7397f76dbeb772b /docker/README.md
parentab4eacd15f44e228834a8edc67fd139263fb5347 (diff)
downloadgitea-db1494920925f9ca7a887e02b42394291300acf8.tar.gz
gitea-db1494920925f9ca7a887e02b42394291300acf8.zip
Update Docker REAMDE.md
- 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
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md
index af6dfc7ac4..bfdb4a60f0 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -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.