mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

samene
22.49.2022 99cca972d0fba681e1787170ba073e1e2295965f
'find' command is missing in the 4.5.0 docker image #242 (#243)

1 files modified
4 ■■■■ changed files
opendj-packages/opendj-docker/Dockerfile 4 ●●●● patch | view | raw | blame | history
opendj-packages/opendj-docker/Dockerfile
@@ -21,7 +21,7 @@
WORKDIR /opt
RUN  microdnf upgrade --nodocs \
 && microdnf install  --nodocs curl unzip \
 && microdnf install  --nodocs curl unzip findutils \
 && curl -L https://github.com/OpenIdentityPlatform/OpenDJ/releases/download/$VERSION/opendj-$VERSION.zip --output opendj-$VERSION.zip \
 && unzip opendj-$VERSION.zip \
 && microdnf remove unzip \
@@ -44,4 +44,4 @@
HEALTHCHECK --interval=30s --timeout=30s --start-period=1s --retries=3 CMD opendj/bin/ldapsearch --hostname localhost --port 1636 --bindDN "$ROOT_USER_DN" --bindPassword $ROOT_PASSWORD --useSsl --trustAll --baseDN "$BASE_DN" --searchScope base "(objectClass=*)" 1.1 || exit 1
ENTRYPOINT ["/opt/opendj/run.sh"]
ENTRYPOINT ["/opt/opendj/run.sh"]