Skip to content

Commit

Permalink
Remove 2x environments (#5967)
Browse files Browse the repository at this point in the history
As by now 6.x releases are out, I removed the 2.x environments we used for manual testing. They are not needed anymore and were not used for quite some time.

This also removed some of the Dockerfile which now makes it possible to rely on only 1 Docker file for the different versions of the pieces in the Elastic Stack.
  • Loading branch information
ruflin authored and andrewkroh committed Jan 4, 2018
1 parent 1622c24 commit fd0e654
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 216 deletions.
30 changes: 0 additions & 30 deletions testing/environments/2x.yml

This file was deleted.

46 changes: 0 additions & 46 deletions testing/environments/docker/elasticsearch/Dockerfile-2x

This file was deleted.

20 changes: 0 additions & 20 deletions testing/environments/docker/elasticsearch/docker-entrypoint.sh

This file was deleted.

41 changes: 0 additions & 41 deletions testing/environments/docker/kibana/Dockerfile-4.6

This file was deleted.

26 changes: 0 additions & 26 deletions testing/environments/docker/kibana/docker-entrypoint.sh

This file was deleted.

33 changes: 0 additions & 33 deletions testing/environments/docker/logstash/Dockerfile-2x

This file was deleted.

18 changes: 0 additions & 18 deletions testing/environments/docker/logstash/setup.sh

This file was deleted.

4 changes: 2 additions & 2 deletions testing/environments/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
service: args
build:
context: ./docker/elasticsearch
dockerfile: Dockerfile-snapshot
dockerfile: Dockerfile
args:
XPACK: 1
environment:
Expand All @@ -34,6 +34,6 @@ services:
service: args
build:
context: ./docker/kibana
dockerfile: Dockerfile-snapshot
dockerfile: Dockerfile
args:
XPACK: 1

0 comments on commit fd0e654

Please sign in to comment.