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(nx-docker): add labels options to docker build executor #33

Merged
merged 7 commits into from
Nov 24, 2024

Conversation

johnitvn
Copy link
Member

This pull request introduces several changes to the nx-docker package, specifically enhancing the Docker build executor by adding support for labels and updating the corresponding tests and schema. The most important changes include adding label arguments to the Docker build command, updating the executor tests to cover the new functionality, and modifying the schema to include labels.

Enhancements to Docker build executor:

Updates to executor tests:

Schema modifications:

@johnitvn johnitvn force-pushed the feat/nx-docker/labels branch from 17cd7eb to 7a4ebb8 Compare November 24, 2024 04:21
…cker executor schema

BREAKING CHANGE: Change the api of the Docker executor schema
The `registries`, `version`, and `namespace` options have been added to the Docker executor schema.
This change is backwards incompatible and may require updates to existing configurations.
@johnitvn johnitvn force-pushed the feat/nx-docker/labels branch from e2fafda to 4f2c006 Compare November 24, 2024 06:09
@johnitvn johnitvn force-pushed the feat/nx-docker/labels branch from 652e785 to fbbea34 Compare November 24, 2024 06:34
@johnitvn johnitvn merged commit 9083a05 into main Nov 24, 2024
39 checks passed
@johnitvn johnitvn deleted the feat/nx-docker/labels branch November 24, 2024 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants