docker-maven-plugin
docker-maven-plugin copied to clipboard
Allow configuring multiple wait urls for the start goal; basic authentication
Description
Info
- docker-maven-plugin version : 0.43.4
- Maven version (
mvn -v) :
Apache Maven 3.9.2
Maven home: /usr/share/maven
Java version: 17.0.8.1, vendor: N/A, runtime: /usr/lib64/jvm/java-17-openjdk-17
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.5.3-1-default", arch: "amd64", family: "unix"
- Docker version : 24.0.6-ce
- If it's a feature request, what is your use case : more solid checks before running integration tests
I have a simplistic build set up with the docker-maven-plugin at https://github.com/rombert/pospai/tree/master/container and I would like to add more stringent checks before starting to run the integration tests:
- multiple URLs, as the application contains multiple pages that we could reasonably check to see that they work
- use basic authentication for some checks as they hit an adminstrative console that is not available to unauthenticated users
Thanks for considering this feature request