mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
deps: update fedora:38 Docker digest to 61f921e (#2196)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
f70fc36075
commit
a5d6e80dd8
@ -1,4 +1,4 @@
|
|||||||
FROM fedora:38@sha256:a1347432284b0361f472ebc7c00874cf084e93bc2d9c78fe19f9840da9514789 AS release
|
FROM fedora:38@sha256:61f921e0c7b51e162e6f94b14ef4e6b0d38eac5987286fe4f52a2c1158cc2399 AS release
|
||||||
|
|
||||||
RUN dnf install -y https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.6.2-x86_64.rpm
|
RUN dnf install -y https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.6.2-x86_64.rpm
|
||||||
|
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
FROM fedora:38@sha256:a1347432284b0361f472ebc7c00874cf084e93bc2d9c78fe19f9840da9514789 AS build
|
FROM fedora:38@sha256:61f921e0c7b51e162e6f94b14ef4e6b0d38eac5987286fe4f52a2c1158cc2399 AS build
|
||||||
|
|
||||||
ARG LOGSTASH_VER=8.6.1
|
ARG LOGSTASH_VER=8.6.1
|
||||||
|
|
||||||
RUN curl -fsSLO https://artifacts.opensearch.org/logstash/logstash-oss-with-opensearch-output-plugin-$LOGSTASH_VER-linux-x64.tar.gz
|
RUN curl -fsSLO https://artifacts.opensearch.org/logstash/logstash-oss-with-opensearch-output-plugin-$LOGSTASH_VER-linux-x64.tar.gz
|
||||||
RUN tar -zxvf logstash-oss-with-opensearch-output-plugin-$LOGSTASH_VER-linux-x64.tar.gz
|
RUN tar -zxvf logstash-oss-with-opensearch-output-plugin-$LOGSTASH_VER-linux-x64.tar.gz
|
||||||
|
|
||||||
FROM fedora:38@sha256:a1347432284b0361f472ebc7c00874cf084e93bc2d9c78fe19f9840da9514789 AS release
|
FROM fedora:38@sha256:61f921e0c7b51e162e6f94b14ef4e6b0d38eac5987286fe4f52a2c1158cc2399 AS release
|
||||||
|
|
||||||
COPY --from=build logstash-* /usr/share/logstash
|
COPY --from=build logstash-* /usr/share/logstash
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user