Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Adjust the "docker app build" UX #691

Merged
merged 2 commits into from
Oct 17, 2019
Merged

Commits on Oct 16, 2019

  1. Adjust the "docker app build" UX

    docker app build -f <path to x.dockerapp folder> <path to docker context, typically ".">
    
    Signed-off-by: Nicolas De Loof <[email protected]>
    ndeloof committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    64ae00f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. tag services images according to compose file image attribute

    use docker-compose `Image` attribute if set
    use {tag}-{service} if user has specified a tag with --tag
    never tag the invocation image
    
    Signed-off-by: Nicolas De Loof <[email protected]>
    ndeloof committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    52b815d View commit details
    Browse the repository at this point in the history