Hi,
we are running Version 0.17.1 and today we started getting following error during our open-resty docker build:
FROM openresty/openresty:bullseye
RUN DEBIAN_FRONTEND=noninteractive apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
openresty-opm \
&& opm get ledgetech/lua-resty-http
5.022 * Fetching ledgetech/lua-resty-http
5.356 Downloading https://opm.openresty.org/api/pkg/tarball/ledgetech/lua-resty-http-0.17.1.opm.tar.gz
5.362 % Total % Received % Xferd Average Speed Time Time Time Current
5.362 Dload Upload Total Spent Left Speed
100 150 100 150 0 0 204 0 --:--:-- --:--:-- --:--:-- 204
6.098 ERROR: failed to fetch lua-resty-http-0.17.1.opm.tar.gz: server returns bad status code 404.
- Do you know why that version is gone?
- Do you plan on publishing v.18.0 on opm?
- Is there another way of installing the package?
Hi,
we are running Version 0.17.1 and today we started getting following error during our open-resty docker build: