forked from pingcap/tiflash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make devcontainer work in multi-user env (pingcap#7269)
ref pingcap#5991
- Loading branch information
1 parent
5720e8d
commit 543f237
Showing
7 changed files
with
47 additions
and
95 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# syntax=docker/dockerfile:1 | ||
|
||
# The source of this image is available at https://github.com/breezewish/tiflash-devcontainer | ||
FROM breezewish/tiflash-dev:0.0.3 | ||
FROM breezewish/tiflash-dev:0.0.4 | ||
|
||
# Create directories to mount as volumes. These directories will be persisted | ||
# after the container is recreated. | ||
RUN mkdir -p /root/.vscode-server/extensions \ | ||
&& mkdir -p /root/.cargo/registry \ | ||
&& mkdir -p /root/.cargo/git \ | ||
&& mkdir -p /root/.rustup/toolchains \ | ||
&& mkdir -p /root/.cache/ccache \ | ||
&& mkdir -p /root/.config/gh | ||
RUN mkdir -p /home/dev/.vscode-server/extensions \ | ||
&& mkdir -p /home/dev/.cargo/registry \ | ||
&& mkdir -p /home/dev/.cargo/git \ | ||
&& mkdir -p /home/dev/.rustup/toolchains \ | ||
&& mkdir -p /home/dev/.cache/ccache \ | ||
&& mkdir -p /home/dev/.config/gh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.