Closed githugt closed 1 year ago
I think this might be specific to your env. I cannot reproduce. Can you please try it on a different/fresh env? Do some cleanup of previously built images? docker prune?
(12/12) Purging gmp (6.2.1-r0)
Executing busybox-1.33.1-r3.trigger
OK: 66 MiB in 41 packages
+ mkdir -p /usr/local/kong
+ id -gn kong
+ chown -R kong:nogroup /usr/local/kong
Removing intermediate container a84967d9266f
---> 056b48154b42
Step 6/6 : USER kong
---> Running in 57d7d7d35739
Removing intermediate container 57d7d7d35739
---> c20c16bc18eb
Successfully built c20c16bc18eb
Successfully tagged local/docker-kong-oidc:2.5.1-2
REPOSITORY TAG IMAGE ID CREATED SIZE
local/docker-kong-oidc 2.5.1-2 c20c16bc18eb Less than a second ago 216MB
Here's the docker file that I'm running. (Only difference should be the kong.yml COPY command and the session_secret.
And the associated kong.yml is
And here's the log for what I get on trying to build this.
docker build -t kong-dbless kong-oidc/