-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add a first run notice detailing the version of amp-devcontainer
- Loading branch information
Showing
5 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<!-- x-release-please-start-version | ||
|
||
🚀 Welcome to amp-devcontainer-cpp v5.5.4 | ||
|
||
Release notes for this version can be found ]8;;https://github.com/philips-software/amp-devcontainer/releases/tag/v5.5.4\here]8;;\ | ||
|
||
Happy coding! | ||
|
||
<!-- x-release-please-end |
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 |
---|---|---|
|
@@ -50,3 +50,6 @@ RUN wget -qO - "https://github.com/cargo-bins/cargo-binstall/releases/download/v | |
&& cargo-binstall -y --locked [email protected] [email protected] [email protected] \ | ||
# cargo-binstall can't (yet) install probe-rs-tools for aarch64, fall-back to script installation | ||
&& wget -qO - https://github.com/probe-rs/probe-rs/releases/download/v0.24.0/probe-rs-tools-installer.sh | sh | ||
|
||
COPY first-run-notice.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt | ||
RUN sed -i '/^<!--/d' /usr/local/etc/vscode-dev-containers/first-run-notice.txt |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<!-- x-release-please-start-version | ||
|
||
🚀 Welcome to amp-devcontainer-rust v5.5.4 | ||
|
||
Release notes for this version can be found ]8;;https://github.com/philips-software/amp-devcontainer/releases/tag/v5.5.4\here]8;;\ | ||
|
||
Happy coding! | ||
|
||
<!-- x-release-please-end |
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