-
### Description
Maven's own handling of SNAPSHOT dependencies includes daily checks for newly updated snapshots. I find that this generally supports a team workflow that balances pulling the lates…
-
the `run` section is missing from the `docker:start` page.
-
Seems that new releases of testcontainers broke my setup.
Here is a link with the problematic line and proposed solution:
https://github.com/testcontainers/testcontainers-java/commit/8e57ae60565…
-
When an image includes this:
```
/tomcat
tomcat-artifacts.xml
```
And `tomcat-artifacts.xml` look like this:
```
lib
src/test/drivers/mysql-connector-java-5.1.35-b…
-
Currently, Boosters relies on Fabric8 Maven plugin to generate Kubernetes/OpenShift resources and deploy them into a cluster.
This means that any test that involves deploying the service before run…
-
Hi,
I wish to be able to set multiple tags per docker images produced by this tool.
Like
```
registry/branch/product:latest
registry/branch/product:v1.0.0
registry/product:branch
```
…
-
The MS docker images (https://github.com/Microsoft/vsts-agent-docker) have "standard" variations that include some of the common non dotnet tooling (i.e.: java, ant, maven, etc) that I use to build ou…
-
this application builds fine on my mac, but not building it with maven:3.5.4-jdk-10 (or 3.5-jdk-10) docker image:
`docker run -it --rm --name jactor-rises -v "$(pwd)":/usr/src/mymaven -w /usr/src/m…
-
Improve current implementation so criteria properties are in accordance with the concepts being represented:
- projects (software or platforms) -> stages
- build tools -> steps
So the expected re…
-
I am using https://github.com/rhuss/docker-maven-plugin to run some integration tests and it would be fantastic if I could wait on a log message from the container indicating when the Listener is avai…