-
Notifications
You must be signed in to change notification settings - Fork 45
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
Standardize deployContainer and deployContainerManifest #1364
Comments
dsalaza4
added a commit
to dsalaza4/makes
that referenced
this issue
Aug 12, 2024
- Remove config parameter in favor of a more flat approach
dsalaza4
added a commit
to dsalaza4/makes
that referenced
this issue
Aug 12, 2024
- Remove config parameter in favor of a more flat approach
dsalaza4
added a commit
to dsalaza4/makes
that referenced
this issue
Aug 12, 2024
- Remove config parameter in favor of a more flat approach Signed-off-by: Daniel Salazar <[email protected]>
dsalaza4
added a commit
to dsalaza4/makes
that referenced
this issue
Aug 12, 2024
- Add new 24.09 pre-release version - Make 24.02 stable version Signed-off-by: Daniel Salazar <[email protected]>
dsalaza4
added a commit
to dsalaza4/makes
that referenced
this issue
Aug 12, 2024
- Make it simpler and consistent with deployContainerManifest - Remove `images` option in favor of a flat approach - Remove attempts logic for simplicity - Update documentation Signed-off-by: Daniel Salazar <[email protected]>
dsalaza4
added a commit
to dsalaza4/makes
that referenced
this issue
Aug 12, 2024
- Make it simpler and consistent with deployContainerManifest - Remove `images` option in favor of a flat approach - Remove attempts logic for simplicity - Update documentation Signed-off-by: Daniel Salazar <[email protected]>
dsalaza4
added a commit
to dsalaza4/makes
that referenced
this issue
Aug 12, 2024
- Make it simpler and consistent with deployContainerManifest - Remove `images` option in favor of a flat approach - Remove attempts logic for simplicity - Update documentation Signed-off-by: Daniel Salazar <[email protected]>
acuberosatfluid
added a commit
that referenced
this issue
Aug 12, 2024
refac(back): #1364 simplify deploy container
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
deployContainer receives parameters like
registry
, whereas deployContainerManifest receives parameters likeconfig
. They serve very similar purposes and will be used together most times.Let's standardize parameters on both builtins in order to reduce boilerplate.
The text was updated successfully, but these errors were encountered: