kong-oidc icon indicating copy to clipboard operation
kong-oidc copied to clipboard

Expected filename in format 'name-version-revision.rockspec'

Open ed0001tt opened this issue 2 years ago • 2 comments

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

ed0001tt avatar Sep 21 '22 14:09 ed0001tt

I had the same issue. I lookedup the version string in the rockspec file, improved the filename and then it worked.

lammer-technikum avatar Nov 22 '22 10:11 lammer-technikum

I opened a PR to address this issue #43

scarter93 avatar Jan 11 '24 15:01 scarter93