Skip to content

Commit

Permalink
bump stardog docker to get new license
Browse files Browse the repository at this point in the history
  • Loading branch information
callum-oakley authored and RickMoynihan committed Aug 12, 2022
1 parent cbd83a0 commit 88594d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ executors:
auth:
username: $DOCKERHUB_USERNAME # can specify string literal values
password: $DOCKERHUB_PASSWORD # or project environment variable reference
- image: swirrl/stardog:6.2.3
- image: "europe-west2-docker.pkg.dev/swirrl-devops-infrastructure-1/swirrl/\
stardog:6.2.3--2022-06-06"
environment:
CREATE_DATABASE: drafter-test-db
auth:
username: $DOCKERHUB_USERNAME # can specify string literal values
password: $DOCKERHUB_PASSWORD # or project environment variable reference
username: _json_key
password: ${GCLOUD_SERVICE_KEY}

resource_class: medium

Expand Down Expand Up @@ -214,6 +215,7 @@ workflows:
- drafter-auth0-dev-creds # creds for our auth0 dev setup
- swirrl-dockerhub-consumer
- stardog-jfrog-repository
- gcp-artifact-registry
- test-drafter-basic-auth:
filters:
tags:
Expand All @@ -223,6 +225,7 @@ workflows:
- drafter-auth0-dev-creds # creds for our auth0 dev setup
- swirrl-dockerhub-consumer
- stardog-jfrog-repository
- gcp-artifact-registry
- test-drafter-non-api:
filters:
tags:
Expand All @@ -232,6 +235,7 @@ workflows:
- drafter-auth0-dev-creds # creds for our auth0 dev setup
- swirrl-dockerhub-consumer
- stardog-jfrog-repository
- gcp-artifact-registry
- test-drafterclient:
filters:
tags:
Expand All @@ -241,6 +245,7 @@ workflows:
- drafter-auth0-dev-creds # creds for our auth0 dev setup
- swirrl-dockerhub-consumer
- stardog-jfrog-repository
- gcp-artifact-registry
- build-artifacts:
filters:
tags:
Expand Down
3 changes: 2 additions & 1 deletion drafter/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
version: "3.9"
services:
stardog:
image: "swirrl/stardog:6.2.3"
image: "europe-west2-docker.pkg.dev/swirrl-devops-infrastructure-1/swirrl/\
stardog:6.2.3--2022-06-06"
ports:
- "5820:5820"
environment:
Expand Down

0 comments on commit 88594d5

Please sign in to comment.