Skip to content

Commit

Permalink
Fix wrong docker tag for base fluentd image
Browse files Browse the repository at this point in the history
Signed-off-by: Takuro Ashie <ashie@clear-code.com>
  • Loading branch information
ashie committed Feb 14, 2023
1 parent f0245a0 commit 1e90661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/Dockerfile.erb
Expand Up @@ -13,10 +13,10 @@ ENV QEMU_DOWNLOAD_SHA256 5db25cccb40ac7b1ca857653b883376b931d91b06ff34ffe70dcf61
RUN apk add curl --no-cache
RUN curl -sL -o qemu-6.0.0.balena1-aarch64.tar.gz https://github.com/balena-io/qemu/releases/download/v6.0.0%2Bbalena1/qemu-6.0.0.balena1-aarch64.tar.gz && echo "$QEMU_DOWNLOAD_SHA256 *qemu-6.0.0.balena1-aarch64.tar.gz" | sha256sum -c - | tar zxvf qemu-6.0.0.balena1-aarch64.tar.gz -C . && mv qemu-6.0.0+balena1-aarch64/qemu-aarch64-static .

FROM fluent/fluentd:<%= fluentd_ver %>-debian-arm64-1
FROM fluent/fluentd:<%= fluentd_ver %>-debian-arm64-1.2
COPY --from=builder /go/qemu-aarch64-static /usr/bin/
<% else %>
FROM fluent/fluentd:<%= fluentd_ver %>-debian-amd64-1
FROM fluent/fluentd:<%= fluentd_ver %>-debian-amd64-1.2
<% end %>

LABEL maintainer="Eduardo Silva <eduardo@treasure-data.com>"
Expand Down

0 comments on commit 1e90661

Please sign in to comment.