tree: 196ea121ae4cf72d577111e847ac8d3f0de27fb4 [path history] [tgz]
  1. Dockerfile
  2. README.md
  3. run-tests.sh
src/docker/apacheds-for-apache-fortress-tests/README.md

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

ApacheDS for Apache Fortress tests


This directory contains

  • a Dockerfile for building a Docker image with preconfigured ApacheDS for Apache Fortress
  • a run-tests.sh script that start such a Docker container and executes the Fortress tests against it

Build image (run from fortress-core root folder)

docker build -t apachedirectory/apacheds-for-apache-fortress-tests -f src/docker/apacheds-for-apache-fortress-tests/Dockerfile .

Push image to docker hub:

docker push apachedirectory/apacheds-for-apache-fortress-tests

Note: Login

docker login
Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com to create one.
Username: whatever
Password: *****