Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DCT-JS should support ONBUILD instruction #7

Closed
TyIsI opened this issue May 15, 2024 · 0 comments
Closed

DCT-JS should support ONBUILD instruction #7

TyIsI opened this issue May 15, 2024 · 0 comments
Assignees
Labels
dct::js JS/TS implementation related spec requirement As required by the official specs

Comments

@TyIsI
Copy link
Owner

TyIsI commented May 15, 2024

Not sure how I missed that one.

Limitations:

  • Chaining ONBUILD instructions using ONBUILD ONBUILD isn't allowed.
  • The ONBUILD instruction may not trigger FROM or MAINTAINER instructions.
  • ONBUILD COPY --from is not supported.

Notes:

  • Restrict commands passed (exclude: ONBUILD, FROM, MAINTAINER)
  • Guard from flag to non-stage parameters (do this blank for every from; it's a fair assumption that if it breaks COPY, that it will break RUN mount from if it refers to a stage)
@TyIsI TyIsI added dct::js JS/TS implementation related spec requirement As required by the official specs labels May 15, 2024
@TyIsI TyIsI self-assigned this May 15, 2024
@TyIsI TyIsI closed this as completed in 2b61af6 Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dct::js JS/TS implementation related spec requirement As required by the official specs
Projects
None yet
Development

No branches or pull requests

1 participant