From 3b91ca92cf9c131f9c1da9ea4b73164b8d3b2bab Mon Sep 17 00:00:00 2001 From: Nils Dijk Date: Thu, 27 Jul 2023 12:41:44 +0000 Subject: [PATCH] upload devcontainer --- .devcontainer/Dockerfile | 4 ++++ .devcontainer/devcontainer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index b64adda3d..46df870a7 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -110,6 +110,10 @@ RUN ( cd src/test/regress && pipenv install ) # assemble the final container by copying over the artifacts from separately build containers FROM base AS devcontainer +LABEL org.opencontainers.image.source=https://github.com/citusdata/citus +LABEL org.opencontainers.image.description="Development container for the Citus project" +LABEL org.opencontainers.image.licenses=AGPL-3.0-only + RUN yes | sudo unminimize # install developer productivity tools diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2052e514c..6321b5850 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "citus/devcontainer:dev-20230725", + "image": "ghcr.io/citusdata/citus-devcontainer:dev-20230727", "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt",