From 16bab370cf2150905c996e9690f27f1815b13bee Mon Sep 17 00:00:00 2001 From: Ron <45816308+rjaegers@users.noreply.github.com> Date: Thu, 9 Jan 2025 09:25:57 +0000 Subject: [PATCH 1/2] chore: add a first run notice detailing the version of amp-devcontainer --- .devcontainer/cpp/Dockerfile | 3 +++ .devcontainer/cpp/first-run-notice.txt | 9 +++++++++ .devcontainer/rust/Dockerfile | 3 +++ .devcontainer/rust/first-run-notice.txt | 9 +++++++++ release-please-config.json | 6 +++++- 5 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 .devcontainer/cpp/first-run-notice.txt create mode 100644 .devcontainer/rust/first-run-notice.txt diff --git a/.devcontainer/cpp/Dockerfile b/.devcontainer/cpp/Dockerfile index c581967f..184e845c 100644 --- a/.devcontainer/cpp/Dockerfile +++ b/.devcontainer/cpp/Dockerfile @@ -112,3 +112,6 @@ RUN update-alternatives --install /usr/bin/c++ c++ /usr/bin/g++-14 20 \ RUN wget -qP /usr/local/lib/python*/dist-packages/cmake/data/share/cmake-*/Modules/ https://github.com/cpm-cmake/CPM.cmake/releases/download/v${CPM_VERSION}/CPM.cmake \ && conan profile detect \ && echo -e "\n[conf]\ntools.cmake.cmaketoolchain:generator=Ninja" >> "$(conan profile path default)" + +COPY first-run-notice.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt +RUN sed -i '/^