You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of #128, we want to sanitize the container images that are pushed to a registry (see #213 for the push implementation).
The motivation is that when running a pre-built image, envbuilder should be able to perform the tasks listen in devcontainer.json to finalize the environment (e.g. run scripts).
Example sanitization directives that can be appended to the Dockerfile:
USER root
WORKDIR /
ENTRYPOINT ["/.envbuilder/bin/envbuilder"]
As part of #128, we want to sanitize the container images that are pushed to a registry (see #213 for the push implementation).
The motivation is that when running a pre-built image,
envbuilder
should be able to perform the tasks listen indevcontainer.json
to finalize the environment (e.g. run scripts).Example sanitization directives that can be appended to the Dockerfile:
Note,
ENTRYPOINT
is dependent on #216.The text was updated successfully, but these errors were encountered: