Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion testing/environments/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Basic debian file with curl, wget and nano installed to fetch files
# an update config files
FROM debian:latest
MAINTAINER Nicolas Ruflin <[email protected]>
LABEL org.opencontainers.image.authors="Nicolas Ruflin <[email protected]>"

RUN apt-get update && \
apt-get install -y curl nano wget zip && \
Expand Down
1 change: 0 additions & 1 deletion testing/environments/local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# This is useful for testing locally with a full elastic stack setup.
# All services can be reached through localhost like localhost:5601 for Kibana
# This is not used for CI as otherwise ports conflicts could happen.
version: '2.3'
services:
kibana:
ports:
Expand Down
1 change: 0 additions & 1 deletion testing/environments/snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# This should start the environment with the latest snapshots.

version: '2.3'
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.16.0-07587139-SNAPSHOT
Expand Down