File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ executors:
105105 openresty :
106106 working_directory : /opt/app-root/apicast
107107 docker :
108- - image : quay.io/3scale/apicast-ci:openresty-1.21.4-5
108+ - image : quay.io/3scale/apicast-ci:openresty-1.27.1-1
109109 - image : mirror.gcr.io/library/redis
110110 environment :
111111 TEST_NGINX_BINARY : openresty
Original file line number Diff line number Diff line change 11FROM registry.access.redhat.com/ubi9/ubi-minimal
22
3- ARG OPENRESTY_RPM_VERSION="1.21.4-4 .el9"
3+ ARG OPENRESTY_RPM_VERSION="1.27.1-1 .el9"
44ARG LUAROCKS_VERSION="3.12.0"
55
66LABEL summary="The 3scale API gateway (APIcast) is an OpenResty application, which consists of two parts: NGINX configuration and Lua files." \
Original file line number Diff line number Diff line change 11FROM registry.access.redhat.com/ubi9/ubi-minimal
22
3- ARG OPENRESTY_RPM_VERSION="1.21.4-4 .el9"
3+ ARG OPENRESTY_RPM_VERSION="1.27.1-1 .el9"
44ARG LUAROCKS_VERSION="3.12.0"
55ARG LUAROVER_VERSION="0.2.3"
66
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ NPROC ?= $(firstword $(shell nproc 2>/dev/null) 1)
1313
1414SEPARATOR="\n============================================ =\n"
1515
16- DEVEL_IMAGE ?= quay.io/3scale/apicast-ci:openresty-1.21.4-5
16+ DEVEL_IMAGE ?= quay.io/3scale/apicast-ci:openresty-1.27.1-1
1717DEVEL_DOCKERFILE ?= Dockerfile.devel
1818
1919RUNTIME_IMAGE ?= quay.io/3scale/apicast:latest
@@ -69,7 +69,7 @@ export COMPOSE_PROJECT_NAME
6969# docker push quay.io/3scale/apicast-ci:openresty-X.Y.Z-{release_number}
7070# * update .circleci/config.yaml openresty executor with the image URL
7171.PHONY : dev-build
72- dev-build : export OPENRESTY_RPM_VERSION?=1.21.4
72+ dev-build : export OPENRESTY_RPM_VERSION?=1.27.1-1.el9
7373dev-build : export LUAROCKS_VERSION?=3.12.0
7474dev-build : IMAGE_NAME ?= apicast-development:latest
7575dev-build : # # Build development image
Original file line number Diff line number Diff line change 22version : ' 2.2'
33services :
44 development :
5- image : ${IMAGE:-quay.io/3scale/apicast-ci:openresty-1.21.4-5 }
5+ image : ${IMAGE:-quay.io/3scale/apicast-ci:openresty-1.27.1-1 }
66 platform : " linux/amd64"
77 depends_on :
88 - redis
You can’t perform that action at this time.
0 commit comments