refactor(cli): remove local Dockerfile image builds - #3214
Conversation
Signed-off-by: Evie Howard <evhoward@redhat.com>
fce3a04 to
7a81e5a
Compare
|
Thanks for the review @2000krysztof, I have addressed the requested changes 🙂 |
|
All my concerns were addressed LGTM. Nice work @eviehoward :) |
|
Label |
|
Label |
|
Label |
|
/ok-to-test 7a81e5a |
Summary
Remove local Dockerfile and local build-context support from
openshell sandbox create --from.--fromnow selects an existing sandbox, community sandbox name, or image reference only; callers build and tag images with the container engine used by their gateway first. Users must now build and tag an image with the container engine used by their gateway, then pass that image reference to--from.Related Issue
Closes #3098
Changes
--fromreceives an explicit local path.CONTAINER_ENGINEmismatch and unsupported gateway drivers before build.Testing
mise run pre-commitpassesmise run e2epassesChecklist