mirror of https://github.com/citusdata/citus.git
upload devcontainer
parent
1fc1ec7bf5
commit
3b91ca92cf
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"image": "citus/devcontainer:dev-20230725",
|
||||
"image": "ghcr.io/citusdata/citus-devcontainer:dev-20230727",
|
||||
"runArgs": [
|
||||
"--cap-add=SYS_PTRACE",
|
||||
"--security-opt",
|
||||
|
|
Loading…
Reference in New Issue