未验证 提交 b93de289 编写于 作者: K kezhenxu94 提交者: GitHub

test: work around the testcontainers bug (#5808)

上级 8da9bf94
......@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM openresty/openresty
FROM openresty/openresty:1.17.8.2-5-alpine-fat
ENV COMMIT_HASH=cda47ae0a507ab86a378a298325c3c94d9a773c2
......
......@@ -66,7 +66,7 @@ services:
condition: service_healthy
volumes:
- ../lua/nginx.conf:/var/nginx/conf.d/nginx.conf
entrypoint: ['bash', '-c', 'sleep 5 && /usr/bin/openresty -c /var/nginx/conf.d/nginx.conf']
entrypoint: ['bash', '-c', 'sleep 5 && openresty -c /var/nginx/conf.d/nginx.conf']
networks:
e2e:
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册