aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Mortier <mort@cantab.net>2019-06-21 16:27:22 +0100
committerRichard Mortier <mort@cantab.net>2019-07-12 09:56:20 +0100
commit9f24e9ab9f7ddb4abee3d43f18e7d1535bd96476 (patch)
tree0e30e5d441c5d710a0ca462b99b2615f735243b4
parent078182f0255d4e892bfa6361d2f23044af20262d (diff)
downloaddocker-abuild-9f24e9ab9f7ddb4abee3d43f18e7d1535bd96476.tar.bz2
docker-abuild-9f24e9ab9f7ddb4abee3d43f18e7d1535bd96476.tar.xz
readme: add ipv6 issue
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 273ef9e..1ca2be3 100644
--- a/README.md
+++ b/README.md
@@ -27,3 +27,7 @@ DABUILD_CACHE=true DABUILD_CLEAN=true abuild [options]
```
[![Build Status](https://cloud.drone.io/api/badges/alpinelinux/docker-abuild/status.svg)](https://cloud.drone.io/alpinelinux/docker-abuild)
+
+## Known Issues
+
+ * Docker doesn't support IPv6 well, so if a package's tests make use of IPv6 they are likely to fail. Observed with `community/libgdata` and [fixed](https://github.com/alpinelinux/aports/pull/7597).