This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 3fb2bcd  Added Docker support for Fedora 29 and Fedora 30
3fb2bcd is described below

commit 3fb2bcdf2db46eb49708eea655670997a2c04f8e
Author: Bryan Call <[email protected]>
AuthorDate: Mon May 13 15:42:18 2019 -0700

    Added Docker support for Fedora 29 and Fedora 30
---
 ci/docker/Makefile | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/ci/docker/Makefile b/ci/docker/Makefile
index 7ac4375..f092c50 100644
--- a/ci/docker/Makefile
+++ b/ci/docker/Makefile
@@ -19,9 +19,11 @@
 .DEFAULT_GOAL := help
 
 help:
-       @echo 'fedora26         create ATS docker image for Fedora 27'
+       @echo 'fedora26         create ATS docker image for Fedora 26'
        @echo 'fedora27         create ATS docker image for Fedora 27'
        @echo 'fedora28         create ATS docker image for Fedora 28'
+       @echo 'fedora29         create ATS docker image for Fedora 29'
+       @echo 'fedora30         create ATS docker image for Fedora 30'
        @echo 'centos6          create ATS docker image for Centos 6'
        @echo 'centos7          create ATS docker image for Centos 7'
        @echo 'all              build all images'
@@ -40,6 +42,12 @@ fedora27:
 fedora28:
        docker build -t ats_$@ --build-arg OS_VERSION=28 --build-arg 
OS_TYPE=fedora yum/
 
+fedora29:
+       docker build -t ats_$@ --build-arg OS_VERSION=29 --build-arg 
OS_TYPE=fedora yum/
+
+fedora30:
+       docker build -t ats_$@ --build-arg OS_VERSION=30 --build-arg 
OS_TYPE=fedora yum/
+
 # Centos Docker images
 centos: centos6 centos7
 

Reply via email to