File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed 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-2
108+ - image : quay.io/3scale/apicast-ci:openresty-1.21.4-3
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/ubi8:8.5
22
33ARG OPENRESTY_RPM_VERSION="1.21.4-1.el8"
4- ARG LUAROCKS_VERSION="3.11.1 "
4+ ARG LUAROCKS_VERSION="3.12.0 "
55ARG JAEGERTRACING_CPP_CLIENT_RPM_VERSION="0.3.1-13.el8"
6- ARG LUAROVER_VERSION="0.2.1 "
6+ ARG LUAROVER_VERSION="0.2.2 "
77
88WORKDIR /tmp
99
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ export COMPOSE_PROJECT_NAME
7070# * update .circleci/config.yaml openresty executor with the image URL
7171.PHONY : dev-build
7272dev-build : export OPENRESTY_RPM_VERSION?=1.21.4
73- dev-build : export LUAROCKS_VERSION?=3.11.1
73+ dev-build : export LUAROCKS_VERSION?=3.12.0
7474dev-build : IMAGE_NAME ?= apicast-development:latest
7575dev-build : # # Build development image
7676 $(DOCKER ) build --platform linux/amd64 -t $(IMAGE_NAME ) \
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-2 }
5+ image : ${IMAGE:-quay.io/3scale/apicast-ci:openresty-1.21.4-3 }
66 platform : " linux/amd64"
77 depends_on :
88 - redis
You can’t perform that action at this time.
0 commit comments