Skip to content
Snippets Groups Projects
Commit 6b264a8d authored by Xueshan Feng's avatar Xueshan Feng
Browse files

Merge branch 'master' of code.stanford.edu:authnz/docker-openldap

parents 035d7266 dc109743
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,6 @@ build:
--cache=false
--context $CI_PROJECT_DIR
--dockerfile $CI_PROJECT_DIR/Dockerfile
--destination $REGISTRY_IMAGE:2.4.50-buster
--destination $REGISTRY_IMAGE:2.4.57-buster
--destination $REGISTRY_IMAGE:$CI_COMMIT_SHA
## End of Job
......@@ -18,7 +18,6 @@ RUN apt-get update && \
lmdb-utils \
krb5-user \
kstart \
stanford-server-directory \
procps
# Copy software from stage image
......@@ -46,4 +45,4 @@ COPY start.sh /start.sh
EXPOSE 389 636
WORKDIR /workspace
CMD ["/bin/bash"]
\ No newline at end of file
CMD ["/bin/bash"]
#!/bin/bash -e
# Maintainer: sfeng@stanford.edu
OPENLDAP_VERSION=openldap-2.4.50
OPENLDAP_VERSION=openldap-2.4.57
CYRUS_SASL_VERSION=cyrus-sasl-2.1.27
OPENLDAP_TARBALL=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${OPENLDAP_VERSION}.tgz
CYRUS_SASL_TARBALL=https://github.com/cyrusimap/cyrus-sasl/releases/download/${CYRUS_SASL_VERSION}/${CYRUS_SASL_VERSION}.tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment