Skip to content

Commit

Permalink
Use httpd:alpine image in base image and other maven repo images (#631)
Browse files Browse the repository at this point in the history
* fix: Use httpd:alpine image in base image and other maven repo images

Signed-off-by: Eamonn Mansour <[email protected]>

* chore: Remove unused cli dockerfile

Signed-off-by: Eamonn Mansour <[email protected]>

---------

Signed-off-by: Eamonn Mansour <[email protected]>
  • Loading branch information
eamansour authored Nov 27, 2024
1 parent 3e0bcc8 commit bb8d338
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/base/base-dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM harbor.galasa.dev/docker_proxy_cache/library/httpd:2.4.59
FROM harbor.galasa.dev/docker_proxy_cache/library/httpd:alpine

RUN rm -v /usr/local/apache2/htdocs/*
COPY dockerfiles/httpdconf/base-httpd.conf /usr/local/apache2/conf/httpd.conf
6 changes: 0 additions & 6 deletions dockerfiles/cli/cli-binary-dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion dockerfiles/release/resources/resources-dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM harbor.galasa.dev/docker_proxy_cache/library/httpd:2.4.59
FROM harbor.galasa.dev/docker_proxy_cache/library/httpd:alpine
ARG branch
ARG version

Expand Down

0 comments on commit bb8d338

Please sign in to comment.