Skip to content

Commit

Permalink
#527 - remove centos7 images
Browse files Browse the repository at this point in the history
  • Loading branch information
twardnw committed Jul 26, 2018
1 parent 8e7d5cb commit ab534fa
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 150 deletions.
6 changes: 1 addition & 5 deletions Makefile
Expand Up @@ -103,8 +103,7 @@ docker_publish_amazeeiolagoon_baseimages = docker tag $(CI_BUILD_TAG)/$(1) amaze
#######
####### Base Images are the base for all other images and are also published for clients to use during local development

images := centos7 \
oc \
images := oc \
mariadb \
mariadb-drupal \
postgres \
Expand Down Expand Up @@ -144,7 +143,6 @@ $(build-images):
# if the parent has been built
# 2. Dockerfiles of the Images itself, will cause make to rebuild the images if something has
# changed on the Dockerfiles
build/centos7: images/centos7/Dockerfile
build/mariadb: build/commons images/mariadb/Dockerfile
build/mariadb-drupal: build/mariadb images/mariadb-drupal/Dockerfile
build/postgres: build/commons images/postgres/Dockerfile
Expand Down Expand Up @@ -366,8 +364,6 @@ build/cli: build/ssh cli/Dockerfile
$(call docker_build,$(image),cli/Dockerfile,cli)
touch $@

build/local-git-server: build/centos7

# Image with ansible test
build/tests:
$(eval image = $(subst build/,,$@))
Expand Down
61 changes: 0 additions & 61 deletions images/centos7/Dockerfile

This file was deleted.

19 changes: 0 additions & 19 deletions images/centos7/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions images/centos7/entrypoints/00-umask.sh

This file was deleted.

7 changes: 0 additions & 7 deletions images/centos7/entrypoints/10-passwd.sh

This file was deleted.

39 changes: 0 additions & 39 deletions images/centos7/entrypoints/50-dotenv.sh

This file was deleted.

15 changes: 0 additions & 15 deletions images/centos7/lagoon-entrypoints.sh

This file was deleted.

0 comments on commit ab534fa

Please sign in to comment.