зеркало из https://github.com/Azure/ARO-RP.git
Fix fluentd yum repo
This commit is contained in:
Родитель
f6d1d3d5a7
Коммит
adbc1000ee
|
@ -1,7 +1,7 @@
|
||||||
ARG REGISTRY
|
ARG REGISTRY
|
||||||
FROM ${REGISTRY}/ubi8/ubi-minimal
|
FROM ${REGISTRY}/ubi8/ubi-minimal
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
RUN echo -e '[td-agent-bit]\nname=td-agent-bit\nbaseurl=https://packages.fluentbit.io/centos/7/$basearch' >/etc/yum.repos.d/td-agent-bit.repo && \
|
RUN echo -e '[td-agent-bit]\nname=td-agent-bit\nbaseurl=https://packages.fluentbit.io/centos/$releasever/$basearch' >/etc/yum.repos.d/td-agent-bit.repo && \
|
||||||
rpm --import https://packages.fluentbit.io/fluentbit.key && \
|
rpm --import https://packages.fluentbit.io/fluentbit.key && \
|
||||||
microdnf update && \
|
microdnf update && \
|
||||||
microdnf install td-agent-bit-$VERSION && \
|
microdnf install td-agent-bit-$VERSION && \
|
||||||
|
|
Загрузка…
Ссылка в новой задаче