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

Split CLI image build to allow building CLI container only #432

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

hgajjar
Copy link

@hgajjar hgajjar commented Apr 7, 2023

Description

  • Ticket/Issue: N/A

In our CI tests, we would like to run only the static code validations (PHPStan, CodeSniffers, Propel validation, etc.) first using the CI container. However, the existing build and up commands are generic for all services, they does not support building or creating a specific container only.
I have introduced a new command docker/sdk build cli to allow building only CLI images first, so that we can use them to create only CLI container and run the static code validations.

Change log

  • Add new command to build only cli images

Checklist

  • I agree with the Code Contribution License Agreement in CONTRIBUTING.md

@hgajjar hgajjar marked this pull request as draft April 7, 2023 08:16
@hgajjar hgajjar marked this pull request as ready for review April 12, 2023 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant