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

🐳 Multistage build #24

Merged
merged 8 commits into from
Apr 13, 2024
Merged

🐳 Multistage build #24

merged 8 commits into from
Apr 13, 2024

Conversation

jag-k
Copy link
Owner

@jag-k jag-k commented Apr 9, 2024

Close #23

@jag-k jag-k added the enhancement New feature or request label Apr 9, 2024
@jag-k jag-k self-assigned this Apr 9, 2024
-  Remove unnecessary lines in deploy.yml
-  Rename `validate-pr` job to `validate-labels` in pr_lint.yml and add concurrency settings
-  Modify the way of getting pull request data in pr_lint.yml
-  Add `validate-code`, `validate-docker-build`, and `validate-branch` jobs in pr_lint.yml with proper concurrency settings
-  In `validate-docker-build`, implement Docker image building and caching
-  Check branch name with version in `validate-branch` job
-  Remove unnecessary lines in deploy.yml
-  Rename `validate-pr` job to `validate-labels` in pr_lint.yml and add concurrency settings
-  Modify the way of getting pull request data in pr_lint.yml
-  Add `validate-code`, `validate-docker-build`, and `validate-branch` jobs in pr_lint.yml with proper concurrency settings
-  In `validate-docker-build`, implement Docker image building and caching
-  Check branch name with version in `validate-branch` job
@jag-k jag-k force-pushed the feature/multiplatform branch 4 times, most recently from ea283ad to 26c0af0 Compare April 9, 2024 16:59
-  Modify Docker build step to tag images using PR number only
-  Add a new step to retrieve Docker image information using docker inspect and jq
-  Add another step to post this Docker image information as a comment on the PR using actions/github-script
-  The image information includes the image ID, creation time, size, and tags
-  Modify Docker build step to tag images using PR number only
-  Add a new step to retrieve Docker image information using docker inspect and jq
-  Add another step to post this Docker image information as a comment on the PR using actions/github-script
-  The image information includes the image ID, creation time, size, and tags
@jag-k jag-k force-pushed the feature/multiplatform branch 4 times, most recently from 5f046eb to a4992c7 Compare April 9, 2024 17:32
-  Modify Docker build step to tag images using PR number only
-  Add a new step to retrieve Docker image information using docker inspect and jq
-  Add another step to post this Docker image information as a comment on the PR using actions/github-script
-  The image information includes the image ID, creation time, size, and tags
-  Modify Docker build step to tag images using PR number only
-  Add a new step to retrieve Docker image information using docker inspect and jq
-  Add another step to post this Docker image information as a comment on the PR using actions/github-script
-  The image information includes the image ID, creation time, size, and tags
- Add support for multiple architectures (linux/amd64, linux/arm64, linux/arm/v7)
- Enable Docker Buildx for cross-platform builds
- Update GitHub Actions workflow to support matrix builds
- Add Docker Scout for image size and recommendations
@jag-k jag-k merged commit 283d2fe into main Apr 13, 2024
7 checks passed
@jag-k jag-k deleted the feature/multiplatform branch April 13, 2024 13:14
@jag-k jag-k restored the feature/multiplatform branch April 13, 2024 13:20
@jag-k jag-k deleted the feature/multiplatform branch April 13, 2024 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can you build docker image for armvv7?
1 participant