Skip to content

Commit

Permalink
Use shorter names for containers.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Oct 25, 2019
1 parent d586188 commit 28b8183
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ services:
- docker

env:
global:
namespace="robertdebock"
matrix:
- image="docker-centos-systemd" tag="7"
- image="docker-redhat-systemd" tag="7"
- image="centos" tag="7"
- image="redhat" tag="7"

matrix:
allow_failures:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ This role has been tested on these [container images](https://hub.docker.com/):

|container|tag|allow_failures|
|---------|---|--------------|
|docker-centos-systemd|7|no|
|docker-redhat-systemd|7|no|
|centos|7|no|
|redhat|7|no|

This role has been tested on these Ansible versions:

Expand Down
4 changes: 2 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ lint:
driver:
name: docker
platforms:
- name: "${image:-default}-${TOX_ENVNAME:-default}"
image: "robertdebock/${image:-docker-fedora-systemd}:${tag:-latest}"
- name: "${namespace:-robertdebock-}${image:-fedora}-${TOX_ENVNAME:-default}"
image: "${namespace:-robertdebock}/${image:-fedora}:${tag:-latest}"
command: sh -c "while true ; do sleep 30 ; done"
pre_build_image: yes
provisioner:
Expand Down

0 comments on commit 28b8183

Please sign in to comment.