Use podman build if available

This commit is contained in:
Arthur Barr
2019-08-28 11:05:25 +01:00
committed by Luke J Powlett
parent 455c67ad3d
commit d6248424a1
18 changed files with 46 additions and 851 deletions

View File

@@ -35,9 +35,6 @@ jobs:
env:
- BASE_IMAGE=ubuntu:16.04
- DOCKER_DOWNGRADE="echo nothing to be done"
- env:
- BASE_IMAGE=centos:7
- DOCKER_DOWNGRADE="echo nothing to be done"
- if: type IN (pull_request) OR tag IS present
env:
- BASE_IMAGE=ubuntu:16.04
@@ -61,8 +58,7 @@ before_script:
- make deps
- echo -en 'travis_fold:end:deps\\r'
- echo 'Building Developer image...' && echo -en 'travis_fold:start:build-devserver\\r'
# Use the containerized build explicitly
- make build-devserver-ctr
- make build-devserver
- echo -en 'travis_fold:end:build-devserver\\r'
- echo 'Building Developer JMS test image...' && echo -en 'travis_fold:start:build-devjmstest\\r'
- make build-devjmstest