summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2019-08-01 11:38:48 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2019-08-01 11:38:48 -0400
commit02556082c1c0f15941f78086c590e300842c456a (patch)
tree9269e6c3e8b39cf40b066dc375e7028047e3f2e3
parentcea40e96bd511fd2616bfe3dc0d5f42eaea019c3 (diff)
downloadlibnice-02556082c1c0f15941f78086c590e300842c456a.tar.gz
dockerfiles: Add buildah format export to make gitlab happy
-rw-r--r--tests/docker/centos7-autotools/Dockerfile1
-rw-r--r--tests/docker/centos7-meson/Dockerfile1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/docker/centos7-autotools/Dockerfile b/tests/docker/centos7-autotools/Dockerfile
index e1c7888..10fbf5e 100644
--- a/tests/docker/centos7-autotools/Dockerfile
+++ b/tests/docker/centos7-autotools/Dockerfile
@@ -6,6 +6,7 @@
# alternatively
+# export BUILDAH_FORMAT=docker
# buildah bud -t registry.freedesktop.org/libnice/libnice/centos7/autotools-build:$(date --rfc-3339=date) .
# buildah tag registry.freedesktop.org/libnice/libnice/centos7/autotools-build:$(date --rfc-3339=date) registry.freedesktop.org/libnice/libnice/centos7/autotools-build:latest
# buildah push registry.freedesktop.org/libnice/libnice/centos7/autotools-build:latest
diff --git a/tests/docker/centos7-meson/Dockerfile b/tests/docker/centos7-meson/Dockerfile
index f5635f6..694e34e 100644
--- a/tests/docker/centos7-meson/Dockerfile
+++ b/tests/docker/centos7-meson/Dockerfile
@@ -6,6 +6,7 @@
# alternatively
+# export BUILDAH_FORMAT=docker
# buildah bud -t registry.freedesktop.org/libnice/libnice/centos7/meson-build:$(date --rfc-3339=date) .
# buildah tag registry.freedesktop.org/libnice/libnice/centos7/meson-build:$(date --rfc-3339=date) registry.freedesktop.org/libnice/libnice/centos7/meson-build:latest
# buildah push registry.freedesktop.org/libnice/libnice/centos7/meson-build:latest