-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add fluentd arm image for nerdctl #4
Conversation
HI @ktock, would you please help to review it? :-) |
ping @ktock |
list_of_images_to_optimize.py
Outdated
Image("fluent/fluentd:v1.14-1", ["tini" "--" "/bin/entrypoint.sh"]), | ||
Image("fluent/fluentd:v1.14-arm64-debian", ["tini" "--" "/bin/entrypoint.sh"]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delimiters are needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ktock
It has been changed
1108d34
to
0bb176d
Compare
Signed-off-by: Kay Yan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
The job failed with 403 Forbidden: https://github.com/stargz-containers/image-ci/actions/runs/10202170474/job/28225691301#step:6:334 It's strange 🤔 |
HI @ktock The image push failed by 403 Forbidden, It may fixed by: |
@yankay Sorry for slow reply. Fixed. https://github.com/stargz-containers/image-ci/pkgs/container/fluent%2Ffluentd |
What:
Add fluentd arm image for nerdctl
Why:
This image was used in nerdctl in containerd/nerdctl#3045