-
Notifications
You must be signed in to change notification settings - Fork 56
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
Workbench session image promotion #876
Conversation
…sion` to fetch version
…uild-fix-tests Use env var for WORKBENCH_SESSION_INIT_VERSION or default to `get-version` to fetch version
…uild Add release target for workbench-session-init image
Adds the WORKBENCH_SESSION_INIT variable to the manual build flow
Update build-manual.yaml
Merge versions job into workbench-session-init job
* add go program * add multi-stage build dockerfile * add positron * fix path * update err msgs and reuse file info * merge comments * enhance file copying with otiai10/copy package and update Dockerfile * remove uneeded components * add shared_run to common deps * fix component filename * update Dockerfile to use ubuntu:22.04 base image, as the scratch image doesn't work nicely with GOSS * remove test var --------- Co-authored-by: Ian Pittwood <[email protected]>
Co-authored-by: Skye Turriff <[email protected]>
Feature/workbench session
temp removal of workbench-session-init from github actions release build
Update build-bake.yaml
@zachhannum is it OK if the preview/daily builds still run for the session init container? (as they did in the above workflow) |
Yep, preview/daily builds are still OK! We are using them for QA prior to the release. Thanks! |
1 similar comment
Yep, preview/daily builds are still OK! We are using them for QA prior to the release. Thanks! |
Build the
workbench-session
image.