From 2c3a2e128243c932ec9a937595778e43ec87c6a1 Mon Sep 17 00:00:00 2001 From: Fran Tsao Date: Fri, 3 Jan 2020 15:01:57 +0100 Subject: [PATCH] #22 removed buster image for testing by now (there is a docker issue --- .travis.yml | 1 - molecule/default/molecule.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0560786..383959e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ install: env: matrix: - DOCKER_BASE_IMAGE=debian:stretch-slim - - DOCKER_BASE_IMAGE=debian:buster-slim script: - export DOCKER_BASE_IMAGE=${DOCKER_BASE_IMAGE} - pipenv run molecule test diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 7ed752c..76d2f01 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -11,7 +11,7 @@ platforms: - name: prom2teams groups: - prom2teams - image: ${DOCKER_BASE_IMAGE:-debian:buster-slim} + image: ${DOCKER_BASE_IMAGE:-debian:stretch-slim} privileged: false capabilities: - SYS_ADMIN