Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#527 - remove centos7 images #529

Merged
merged 1 commit into from
Jul 31, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
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.