Adding elasticsearch 8.7.1 image dockerfile

Change-Id: I92d9bc30ff265fe1e8a5dee2aac5993b006a6fdd
This commit is contained in:
rsingh2023 2023-06-28 13:48:25 -04:00 committed by Roy Singh
parent 226ae06ecc
commit 9a3a0ad19a
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,9 @@
FROM docker.io/elasticsearch:8.7.1
USER root
RUN curl -sL https://github.com/jqlang/jq/releases/download/jq-1.6/jq-linux64 -o /usr/local/bin/jq && \
chmod +x /usr/local/bin/jq && \
jq --version
USER elasticsearch

View File

@ -53,6 +53,12 @@
tags:
- latest-7_6_2
- "7_6_2-{{ currentdate }}"
- context: elasticsearch-s3
repository: openstackhelm/elasticsearch-s3
dockerfile: Dockerfile.8_7_1
tags:
- latest-8_7_1
- "8_7_1-{{ currentdate }}"
files: &elasticsearch-s3_files
- elasticsearch-s3/.*
- zuul.d/elasticsearch-s3.yaml