Skip to content
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

ci: add workflow to deploy container images #405

Merged
merged 1 commit into from
Nov 30, 2024

Conversation

kenhys
Copy link
Contributor

@kenhys kenhys commented Nov 29, 2024

Before:

Recently, the member of Docker Free Team organization can't trigger Automated
builds from Web interface.

It means that we can't ship newer image easily anymore.

After:

Change deployment procedure to GitHub Actions.
With this change, additionally ship triple multi-architecture
tags for amd64, arm64 and armhf.

NOTE:

  • v1.17.1-x.y tag ships alpine,amd64,arm64 and armhf images
  • v1.17.1-debian-amd64-1.2 tag ships only amd64 image and re-label multi-architecture tags.

Before:

  Recently, the member of Docker Free Team organization can't trigger Automated
  builds from Web interface.

  It means that we can't ship newer image easily anymore.

After:

 Change deployment procedure to GitHub Actions.
 With this change, additionally ship triple multi-architecture
 tags for amd64, arm64 and armhf.

 NOTE:
 * v1.17.1-x.y tag ships alpine,amd64,arm64 and armhf images
 * v1.17.1-debian-am64-1.2 tag ships only amd64 image and re-label
   multi-architecture tags.

Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
@kenhys kenhys marked this pull request as ready for review November 29, 2024 09:05
@kenhys
Copy link
Contributor Author

kenhys commented Nov 29, 2024

Test case: added specific tag: v1.17.1-debian-armhf-1.3
only armhf build was kicked. (expected)

https://github.com/kenhys/fluentd-docker-image/actions/runs/12081636678/job/33691124140

Copy link
Contributor

@daipom daipom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@kenhys kenhys merged commit 2df5ea4 into fluent:master Nov 30, 2024
5 checks passed
@kenhys kenhys deleted the deploy-gh-actions branch November 30, 2024 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants