Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Add deprecation message for microsoft/vscode image #1780

Merged
merged 4 commits into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@ ENV DBUS_SESSION_BUS_ADDRESS="autolaunch:" \

ENTRYPOINT ["/usr/local/share/desktop-init.sh"]
CMD ["sleep", "infinity"]

RUN echo 'echo "NOTE: This Docker image has been discontinued and no longer receives any updates."' \
| tee -a /home/node/.bashrc \
| tee -a /home/node/.zshrc \
| tee -a /root/.bashrc \
| tee -a /root/.zshrc \
>/dev/null
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"definitionVersion": "0.204.0",
"definitionVersion": "0.204.1",
"build": {
"latest": true,
"rootDistro": "debian",
Expand Down