Skip to content

Commit

Permalink
chore: add zaas for docker publishing (#3662)
Browse files Browse the repository at this point in the history
---------

Signed-off-by: Pablo Hernán Carle <[email protected]>
Co-authored-by: Pablo Hernán Carle <[email protected]>
  • Loading branch information
pablocarle and Pablo Hernán Carle authored Jul 24, 2024
1 parent b89811f commit 00d68b0
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
1 change: 1 addition & 0 deletions .github/workflows/image-publish-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
options:
- all
- zaas-service
- gateway-service
- discovery-service
- api-catalog-services
- caching-service
Expand Down
2 changes: 1 addition & 1 deletion containers/api-catalog-services/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM zowe-docker-release.jfrog.io/ompzowe/base-jdk:${ZOWE_BASE_IMAGE} AS builder
##################################
# labels
LABEL name="API Catalog" \
maintainer="carson.cook@ibm.com" \
maintainer="pablo.carle@broadcom.com" \
vendor="Zowe" \
version="0.0.0" \
release="0" \
Expand Down
2 changes: 1 addition & 1 deletion containers/caching-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM zowe-docker-release.jfrog.io/ompzowe/base-jdk:${ZOWE_BASE_IMAGE} AS builder
##################################
# labels
LABEL name="Caching Service" \
maintainer="carson.cook@ibm.com" \
maintainer="pablo.carle@broadcom.com" \
vendor="Zowe" \
version="0.0.0" \
release="0" \
Expand Down
2 changes: 1 addition & 1 deletion containers/discovery-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM zowe-docker-release.jfrog.io/ompzowe/base-jdk:${ZOWE_BASE_IMAGE} AS builder
##################################
# labels
LABEL name="Discovery Service" \
maintainer="carson.cook@ibm.com" \
maintainer="pablo.carle@broadcom.com" \
vendor="Zowe" \
version="0.0.0" \
release="0" \
Expand Down
4 changes: 2 additions & 2 deletions containers/gateway-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ FROM zowe-docker-release.jfrog.io/ompzowe/base-jdk:${ZOWE_BASE_IMAGE} AS builder
##################################
# labels
LABEL name="API Gateway" \
maintainer="carson.cook@ibm.com" \
maintainer="pablo.carle@broadcom.com" \
vendor="Zowe" \
version="0.0.0" \
release="0" \
summary="API Mediation Layer Gateway" \
description="API Gateway service to route requests to services registered in the API Mediation Layer and provides an API for mainframe security."
description="API Gateway service to route requests to services registered in the API Mediation Layer."

##################################
# switch context
Expand Down
1 change: 0 additions & 1 deletion containers/gateway-service/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ buildPackage $gateway_package "packageApiGateway"
buildApimlCommonPackage

preparePackage $gateway_package
preparePackage $apiml_common_package "apiml-common-lib"
prepareBasicFiles

copyToBuildContext $linux_distro $cpu_arch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ FROM zowe-docker-release.jfrog.io/ompzowe/base-jdk:${ZOWE_BASE_IMAGE} AS builder

##################################
# labels
LABEL name="Gateway" \
maintainer="carson.cook@ibm.com" \
LABEL name="ZAAS" \
maintainer="pablo.carle@broadcom.com" \
vendor="Zowe" \
version="0.0.0" \
release="0" \
summary="API Mediation Layer Gateway" \
description="Gateway service to route requests to services registered in the API Mediation Layer and provides an API for mainframe security."
summary="API Mediation Layer ZAAS" \
description="Zowe Authentication and Authorization Service provides an API for mainframe security."

##################################
# switch context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ prepareVersioning
copyDockerfileToInternalStructure $linux_distro $cpu_arch
cleanUpWorkingFolder

gateway_package="gateway-package"
zaas_package="zaas-package"
apiml_common_package="apiml-common-lib-package"

buildPackage $gateway_package "packageGateway"
buildPackage $zaas_package "packageZaas"
buildApimlCommonPackage

preparePackage $gateway_package
preparePackage $zaas_package
preparePackage $apiml_common_package "apiml-common-lib"
prepareBasicFiles

Expand Down

0 comments on commit 00d68b0

Please sign in to comment.