upload devcontainer

pull/7102/head
Nils Dijk 2023-07-27 12:41:44 +00:00
parent 1fc1ec7bf5
commit 3b91ca92cf
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
{
"image": "citus/devcontainer:dev-20230725",
"image": "ghcr.io/citusdata/citus-devcontainer:dev-20230727",
"runArgs": [
"--cap-add=SYS_PTRACE",
"--security-opt",