Skip to content

Commit

Permalink
#22 removed buster image for testing by now (there is a docker issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran Tsao committed Jan 3, 2020
1 parent fbec719 commit 2c3a2e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c3a2e1

Please sign in to comment.