Update readme and parameters to they match each other#17
Update readme and parameters to they match each other#17rberrelleza wants to merge 5 commits intomainfrom
Conversation
| @@ -1,4 +1,4 @@ | |||
| FROM okteto/okteto:latest | |||
| FROM okteto/okteto:2.18.0 | |||
There was a problem hiding this comment.
@jLopezbarb shall we start pinning the version for the actions?
Should we add updating the pinned version as part of the release?
There was a problem hiding this comment.
I think we were going to use:
- main for latest
- v2 for the latest v2
- v1 for the latest v1
If we pin it we would have to change it in every CLI release and we'll need to update the actions script
|
|
||
| ## Inputs | ||
|
|
||
| ### `tag` |
There was a problem hiding this comment.
The inputs where removed as "not suported" although they exist at the actions.yaml in order to preserve compatibility with older workflows
There was a problem hiding this comment.
I think the inputs are for the v1 branch so it depend on how we want to organise the v1 and v2.
v1 had some tags that were retrocompatible with v2.
There was a problem hiding this comment.
all the inputs I added here are active on the latest version of the Okteto CLI. Can we add them here?
| ### Build an image that is not defined in the manifest | ||
|
|
||
| You can specify a custom certificate authority or a self-signed certificate by setting the `OKTETO_CA_CERT` environment variable. When this variable is set, the action will install the certificate in the container, and then execute the action. | ||
| This example sets the context, and then builds an image that is not defined in the Okteto manifest |
There was a problem hiding this comment.
@jLopezbarb do you have context on why tag was not supported anymore with 2.0 change?
There was a problem hiding this comment.
I can't remember. I think it was because with the manifest v2 some flags were skipped so we created v1 and v2 to differentiate between them
| @@ -1,4 +1,4 @@ | |||
| FROM okteto/okteto:latest | |||
| FROM okteto/okteto:2.18.0 | |||
There was a problem hiding this comment.
| FROM okteto/okteto:2.18.0 | |
| FROM okteto/okteto:latest |
Signed-off-by: Teresa Romero <teresa@okteto.com>
* refactor: remove deprecated global argument Signed-off-by: Teresa Romero <teresa@okteto.com> * refactor: fix file argument Signed-off-by: Teresa Romero <teresa@okteto.com> * refactor: include tag param into Readme and entrypoint Signed-off-by: Teresa Romero <teresa@okteto.com> * refactor: include path into command Signed-off-by: Teresa Romero <teresa@okteto.com> * docs: README update Signed-off-by: Teresa Romero <teresa@okteto.com> * refactor: add buildargs support Signed-off-by: Teresa Romero <teresa@okteto.com> * docs: README update based on #17 Signed-off-by: Teresa Romero <teresa@okteto.com> * refactor: fix build-args support Signed-off-by: Teresa Romero <teresa@okteto.com> * refactor: support other flags for build command Signed-off-by: Teresa Romero <teresa@okteto.com> * Apply suggestions from code review Co-authored-by: Andrea Falzetti <andreafalzetti@users.noreply.github.com> --------- Signed-off-by: Teresa Romero <teresa@okteto.com> Co-authored-by: Andrea Falzetti <andreafalzetti@users.noreply.github.com>
* refactor: remove deprecated global argument Signed-off-by: Teresa Romero <teresa@okteto.com> * refactor: fix file argument Signed-off-by: Teresa Romero <teresa@okteto.com> * refactor: include tag param into Readme and entrypoint Signed-off-by: Teresa Romero <teresa@okteto.com> * refactor: include path into command Signed-off-by: Teresa Romero <teresa@okteto.com> * docs: README update Signed-off-by: Teresa Romero <teresa@okteto.com> * refactor: add buildargs support Signed-off-by: Teresa Romero <teresa@okteto.com> * docs: README update based on #17 Signed-off-by: Teresa Romero <teresa@okteto.com> * refactor: fix build-args support Signed-off-by: Teresa Romero <teresa@okteto.com> * refactor: support other flags for build command Signed-off-by: Teresa Romero <teresa@okteto.com> * Apply suggestions from code review Co-authored-by: Andrea Falzetti <andreafalzetti@users.noreply.github.com> --------- Signed-off-by: Teresa Romero <teresa@okteto.com> Co-authored-by: Andrea Falzetti <andreafalzetti@users.noreply.github.com>
No description provided.