Skip to content

Commit

Permalink
Force docker version 17.10 in circle
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas committed Nov 6, 2017
1 parent 56a3243 commit 3927a78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
8 changes: 5 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,18 @@ jobs:
- image: library/docker:17.10
steps:
- checkout
- setup_remote_docker
- run: docker build -f Dockerfile-test .
- setup_remote_docker:
version: 17.10.0-ce
- run: docker build -f Dockerfile .

release:
docker:
- image: circleci/golang:1.9
working_directory: /go/src/github.com/ory/oathkeeper
steps:
- checkout
- setup_remote_docker
- setup_remote_docker:
version: 17.10.0-ce
- run: docker build --build-arg git_tag=$(git describe --tags) --build-arg git_commit=$(git rev-parse HEAD) -f Dockerfile -t oryd/oathkeeper:$CIRCLE_TAG .
- run: docker login --username "$DOCKER_USERNAME" --password "$DOCKER_PASSWORD"
- run: docker push oryd/oathkeeper:$CIRCLE_TAG
Expand Down
18 changes: 0 additions & 18 deletions Dockerfile-test

This file was deleted.

0 comments on commit 3927a78

Please sign in to comment.