We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47cb5d commit 4627419Copy full SHA for 4627419
1 file changed
Makefile
@@ -69,7 +69,7 @@ export COMPOSE_PROJECT_NAME
69
# docker push quay.io/3scale/apicast-ci:openresty-X.Y.Z-{release_number}
70
# * update .circleci/config.yaml openresty executor with the image URL
71
.PHONY: dev-build
72
-dev-build: export OPENRESTY_RPM_VERSION?=1.21.4
+dev-build: export OPENRESTY_RPM_VERSION?=1.21.4-1.el8
73
dev-build: export LUAROCKS_VERSION?=3.12.0
74
dev-build: IMAGE_NAME ?= apicast-development:latest
75
dev-build: ## Build development image
0 commit comments