Skip to content

Commit 4f60a51

Browse files
elastic-vault-github-plugin-prod[bot]elasticmachinedtylerElastic
authored
Contexts for 7.17.27 (elastic#229)
* Contexts for 7.17.27 This commit was created by the elastic-dockerfiles-publisher. * Specify 24.04 version Builds on latest are failing and github is in the process of updating latest -> 24.04. This should hopefully get us fresh build on a new server * Fixing typo in runner specification --------- Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Daniel Tyler <[email protected]>
1 parent 833d551 commit 4f60a51

File tree

11 files changed

+6027
-23
lines changed

11 files changed

+6027
-23
lines changed

.github/workflows/elasticsearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
build:
1212

13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-24.04
1414

1515
steps:
1616
- uses: actions/checkout@v2

.github/workflows/kibana.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
build:
1212

13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-24.04
1414

1515
steps:
1616
- uses: actions/checkout@v2

.github/workflows/logstash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
build:
1212

13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-24.04
1414

1515
steps:
1616
- uses: actions/checkout@v2
7 KB
Binary file not shown.

elasticsearch/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN set -eux ; \
4242
RUN mkdir /usr/share/elasticsearch
4343
WORKDIR /usr/share/elasticsearch
4444

45-
RUN curl --retry 10 -S -L --output /tmp/elasticsearch.tar.gz https://artifacts-no-kpi.elastic.co/downloads/elasticsearch/elasticsearch-7.17.26-linux-$(arch).tar.gz
45+
RUN curl --retry 10 -S -L --output /tmp/elasticsearch.tar.gz https://artifacts-no-kpi.elastic.co/downloads/elasticsearch/elasticsearch-7.17.27-linux-$(arch).tar.gz
4646

4747
RUN tar -zxf /tmp/elasticsearch.tar.gz --strip-components=1
4848

@@ -134,25 +134,25 @@ RUN /etc/ca-certificates/update.d/docker-openjdk
134134

135135
EXPOSE 9200 9300
136136

137-
LABEL org.label-schema.build-date="2024-11-28T08:05:55.550508263Z" \
137+
LABEL org.label-schema.build-date="2025-01-09T14:09:01.578835424Z" \
138138
org.label-schema.license="Elastic-License-2.0" \
139139
org.label-schema.name="Elasticsearch" \
140140
org.label-schema.schema-version="1.0" \
141141
org.label-schema.url="https://www.elastic.co/products/elasticsearch" \
142142
org.label-schema.usage="https://www.elastic.co/guide/en/elasticsearch/reference/index.html" \
143-
org.label-schema.vcs-ref="f40328375bfa289242f942fb3d992032ab662e14" \
143+
org.label-schema.vcs-ref="0f88dde84795b30ca0d2c0c4796643ec5938aeb5" \
144144
org.label-schema.vcs-url="https://github.com/elastic/elasticsearch" \
145145
org.label-schema.vendor="Elastic" \
146-
org.label-schema.version="7.17.26" \
147-
org.opencontainers.image.created="2024-11-28T08:05:55.550508263Z" \
146+
org.label-schema.version="7.17.27" \
147+
org.opencontainers.image.created="2025-01-09T14:09:01.578835424Z" \
148148
org.opencontainers.image.documentation="https://www.elastic.co/guide/en/elasticsearch/reference/index.html" \
149149
org.opencontainers.image.licenses="Elastic-License-2.0" \
150-
org.opencontainers.image.revision="f40328375bfa289242f942fb3d992032ab662e14" \
150+
org.opencontainers.image.revision="0f88dde84795b30ca0d2c0c4796643ec5938aeb5" \
151151
org.opencontainers.image.source="https://github.com/elastic/elasticsearch" \
152152
org.opencontainers.image.title="Elasticsearch" \
153153
org.opencontainers.image.url="https://www.elastic.co/products/elasticsearch" \
154154
org.opencontainers.image.vendor="Elastic" \
155-
org.opencontainers.image.version="7.17.26"
155+
org.opencontainers.image.version="7.17.27"
156156

157157
# Our actual entrypoint is `tini`, a minimal but functional init program. It
158158
# calls the entrypoint we provide, while correctly forwarding signals.
6.3 KB
Binary file not shown.

kibana/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y curl
1616
RUN cd /tmp && \
1717
curl --retry 8 -s -L \
1818
--output kibana.tar.gz \
19-
https://artifacts.elastic.co/downloads/kibana/kibana-7.17.26-linux-$(arch).tar.gz && \
19+
https://artifacts.elastic.co/downloads/kibana/kibana-7.17.27-linux-$(arch).tar.gz && \
2020
cd -
2121

2222

@@ -104,25 +104,25 @@ RUN groupadd --gid 1000 kibana && \
104104
--home-dir /usr/share/kibana --no-create-home \
105105
kibana
106106

107-
LABEL org.label-schema.build-date="2024-11-26T12:11:54.291Z" \
107+
LABEL org.label-schema.build-date="2025-01-09T12:11:26.690Z" \
108108
org.label-schema.license="Elastic License" \
109109
org.label-schema.name="Kibana" \
110110
org.label-schema.schema-version="1.0" \
111111
org.label-schema.url="https://www.elastic.co/products/kibana" \
112112
org.label-schema.usage="https://www.elastic.co/guide/en/kibana/reference/index.html" \
113-
org.label-schema.vcs-ref="2ed05e4a85cb41a24646b02ee9c1b6ab2b0e9cde" \
113+
org.label-schema.vcs-ref="828e49db669c29d8cc4f3a30f6abe5e8f69a4290" \
114114
org.label-schema.vcs-url="https://github.com/elastic/kibana" \
115115
org.label-schema.vendor="Elastic" \
116-
org.label-schema.version="7.17.26" \
117-
org.opencontainers.image.created="2024-11-26T12:11:54.291Z" \
116+
org.label-schema.version="7.17.27" \
117+
org.opencontainers.image.created="2025-01-09T12:11:26.690Z" \
118118
org.opencontainers.image.documentation="https://www.elastic.co/guide/en/kibana/reference/index.html" \
119119
org.opencontainers.image.licenses="Elastic License" \
120-
org.opencontainers.image.revision="2ed05e4a85cb41a24646b02ee9c1b6ab2b0e9cde" \
120+
org.opencontainers.image.revision="828e49db669c29d8cc4f3a30f6abe5e8f69a4290" \
121121
org.opencontainers.image.source="https://github.com/elastic/kibana" \
122122
org.opencontainers.image.title="Kibana" \
123123
org.opencontainers.image.url="https://www.elastic.co/products/kibana" \
124124
org.opencontainers.image.vendor="Elastic" \
125-
org.opencontainers.image.version="7.17.26"
125+
org.opencontainers.image.version="7.17.27"
126126

127127

128128
ENTRYPOINT ["/bin/tini", "--"]
1.96 MB
Binary file not shown.

logstash/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ RUN groupadd --gid 1000 logstash && \
2626

2727
# Add Logstash itself.
2828
RUN \
29-
curl -Lo - https://artifacts.elastic.co/downloads/logstash/logstash-7.17.26-linux-$(arch).tar.gz | \
29+
curl -Lo - https://artifacts.elastic.co/downloads/logstash/logstash-7.17.27-linux-$(arch).tar.gz | \
3030
tar zxf - -C /usr/share && \
31-
mv /usr/share/logstash-7.17.26 /usr/share/logstash && \
31+
mv /usr/share/logstash-7.17.27 /usr/share/logstash && \
3232
chown --recursive logstash:logstash /usr/share/logstash/ && \
3333
chown -R logstash:root /usr/share/logstash && \
3434
chmod -R g=u /usr/share/logstash && \
@@ -67,15 +67,15 @@ LABEL org.label-schema.schema-version="1.0" \
6767
org.opencontainers.image.vendor="Elastic" \
6868
org.label-schema.name="logstash" \
6969
org.opencontainers.image.title="logstash" \
70-
org.label-schema.version="7.17.26" \
71-
org.opencontainers.image.version="7.17.26" \
70+
org.label-schema.version="7.17.27" \
71+
org.opencontainers.image.version="7.17.27" \
7272
org.label-schema.url="https://www.elastic.co/products/logstash" \
7373
org.label-schema.vcs-url="https://github.com/elastic/logstash" \
7474
org.label-schema.license="Elastic License" \
7575
org.opencontainers.image.licenses="Elastic License" \
7676
org.opencontainers.image.description="Logstash is a free and open server-side data processing pipeline that ingests data from a multitude of sources, transforms it, and then sends it to your favorite 'stash.'" \
77-
org.label-schema.build-date=2024-10-22T09:18:02+00:00 \
78-
org.opencontainers.image.created=2024-10-22T09:18:02+00:00
77+
org.label-schema.build-date=2025-01-07T18:11:24+00:00 \
78+
org.opencontainers.image.created=2025-01-07T18:11:24+00:00
7979

8080

8181
ENTRYPOINT ["/usr/local/bin/docker-entrypoint"]

logstash/env2yaml/env2yaml

6.32 KB
Binary file not shown.

0 commit comments

Comments
 (0)