Skip to content

Commit

Permalink
remove centos images
Browse files Browse the repository at this point in the history
  • Loading branch information
benbroadaway committed Dec 6, 2023
1 parent d3b6362 commit 7d41ec9
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 154 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ cd concord
Available Maven profiles:

- `docker` - build Docker images;
- `centos` - build CentOS-based Docker images instead of the default Debian base;
- `it` - run integration tests;
- `jdk17-aarch64` - use a different JDK version for building artifacts and Docker images.

Expand Down
20 changes: 0 additions & 20 deletions docker-images/agent/oss/centos/Dockerfile

This file was deleted.

8 changes: 0 additions & 8 deletions docker-images/agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,4 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>centos</id>
<properties>
<docker.file>oss/centos/Dockerfile</docker.file>
</properties>
</profile>
</profiles>
</project>
54 changes: 0 additions & 54 deletions docker-images/ansible/oss/centos/Dockerfile

This file was deleted.

9 changes: 0 additions & 9 deletions docker-images/ansible/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,4 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>centos</id>
<properties>
<docker.file>oss/centos/Dockerfile</docker.file>
</properties>
</profile>
</profiles>
</project>
53 changes: 0 additions & 53 deletions docker-images/base/oss/centos/Dockerfile

This file was deleted.

9 changes: 0 additions & 9 deletions docker-images/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,4 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>centos</id>
<properties>
<docker.file>oss/centos/Dockerfile</docker.file>
</properties>
</profile>
</profiles>
</project>

0 comments on commit 7d41ec9

Please sign in to comment.