-
Notifications
You must be signed in to change notification settings - Fork 7
Add methods for Docker Plugin #79
Copy link
Copy link
Labels
area/pluginPlugin-related issue or feature requestPlugin-related issue or feature requestkind/customer-requestRequested by one or more customersRequested by one or more customers
Metadata
Metadata
Assignees
Labels
area/pluginPlugin-related issue or feature requestPlugin-related issue or feature requestkind/customer-requestRequested by one or more customersRequested by one or more customers
Type
Fields
Give feedbackNo fields configured for Feature.
Feature description
To be able to replace GitLab CI/CD, customer wants to be able to move docker images around to ultimately deploy images in their environments.
Therefore, there are some features that they’d like to request:
A docker compose task (E.g. docker compose up -d)
A docker image task (E.g. docker image tag …)
A docker push task (E.g. docker push )
Pylon ticket