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

make oci_image() accept a file for workdir #673

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Aug 16, 2024

  1. make the oci_image() macro wrapper accept a file for workdir

    This clones much of the same logic as `entrypoint` and friends. Also refactor
    docstring a little to illuminate "wrapper vs the rule" and the dual typed args.
    lazcamus committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    348db1b View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. update workdir to be STRING_OR_LABEL

    It kinda doesn't exist in macro-land, so build a hacky string parsing heuristic
    lazcamus committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    f9f94de View commit details
    Browse the repository at this point in the history