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

UX ONLY: Docker buildx support #1944

Closed
uxarya-d opened this issue Jun 29, 2022 · 0 comments
Closed

UX ONLY: Docker buildx support #1944

uxarya-d opened this issue Jun 29, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@uxarya-d
Copy link
Contributor

Summary

Enable users to build image for desired platforms

Motivation

Presently, Devtron runs CI pipelines with docker build command which we think is hardcoded as part of CI step. We would want to use docker buildx command which supports a lot of features on top of the good old docker build. buildx would help us in building multi-platform images which can run on all types of processors.

Proposal

  1. [Checkbox] Set the target platforms for the build

  2. When user checks the above box, show a multi-select dropdown with below options:

linux/arm64
linux/amd64
linux/arm/v7
darwin

NOTE: User should also be able to provide custom input (free text).

@uxarya-d uxarya-d added the enhancement New feature or request label Jun 29, 2022
@uxarya-d uxarya-d self-assigned this Jun 29, 2022
@muksUX muksUX assigned muksUX and unassigned uxarya-d Jun 29, 2022
@uxarya-d uxarya-d closed this as completed Jul 5, 2022
@uxarya-d uxarya-d changed the title UX: Docker buildx support UX ONLY: Docker buildx support Jul 6, 2022
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

No branches or pull requests

2 participants