diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2019-08-01 11:38:48 -0400 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2019-08-01 11:38:48 -0400 |
commit | 02556082c1c0f15941f78086c590e300842c456a (patch) | |
tree | 9269e6c3e8b39cf40b066dc375e7028047e3f2e3 /tests/docker/centos7-autotools/Dockerfile | |
parent | cea40e96bd511fd2616bfe3dc0d5f42eaea019c3 (diff) | |
download | libnice-02556082c1c0f15941f78086c590e300842c456a.tar.gz |
dockerfiles: Add buildah format export to make gitlab happy
Diffstat (limited to 'tests/docker/centos7-autotools/Dockerfile')
-rw-r--r-- | tests/docker/centos7-autotools/Dockerfile | 1 |
1 files changed, 1 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 |