You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Context:
Currently, this project provides a Github Action that is made of a series of scripts and tools to accomplish the container deployment lifecycle. There are some limitations in place that we would need to overcome, like the fact that Tilt doesn't allow building and pushing a container to the registry if no deployment context is given ( see tilt-dev/tilt#3066 ). Additionally, we would need to provide the ability to accomplish this deployment workflow on other CICD environments unrelated to Github ( eg. Gitlab, Jenkins, etc. ).
The Solution:
Build a CLI that would work cross-platform and would allow every DevOps operator to successfully integrate the deployment pipeline on top of their available CICD environment. The tool should be easy to use, provide useful help documentation, and should not contain too many parameters.
The Alternatives:
None considered.
** Desired Outcome **
Golang application that given a Dockerfile builds an image with buildx and push it to a registry.
Detailed steps
N/A
Screenshots
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Issue Type
Enhancement
Description
The Context:
Currently, this project provides a Github Action that is made of a series of scripts and tools to accomplish the container deployment lifecycle. There are some limitations in place that we would need to overcome, like the fact that Tilt doesn't allow building and pushing a container to the registry if no deployment context is given ( see tilt-dev/tilt#3066 ). Additionally, we would need to provide the ability to accomplish this deployment workflow on other CICD environments unrelated to Github ( eg. Gitlab, Jenkins, etc. ).
The Solution:
Build a CLI that would work cross-platform and would allow every DevOps operator to successfully integrate the deployment pipeline on top of their available CICD environment. The tool should be easy to use, provide useful help documentation, and should not contain too many parameters.
The Alternatives:
None considered.
** Desired Outcome **
Golang application that given a Dockerfile builds an image with buildx and push it to a registry.
Detailed steps
Screenshots
No response
Logs
No response
The text was updated successfully, but these errors were encountered: