Skip to content

Commit c774bfa

Browse files
committed
Revert Dockerfile.debian10 changes
Signed-off-by: Amin Vakil <[email protected]>
1 parent ec9ae19 commit c774bfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packaging/testing/smoke/packages/Dockerfile.debian10

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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

44
ARG RELEASE_URL=https://packages.fluentbit.io
55
ARG 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

1010
ARG RELEASE_URL
1111
ENV FLUENT_BIT_PACKAGES_URL=${RELEASE_URL}
@@ -37,7 +37,7 @@ ENV FLUENT_BIT_PACKAGES_KEY=${STAGING_KEY}
3737

3838
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
3939
RUN 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
4242
RUN apt-get update && apt-get install -y fluent-bit
4343
RUN systemctl enable fluent-bit

0 commit comments

Comments
 (0)