kong-oidc
kong-oidc copied to clipboard
Expected filename in format 'name-version-revision.rockspec'
RUN git clone https://github.com/revomatico/kong-oidc.git WORKDIR /kong-oidc RUN luarocks make
#9 0.592 #9 0.592 Error: Expected filename in format 'name-version-revision.rockspec'.
executor failed running [/bin/sh -c luarocks make]: exit code: 1 ERROR: Service 'kong' failed to build : Build failed
I had the same issue. I lookedup the version string in the rockspec file, improved the filename and then it worked.
I opened a PR to address this issue #43