Skip to content

Commit

Permalink
- Support November 2023 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rathnapandi committed Dec 1, 2023
1 parent 520bb77 commit 8e809cc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on: [push]

env:
CASSANDRA_DOCKER_IMAGE: cassandra:4.0.11
APIM_DOCKER_IMAGE: docker-registry.demo.axway.com/swagger-promote/api-mgr-with-policies:7.7-20230830
CACHE_FILE_APIM: api-manager_7_7_20230830.cache.tar
APIM_DOCKER_IMAGE: docker-registry.demo.axway.com/swagger-promote/api-mgr-with-policies:7.7-20231130
CACHE_FILE_APIM: api-manager_7_7_20231130.cache.tar
CACHE_FILE_CASSANDRA: cassandra_4_0_11.cache.tar
LOG_LEVEL: info

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ function exitScript() {
cd $currentDir
if [[ $rc = 10 ]]; then
echo "Supported versions"
echo "`basename $0` 7.7-20231130"
echo "`basename $0` 7.7-20230830"
echo "`basename $0` 7.7-20230530"
echo "`basename $0` 7.7-20230228"
Expand Down Expand Up @@ -39,7 +40,12 @@ buildDir="$HOME/apim-cli-dockerimage"
echo "Creating docker image for version $version"

case "$version" in
7.7-20230830)
7.7-20231130)
fedFile="swagger-promote-7.7-20231130.fed"
installer="APIGateway_7.7.20231130_Install_linux-x86-64_BN02.run"
dockerScripts="APIGateway_7.7.20231130-DockerScripts-2.13.0.tar.gz"
dockerScriptsDir="apigw-emt-scripts-2.13.0";;
7.7-20230830)
fedFile="swagger-promote-7.7-20230830.fed"
installer="APIGateway_7.7.20230830_Install_linux-x86-64_BN03.run"
dockerScripts="APIGateway_7.7.20230830-DockerScripts-2.12.0.tar.gz"
Expand Down
Binary file not shown.

0 comments on commit 8e809cc

Please sign in to comment.