Closed MrFishFinger closed 8 years ago
@MrFishFinger I'm looking into this now.
I think I made the mistake of not updating the base centos:centos7 image before rebuilding the based IdP image and then running my test suite (https://github.com/UniconLabs/dockerized-idp-testbed) against the new image.
My guess is that the latest centos no longer includes which
be default.
I've confirmed that it is the missing which
command causing issues. The CentOS guys appear to have removed it from their base image (probably to shrink the image size as it is one of the largest base images out there).
I'll also be updating the "build" instructions to pull the latest centos7
image before build a new version. Hopefully that will remind myself to do this before future updates.
Thanks for the report.
Commit: d496450a7c903c6da0f15c6046a2bd32cebca3eb
many thanks for the quick fix! that seems to have resolved that issue. unfortunately I have run into another :( i have created a new ticket here: https://github.com/Unicon/shibboleth-idp-dockerized/issues/10
I get this error when running any of these tags: latest, 3.2.0, 3.2.1...
Looks like java/which might be missing from the image?
tag 3.1.2 seems to be unaffected