Quickfix Dockerfile

This commit is contained in:
Julius Unverfehrt 2022-03-02 11:22:30 +01:00
parent a6ff6dc350
commit 3c0e28f67f

View File

@ -125,12 +125,7 @@ public class PlanSpec {
.description("Run Sonarqube scan.")
.location(Location.FILE)
.fileFromPath("bamboo-specs/src/main/resources/scripts/sonar-scan.sh")
.argument(SERVICE_NAME),
new ScriptTask()
.description("Shut down any running docker containers.")
.location(Location.FILE)
.inlineBody("pip install docker-compose\n" +
"docker-compose down"))
.argument(SERVICE_NAME))
.dockerConfiguration(
new DockerConfiguration()
.image("nexus.iqser.com:5001/infra/release_build:4.2.0")