Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

feat(*_image): allow setting env vars #2031

Merged
merged 2 commits into from
May 20, 2022
Merged

Commits on Mar 11, 2022

  1. feat(*_image): allow setting env vars

    Introduce an `env` parameter in every `*_image` rule, which is a dict
    whose keys and values will become environment variables in the resulting
    Docker image.
    
    Apply consistent formatting to every rule's docstring (args in the
    docstring are now listed in the same order as in the method declaration)
    as well as the container structure tests (`metadataTest` keys are now
    sorted alphabetically).
    sxlijin committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    25ead45 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. remove debug statement

    sxlijin authored May 20, 2022
    Configuration menu
    Copy the full SHA
    5b28d45 View commit details
    Browse the repository at this point in the history