File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packaging/testing/smoke/packages Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# For staging upgrade we use the 'official-install' as the base
2- ARG STAGING_BASE=docker.io/dokken/debian-11
2+ ARG STAGING_BASE=docker.io/dokken/debian-10
33
44ARG RELEASE_URL=https://packages.fluentbit.io
55ARG RELEASE_KEY=https://packages.fluentbit.io/fluentbit.key
66
77# hadolint ignore=DL3006
8- FROM docker.io/dokken/debian-11 as official-install
8+ FROM docker.io/dokken/debian-10 as official-install
99
1010ARG RELEASE_URL
1111ENV FLUENT_BIT_PACKAGES_URL=${RELEASE_URL}
@@ -37,7 +37,7 @@ ENV FLUENT_BIT_PACKAGES_KEY=${STAGING_KEY}
3737
3838SHELL ["/bin/bash", "-o", "pipefail", "-c"]
3939RUN wget -qO - $FLUENT_BIT_PACKAGES_KEY | apt-key add -
40- RUN echo "deb $FLUENT_BIT_PACKAGES_URL/debian/bullseye bullseye main" >> /etc/apt/sources.list
40+ RUN echo "deb $FLUENT_BIT_PACKAGES_URL/debian/buster buster main" >> /etc/apt/sources.list
4141# hadolint ignore=DL3015,DL3008,DL3009
4242RUN apt-get update && apt-get install -y fluent-bit
4343RUN systemctl enable fluent-bit
You can’t perform that action at this time.
0 commit comments