Skip to content

Commit

Permalink
chore: 2060 latest docker images (#48)
Browse files Browse the repository at this point in the history
* lint: fix circle config

* chore: update docker images & related configs
  • Loading branch information
eoln authored Feb 19, 2021
1 parent 4aa25e5 commit 1bf15be
Show file tree
Hide file tree
Showing 13 changed files with 6,434 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ jobs:
mv junit.xml test/results
- store_artifacts:
path: ./test/results
prefix: test
- store_test_results:
path: ./test/results

Expand All @@ -127,7 +126,6 @@ jobs:
mv junit.xml test/results
- store_artifacts:
path: ./test/results
prefix: test
- store_test_results:
path: ./test/results

Expand All @@ -149,7 +147,6 @@ jobs:
command: npm run test:coverage-check
- store_artifacts:
path: coverage
prefix: test
- store_test_results:
path: coverage
- run:
Expand Down Expand Up @@ -228,7 +225,6 @@ jobs:
mv junit.xml test/results
- store_artifacts:
path: ./test/results
prefix: test
- store_test_results:
path: ./test/results

Expand Down Expand Up @@ -263,7 +259,6 @@ jobs:
command: npm run audit:check --silent -- --json > ./audit/results/auditResults.json
- store_artifacts:
path: ./audit/results
prefix: audit

audit-licenses:
executor: default-docker
Expand All @@ -284,7 +279,6 @@ jobs:
command: cd /tmp/license-scanner && pathToRepo=$CIRCLE_WORKING_DIRECTORY make run
- store_artifacts:
path: /tmp/license-scanner/results
prefix: licenses

build-local:
executor: default-machine
Expand Down Expand Up @@ -420,7 +414,6 @@ jobs:
command: cd /tmp/license-scanner && mode=docker dockerImages=$DOCKER_ORG/$CIRCLE_PROJECT_REPONAME:local make run
- store_artifacts:
path: /tmp/license-scanner/results
prefix: licenses

image-scan:
executor: anchore/anchore_engine
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ services:
interval: 30s

sdk-scheme-adapter:
image: "mojaloop/sdk-scheme-adapter:v10.6.2.7-pisp"
image: "mojaloop/sdk-scheme-adapter:v11.10.1.3-pisp"
# build:
# context: ../sdk-scheme-adapter
# dockerfile: ./Dockerfile
Expand Down Expand Up @@ -100,7 +100,7 @@ services:

redis:
container_name: redis
image: "redis:5.0.4-alpine"
image: "redis:6.0.10-alpine"
networks:
- mojaloop-net
ports:
Expand Down
4 changes: 2 additions & 2 deletions docker/contract/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ networks:

services:
ml-testing-toolkit:
image: mojaloop/ml-testing-toolkit:v11.2.2
image: mojaloop/ml-testing-toolkit:v11.7.11
container_name: 3p_ml-testing-toolkit
volumes:
- "./ml-testing-toolkit/spec_files:/opt/mojaloop-testing-toolkit/spec_files"
Expand All @@ -23,7 +23,7 @@ services:
- "ml-testing-toolkit:172.17.0.1"

ml-testing-toolkit-ui:
image: mojaloop/ml-testing-toolkit-ui:v11.2.0
image: mojaloop/ml-testing-toolkit-ui:v11.8.4
container_name: 3p_ml-testing-toolkit-ui
ports:
- "6060:6060"
Expand Down
Loading

0 comments on commit 1bf15be

Please sign in to comment.