Skip to content
This repository was archived by the owner on Jul 23, 2019. It is now read-only.
This repository was archived by the owner on Jul 23, 2019. It is now read-only.

CMD and ENTRYPOINT #1

@alexei-led

Description

@alexei-led

I think that moving CMD and ENTRYPOINT from their standard place in Dockerfile to LABEL looks unnatural.
Think about what problem do you want to solve?
tagbot run can do a second run without problem, inspecting previously run containers and getting CMD and ENTRYPOINT from them.
tugbot watch should be smart enough to detect test container run and get test results from it: watching mounted volume or copying after run.
I would like to keep "adoption learning curve" as low as possible: know how to deploy and run container? Just add couple labels to mark test container, point to test results and "subscribe" to events and you've done - tagbot will run tests on events and will collect all test results continuously.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions