A docker container for validating Apache Sling releases using the release ID.
This container will:
This project assumes you have already installed on your local system.
To build the container instance, run:
docker build -t sling-check-release .
To run the docker container run:
docker run sling-check-release [A_RELEASE_NUMBER]
To keep the docker container up for 10 minutes to ensure the bundle is installed and working, execute:
docker run -e KEEP_RUNNING=true -P sling-check-release [A_RELEASE_NUMBER]
The following environment variables are supported: