Skip to content

fix: add bazelisk and dotslash to Dockerfile for devcontainer#8959

Closed
bolinfest wants to merge 1 commit intomainfrom
pr8959
Closed

fix: add bazelisk and dotslash to Dockerfile for devcontainer#8959
bolinfest wants to merge 1 commit intomainfrom
pr8959

Conversation

@bolinfest
Copy link
Copy Markdown
Collaborator

@bolinfest bolinfest commented Jan 9, 2026

In working on the new Dockerfile.bazel in #8875, it occurred to me these would be good fixes to make for the devcontainer.

Comment thread .devcontainer/Dockerfile
# Install Bazel via Bazelisk (mirrors bazelbuild/setup-bazelisk@v3).
ARG BAZELISK_VERSION=latest
RUN arch="$(uname -m)" && \
case "$arch" in \
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

not a huge deal but you can probably simplify this to assume your arch is always a supported one and always use latest, or just pin whatever is currently the latest if you want reproducibility

@github-actions
Copy link
Copy Markdown
Contributor

Closing this pull request because it has had no updates for more than 14 days. If you plan to continue working on it, feel free to reopen or open a new PR.

@github-actions github-actions bot closed this Jan 24, 2026
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