From d30e252c8e13a8164165f04a4fc84fbabec92103 Mon Sep 17 00:00:00 2001 From: Nils Dijk Date: Tue, 21 Nov 2023 12:59:35 +0000 Subject: [PATCH] use experimental devcontainer till merged --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 58c9e07a8..005146104 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "ghcr.io/citusdata/citus-devcontainer:main", + "image": "ghcr.io/citusdata/citus-devcontainer:devcontainer-citus-load", // TODO revert back before merging "runArgs": [ "--cap-add=SYS_PTRACE", ], @@ -26,6 +26,7 @@ "mounts": [ "type=volume,target=/data", "source=citus-bashhistory,target=/commandhistory,type=volume", + "source=citus_load_cache,target=/home/citus/.local/share/citus_load/,type=volume", ], "updateContentCommand": "./configure", "postCreateCommand": "make -C .devcontainer/",