mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
deps: update fedora:37 Docker digest (#1274)
Co-authored-by: katexochen <katexochen@users.noreply.github.com>
This commit is contained in:
parent
c9f131467e
commit
83bea18a4f
@ -1,4 +1,4 @@
|
|||||||
FROM fedora:37@sha256:23c63666eefb64cd2364e6d8ad327f06abf9eb1f34b621e9fd6c1602e142244b as build
|
FROM fedora:37@sha256:a9fed38b343ea8a2722c78d5ad97d691421bf46f20f20076d34dd6948a2a792d as build
|
||||||
|
|
||||||
RUN dnf -y update && \
|
RUN dnf -y update && \
|
||||||
dnf -y install @development-tools pkg-config iproute iputils wget git jq openssl-devel cryptsetup-libs cryptsetup-devel && \
|
dnf -y install @development-tools pkg-config iproute iputils wget git jq openssl-devel cryptsetup-libs cryptsetup-devel && \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM fedora:37@sha256:07a6341eb8b7dcc45fb392fdac0210362a3901ab19846d29e949d70285883216 AS release
|
FROM fedora:37@sha256:a7f860aa3881649eae03f78adbce7dedd6bde85e31d61676683fd12b58e8c75e AS release
|
||||||
RUN dnf -y update && \
|
RUN dnf -y update && \
|
||||||
dnf -y install dnf-plugins-core \
|
dnf -y install dnf-plugins-core \
|
||||||
libvirt-daemon-config-network \
|
libvirt-daemon-config-network \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM fedora:37@sha256:23c63666eefb64cd2364e6d8ad327f06abf9eb1f34b621e9fd6c1602e142244b AS release
|
FROM fedora:37@sha256:a9fed38b343ea8a2722c78d5ad97d691421bf46f20f20076d34dd6948a2a792d AS release
|
||||||
|
|
||||||
RUN dnf install -y https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.5.0-x86_64.rpm
|
RUN dnf install -y https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.5.0-x86_64.rpm
|
||||||
|
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
FROM fedora:37@sha256:23c63666eefb64cd2364e6d8ad327f06abf9eb1f34b621e9fd6c1602e142244b AS build
|
FROM fedora:37@sha256:a9fed38b343ea8a2722c78d5ad97d691421bf46f20f20076d34dd6948a2a792d AS build
|
||||||
|
|
||||||
ARG LOGSTASH_VER=8.4.0
|
ARG LOGSTASH_VER=8.4.0
|
||||||
|
|
||||||
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:37@sha256:23c63666eefb64cd2364e6d8ad327f06abf9eb1f34b621e9fd6c1602e142244b AS release
|
FROM fedora:37@sha256:a9fed38b343ea8a2722c78d5ad97d691421bf46f20f20076d34dd6948a2a792d AS release
|
||||||
|
|
||||||
COPY --from=build logstash-* /usr/share/logstash
|
COPY --from=build logstash-* /usr/share/logstash
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM fedora:37@sha256:23c63666eefb64cd2364e6d8ad327f06abf9eb1f34b621e9fd6c1602e142244b as build
|
FROM fedora:37@sha256:a9fed38b343ea8a2722c78d5ad97d691421bf46f20f20076d34dd6948a2a792d as build
|
||||||
|
|
||||||
RUN dnf -y update && \
|
RUN dnf -y update && \
|
||||||
dnf -y install libvirt-devel @development-tools pkg-config wget git && \
|
dnf -y install libvirt-devel @development-tools pkg-config wget git && \
|
||||||
@ -27,7 +27,7 @@ COPY . /qemu-metadata-api
|
|||||||
WORKDIR /qemu-metadata-api/hack/qemu-metadata-api
|
WORKDIR /qemu-metadata-api/hack/qemu-metadata-api
|
||||||
RUN go build -o api-server .
|
RUN go build -o api-server .
|
||||||
|
|
||||||
FROM fedora:37@sha256:23c63666eefb64cd2364e6d8ad327f06abf9eb1f34b621e9fd6c1602e142244b as release
|
FROM fedora:37@sha256:a9fed38b343ea8a2722c78d5ad97d691421bf46f20f20076d34dd6948a2a792d as release
|
||||||
RUN dnf -y install libvirt-devel && \
|
RUN dnf -y install libvirt-devel && \
|
||||||
dnf clean all
|
dnf clean all
|
||||||
COPY --from=build /qemu-metadata-api/hack/qemu-metadata-api/api-server /server
|
COPY --from=build /qemu-metadata-api/hack/qemu-metadata-api/api-server /server
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM fedora:37@sha256:23c63666eefb64cd2364e6d8ad327f06abf9eb1f34b621e9fd6c1602e142244b as build
|
FROM fedora:37@sha256:a9fed38b343ea8a2722c78d5ad97d691421bf46f20f20076d34dd6948a2a792d as build
|
||||||
|
|
||||||
RUN dnf -y update && \
|
RUN dnf -y update && \
|
||||||
dnf install -y iproute iputils wget git && \
|
dnf install -y iproute iputils wget git && \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM fedora:37@sha256:23c63666eefb64cd2364e6d8ad327f06abf9eb1f34b621e9fd6c1602e142244b as build
|
FROM fedora:37@sha256:a9fed38b343ea8a2722c78d5ad97d691421bf46f20f20076d34dd6948a2a792d as build
|
||||||
|
|
||||||
RUN dnf -y update && \
|
RUN dnf -y update && \
|
||||||
dnf install -y wget git
|
dnf install -y wget git
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM fedora:37@sha256:23c63666eefb64cd2364e6d8ad327f06abf9eb1f34b621e9fd6c1602e142244b as build
|
FROM fedora:37@sha256:a9fed38b343ea8a2722c78d5ad97d691421bf46f20f20076d34dd6948a2a792d as build
|
||||||
|
|
||||||
RUN dnf -y update && \
|
RUN dnf -y update && \
|
||||||
dnf install -y iproute iputils wget git && \
|
dnf install -y iproute iputils wget git && \
|
||||||
|
Loading…
Reference in New Issue
Block a user