Skip to content

Commit

Permalink
- Adopt official APIM docker image #447
Browse files Browse the repository at this point in the history
  • Loading branch information
rathnapandi committed Dec 11, 2023
1 parent 474e5a9 commit 40ab437
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- name: Run docker images
run: |
pwd
ls -l
mkdir licenses
echo ${{ secrets.APIM_LIC }} | base64 -di > licenses/apim.lic
docker-compose run --rm start_cassandra
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ services:
image: ${APIM_DOCKER_IMAGE}
volumes:
- ${GITHUB_WORKSPACE}/licenses:/opt/Axway/apigateway/conf/licenses
- ${GITHUB_WORKSPACE}/apim-cli/modules/apim-adapter/src/test/resources/apimanager/${FED_FILE}:/merge/fed
- ${GITHUB_WORKSPACE}/apim-cli/modules/apim-adapter/src/test/resources/apimanager/mandatoryFiles.yaml:/merge/mandatoryFiles
- ${GITHUB_WORKSPACE}/apim-cli/modules/apim-adapter/src/test/resources/apimanager/merge/apigateway:/merge/apigateway
- ${GITHUB_WORKSPACE}/modules/apim-adapter/src/test/resources/apimanager/${FED_FILE}:/merge/fed
- ${GITHUB_WORKSPACE}/modules/apim-adapter/src/test/resources/apimanager/mandatoryFiles.yaml:/merge/mandatoryFiles
- ${GITHUB_WORKSPACE}/modules/apim-adapter/src/test/resources/apimanager/merge/apigateway:/merge/apigateway
environment:
- ACCEPT_GENERAL_CONDITIONS=yes
ports:
Expand Down

0 comments on commit 40ab437

Please sign in to comment.