Skip to content

Commit

Permalink
Use the docker container from boxinc.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahakanbaba committed Jun 8, 2018
1 parent e674b72 commit 0b5f19c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,9 @@ defaults: &defaults
# This is the directory where circle ci checks out the repo.
working_directory: /home/circleci/project

dockerhub_creds: &dockerhub_creds
auth:
username: ahakanbaba
password: $DOCKERHUB_PASSWORD

container_env: &container_env
docker:
# TODO: Once we are ready to opensource this and to move github.com/box,
# start using boxinc's public images on hub.docker
- image: ahakanbaba/wavectl:centos7
- image: boxinc/wavectl:centos7
<<: *dockerhub_creds

version: 2
Expand Down

0 comments on commit 0b5f19c

Please sign in to comment.