Skip to content

Commit

Permalink
APIGOV-26163 - use release for base images (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick authored Aug 28, 2023
1 parent b00371d commit 9de8d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ sonar: test-sonar
./build/scripts/sonar.sh $(sonarHost)

apigee-generate: ## generate apigee resources
docker run --rm -v $(shell pwd)/specs:/codegen/specs -v $(shell pwd)/scripts:/codegen/scripts -v $(shell pwd)/pkg/apigee/models:/codegen/output -e USERID=$(shell id -u) -e GROUPID=$(shell id -g) -w /codegen/scripts --entrypoint ./apigee_generate.sh ampc-beano-docker-snapshot-phx.artifactory-phx.ecd.axway.int/beano-alpine-codegen:latest
docker run --rm -v $(shell pwd)/specs:/codegen/specs -v $(shell pwd)/scripts:/codegen/scripts -v $(shell pwd)/pkg/apigee/models:/codegen/output -e USERID=$(shell id -u) -e GROUPID=$(shell id -g) -w /codegen/scripts --entrypoint ./apigee_generate.sh ampc-beano-docker-release-phx.artifactory-phx.ecd.axway.int/base-images/beano-alpine-codegen:latest

0 comments on commit 9de8d6e

Please sign in to comment.