Skip to content

Commit

Permalink
use retagged bitnami image due to network issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sfwn committed Jul 2, 2024
1 parent e811210 commit 1d1a68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /build
RUN make build

# bitnami/fluent-bit (gnu sed checked)
FROM bitnami/fluent-bit:3.0.7 AS fluentbit
FROM registry.erda.cloud/retag/bitnami-fluent-bit:3.0.7 AS fluentbit
USER root

RUN ln -s /opt/bitnami/fluent-bit /fluent-bit
Expand Down

0 comments on commit 1d1a68e

Please sign in to comment.