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

feat: add custom labels to docker services #1251

Open
wants to merge 5 commits into
base: nightly
Choose a base branch
from

Conversation

0utplay
Copy link
Member

@0utplay 0utplay commented Jun 9, 2023

Motivation

The docker per task config was not used at all due to the fact it was read from the services configuration but that does not contain the docker config. Furthermore a user requested custom labels for the docker config.

Modification

Added the requested custom labels on a per task basis.

Result

The per task docker config works and the custom labels are applied to the docker container.

Other context

Fixes #1247

@0utplay 0utplay added v: 4.X This pull should be included in the 4.0 release t: fix A pull request introducing a fix for a bug. in: module An issue/pull request releated to one of the internal modules labels Jun 9, 2023
@0utplay 0utplay added this to the 4.0.0-RC9 milestone Jun 9, 2023
@0utplay 0utplay requested a review from derklaro June 9, 2023 13:20
@0utplay 0utplay self-assigned this Jun 9, 2023
@github-actions
Copy link

github-actions bot commented Jun 9, 2023

Test Results

 47 files  ±0   47 suites  ±0   1m 17s ⏱️ -26s
395 tests ±0  395 ✅ ±0  0 💤 ±0  0 ❌ ±0 
726 runs  ±0  726 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 9f6117c. ± Comparison against base commit 3ea2758.

♻️ This comment has been updated with latest results.

@0utplay 0utplay modified the milestones: 4.0.0-RC9, 4.0.0-RC10 Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: module An issue/pull request releated to one of the internal modules t: fix A pull request introducing a fix for a bug. v: 4.X This pull should be included in the 4.0 release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow custom labels to be configured for Dockerized Services
1 participant