Skip to content
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

feat(Workspaces): allow user to specify workspace docker image #95

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

cheikhgwane
Copy link
Contributor

Allow users to specifiy workspace docker image (name & tag) in workspace.yaml when running pipeline in local with openhexa pipelines run.

@cheikhgwane cheikhgwane force-pushed the feat/workspace-docker-image branch 3 times, most recently from 2054e6e to b9ee22d Compare December 6, 2023 13:17
# Workspace docker image
if "image" in local_workspace_config:
try:
env_vars["WORKSPACE_DOCKER_IMAGE"] = local_workspace_config["image"]["name"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we have a name key within image? Could we just specify:

...
image: blsq/some-image:latest

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes you're right.

@cheikhgwane cheikhgwane force-pushed the feat/workspace-docker-image branch from b9ee22d to f16ce0d Compare December 6, 2023 14:42
Copy link
Contributor

@pvanliefland pvanliefland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@pvanliefland pvanliefland merged commit 2455a3e into main Dec 6, 2023
4 checks passed
@pvanliefland pvanliefland deleted the feat/workspace-docker-image branch December 6, 2023 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants