From 8059741d65b643f34ac005cc0bccdff942879ec4 Mon Sep 17 00:00:00 2001 From: "J.-C. Berthon" Date: Mon, 11 Sep 2017 13:48:24 +0000 Subject: [PATCH] Add architecture label to Dockerfile [ci skip] --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 1ca2080..bd8a7d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,6 +61,9 @@ USER unifi HEALTHCHECK --interval=30s --timeout=3s --retries=5 --start-period=30s \ CMD curl --insecure -f https://localhost:8443/ || exit 1 + +LABEL eu.berthon.docker.architecture="${ARCH}" + VOLUME ["/var/lib/unifi", "/var/log/unifi"] # execute the controller by using the init script and the `init` option of Docker -- GitLab