Skip to content

Commit

Permalink
deps: update fedora:37 Docker digest to ab2fd8d (#1846)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: malt3 <[email protected]>
  • Loading branch information
renovate[bot] and malt3 authored Jun 1, 2023
1 parent 885febf commit 1fde392
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debugd/internal/debugd/logcollector/filebeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:37@sha256:67870e45f3548cecd23234cff374c1003ccb2141447b50acd0acd8db1afcbd24 AS release
FROM fedora:37@sha256:ab2fd8de428f5dbdb147d43135902a776a6c64d2243fd7ac99629df3b47c9256 AS release

RUN dnf install -y https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.6.2-x86_64.rpm

Expand Down
4 changes: 2 additions & 2 deletions debugd/internal/debugd/logcollector/logstash/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM fedora:37@sha256:67870e45f3548cecd23234cff374c1003ccb2141447b50acd0acd8db1afcbd24 AS build
FROM fedora:37@sha256:ab2fd8de428f5dbdb147d43135902a776a6c64d2243fd7ac99629df3b47c9256 AS build

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 tar -zxvf logstash-oss-with-opensearch-output-plugin-$LOGSTASH_VER-linux-x64.tar.gz

FROM fedora:37@sha256:67870e45f3548cecd23234cff374c1003ccb2141447b50acd0acd8db1afcbd24 AS release
FROM fedora:37@sha256:ab2fd8de428f5dbdb147d43135902a776a6c64d2243fd7ac99629df3b47c9256 AS release

COPY --from=build logstash-* /usr/share/logstash

Expand Down

0 comments on commit 1fde392

Please sign in to comment.