Skip to content

Expose Cloud SDK on PATH via containerEnv, drop gcloud symlink#24

Merged
shokkunrf merged 1 commit into
developfrom
features/gcloud/containerenv-path
Jun 7, 2026
Merged

Expose Cloud SDK on PATH via containerEnv, drop gcloud symlink#24
shokkunrf merged 1 commit into
developfrom
features/gcloud/containerenv-path

Conversation

@shokkunrf

Copy link
Copy Markdown
Owner

Summary

  • Expose the whole Cloud SDK on PATH via containerEnv (/usr/local/google-cloud-sdk/bin:${PATH}) instead of symlinking only gcloud into /usr/local/bin — this also puts gsutil, bq, and the rest of the bundled commands on PATH
  • Drop the gcloud-only symlink from install.sh: a feature's containerEnv is emitted as a real ENV layer in the built image, so PATH is inherited by docker run, by images that FROM this one, and by later features in the same build — making the symlink redundant
  • Bump the feature version to 1.0.2

@shokkunrf shokkunrf self-assigned this Jun 7, 2026
@shokkunrf shokkunrf merged commit 15ad3bf into develop Jun 7, 2026
3 checks passed
@shokkunrf shokkunrf deleted the features/gcloud/containerenv-path branch June 7, 2026 04:52
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.

1 participant