diff --git a/test/integration/codebuild/buildspec.os.alpine.1.yml b/test/integration/codebuild/buildspec.os.alpine.1.yml index 701594c..dc3ceae 100644 --- a/test/integration/codebuild/buildspec.os.alpine.1.yml +++ b/test/integration/codebuild/buildspec.os.alpine.1.yml @@ -109,4 +109,5 @@ phases: - docker rm --force "${OS_DISTRIBUTION}-app" || true - docker stop "${OS_DISTRIBUTION}-tester" || true - docker rm --force "${OS_DISTRIBUTION}-tester" || true - - docker network rm "${OS_DISTRIBUTION}-network" || true \ No newline at end of file + - docker network rm "${OS_DISTRIBUTION}-network" || true + - docker rmi "${IMAGE_TAG}" || true diff --git a/test/integration/codebuild/buildspec.os.alpine.2.yml b/test/integration/codebuild/buildspec.os.alpine.2.yml index 7d19434..9ba6dd8 100644 --- a/test/integration/codebuild/buildspec.os.alpine.2.yml +++ b/test/integration/codebuild/buildspec.os.alpine.2.yml @@ -102,3 +102,4 @@ phases: - docker stop "${OS_DISTRIBUTION}-tester" || true - docker rm --force "${OS_DISTRIBUTION}-tester" || true - docker network rm "${OS_DISTRIBUTION}-network" || true + - docker rmi "${IMAGE_TAG}" || true diff --git a/test/integration/codebuild/buildspec.os.amazonlinux.2.yml b/test/integration/codebuild/buildspec.os.amazonlinux.2.yml index 75257c5..9426db5 100644 --- a/test/integration/codebuild/buildspec.os.amazonlinux.2.yml +++ b/test/integration/codebuild/buildspec.os.amazonlinux.2.yml @@ -105,4 +105,5 @@ phases: - docker rm --force "${OS_DISTRIBUTION}-app" || true - docker stop "${OS_DISTRIBUTION}-tester" || true - docker rm --force "${OS_DISTRIBUTION}-tester" || true - - docker network rm "${OS_DISTRIBUTION}-network" || true \ No newline at end of file + - docker network rm "${OS_DISTRIBUTION}-network" || true + - docker rmi "${IMAGE_TAG}" || true diff --git a/test/integration/codebuild/buildspec.os.amazonlinux.2023.yml b/test/integration/codebuild/buildspec.os.amazonlinux.2023.yml index 9083fbb..3675160 100644 --- a/test/integration/codebuild/buildspec.os.amazonlinux.2023.yml +++ b/test/integration/codebuild/buildspec.os.amazonlinux.2023.yml @@ -104,4 +104,5 @@ phases: - docker rm --force "${OS_DISTRIBUTION}-app" || true - docker stop "${OS_DISTRIBUTION}-tester" || true - docker rm --force "${OS_DISTRIBUTION}-tester" || true - - docker network rm "${OS_DISTRIBUTION}-network" || true \ No newline at end of file + - docker network rm "${OS_DISTRIBUTION}-network" || true + - docker rmi "${IMAGE_TAG}" || true diff --git a/test/integration/codebuild/buildspec.os.centos.yml b/test/integration/codebuild/buildspec.os.centos.yml index c5bc27c..49c92f1 100644 --- a/test/integration/codebuild/buildspec.os.centos.yml +++ b/test/integration/codebuild/buildspec.os.centos.yml @@ -107,4 +107,5 @@ phases: - docker rm --force "${OS_DISTRIBUTION}-app" || true - docker stop "${OS_DISTRIBUTION}-tester" || true - docker rm --force "${OS_DISTRIBUTION}-tester" || true - - docker network rm "${OS_DISTRIBUTION}-network" || true \ No newline at end of file + - docker network rm "${OS_DISTRIBUTION}-network" || true + - docker rmi "${IMAGE_TAG}" || true diff --git a/test/integration/codebuild/buildspec.os.debian.2.yml b/test/integration/codebuild/buildspec.os.debian.2.yml index dbb6984..bee8101 100644 --- a/test/integration/codebuild/buildspec.os.debian.2.yml +++ b/test/integration/codebuild/buildspec.os.debian.2.yml @@ -107,4 +107,5 @@ phases: - docker rm --force "${OS_DISTRIBUTION}-app" || true - docker stop "${OS_DISTRIBUTION}-tester" || true - docker rm --force "${OS_DISTRIBUTION}-tester" || true - - docker network rm "${OS_DISTRIBUTION}-network" || true \ No newline at end of file + - docker network rm "${OS_DISTRIBUTION}-network" || true + - docker rmi "${IMAGE_TAG}" || true diff --git a/test/integration/codebuild/buildspec.os.debian.yml b/test/integration/codebuild/buildspec.os.debian.yml index 9952ade..a916032 100644 --- a/test/integration/codebuild/buildspec.os.debian.yml +++ b/test/integration/codebuild/buildspec.os.debian.yml @@ -109,4 +109,5 @@ phases: - docker rm --force "${OS_DISTRIBUTION}-app" || true - docker stop "${OS_DISTRIBUTION}-tester" || true - docker rm --force "${OS_DISTRIBUTION}-tester" || true - - docker network rm "${OS_DISTRIBUTION}-network" || true \ No newline at end of file + - docker network rm "${OS_DISTRIBUTION}-network" || true + - docker rmi "${IMAGE_TAG}" || true diff --git a/test/integration/codebuild/buildspec.os.ubuntu.1.yml b/test/integration/codebuild/buildspec.os.ubuntu.1.yml index 27e8962..2427e5a 100644 --- a/test/integration/codebuild/buildspec.os.ubuntu.1.yml +++ b/test/integration/codebuild/buildspec.os.ubuntu.1.yml @@ -107,4 +107,5 @@ phases: - docker rm --force "${OS_DISTRIBUTION}-app" || true - docker stop "${OS_DISTRIBUTION}-tester" || true - docker rm --force "${OS_DISTRIBUTION}-tester" || true - - docker network rm "${OS_DISTRIBUTION}-network" || true \ No newline at end of file + - docker network rm "${OS_DISTRIBUTION}-network" || true + - docker rmi "${IMAGE_TAG}" || true diff --git a/test/integration/codebuild/buildspec.os.ubuntu.2.yml b/test/integration/codebuild/buildspec.os.ubuntu.2.yml index 21ce6ea..3875078 100644 --- a/test/integration/codebuild/buildspec.os.ubuntu.2.yml +++ b/test/integration/codebuild/buildspec.os.ubuntu.2.yml @@ -105,4 +105,5 @@ phases: - docker rm --force "${OS_DISTRIBUTION}-app" || true - docker stop "${OS_DISTRIBUTION}-tester" || true - docker rm --force "${OS_DISTRIBUTION}-tester" || true - - docker network rm "${OS_DISTRIBUTION}-network" || true \ No newline at end of file + - docker network rm "${OS_DISTRIBUTION}-network" || true + - docker rmi "${IMAGE_TAG}" || true