You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2022/01/01 22:05:39 UTC

[directory-fortress-core] branch master updated: FC-306 - Upgrade ApacheDS Docker Container - shrink

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e7fed4  FC-306 - Upgrade ApacheDS Docker Container - shrink
9e7fed4 is described below

commit 9e7fed47a6c21409b1696b95641b586e7177a5be
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Sat Jan 1 16:05:36 2022 -0600

    FC-306 - Upgrade ApacheDS Docker Container - shrink
---
 src/docker/apacheds-for-apache-fortress-tests/Dockerfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/docker/apacheds-for-apache-fortress-tests/Dockerfile b/src/docker/apacheds-for-apache-fortress-tests/Dockerfile
index 788ad88..d7cc510 100644
--- a/src/docker/apacheds-for-apache-fortress-tests/Dockerfile
+++ b/src/docker/apacheds-for-apache-fortress-tests/Dockerfile
@@ -17,13 +17,14 @@
 #   under the License.
 #
 
-FROM openjdk:11-jre-slim-buster
+FROM openjdk:11-jre-slim-bullseye
 
 # Install LDAP tools
 ENV DEBIAN_FRONTEND=noninteractive
 RUN \
     apt-get update && \
-    apt-get install -y -qq ldap-utils netcat wget procps && \
+    apt-get install -y -qq --no-install-recommends \
+         ldap-utils netcat wget procps && \
     rm -rf /var/lib/apt/lists/*
 
 # Define ApacheDS version