Skip to content

Conversation

@patrick-stephens
Copy link
Collaborator

Addresses #7748 by having a fallback to future proof any further unknown updates to CI actions.

We push arch-specific tags (the images will already be there so this should just add an extra tag for those specific digests rather than have to push anything) as a fallback via basic:

  • docker pull --platform=linux/[amd64|arm64|arm/v7] fluent/fluent-bit:<version>
  • docker tag fluent/fluent-bit:<version> [docker.io|ghcr.io]/fluent/fluent-bit:<version>-[amd64|arm64|arm-v7]
  • docker push [docker.io|ghcr.io]/fluent/fluent-bit:<version>-[amd64|arm64|arm-v7]

It means for a 2.1.9 release we get the current multi-arch manifest plus the specific arch tags:

  • fluent/fluent-bit:2.1.9
  • fluent/fluent-bit:2.1.9-amd64
  • fluent/fluent-bit:2.1.9-arm64
  • fluent/fluent-bit:2.1.9-amd-v7

Enter [N/A] in the box, if an item is not applicable to your change.

Testing
Before we can approve your change; please submit the following in a comment:

  • Example configuration file for the change
  • Debug log output from testing the change
  • Attached Valgrind output that shows no leaks or memory corruption was found

If this is a change to packaging of containers or native binaries then please confirm it works for all targets.

  • Run local packaging test showing all targets (including any new ones) build.
  • Set ok-package-test label to test for all targets (requires maintainer to do).

Documentation

  • Documentation required for this feature

Backporting

  • Backport to latest stable release.

Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.

@patrick-stephens patrick-stephens marked this pull request as ready for review July 28, 2023 13:04
@patrick-stephens patrick-stephens merged commit fea4827 into master Jul 28, 2023
@patrick-stephens patrick-stephens deleted the 7748_belt_and_braces branch July 28, 2023 13:08
Wiston999 pushed a commit to Wiston999/fluent-bit that referenced this pull request Aug 7, 2023
leonardo-albertovich pushed a commit that referenced this pull request Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants