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

Custom docker images for PHP builds #6

Open
Anilm3 opened this issue Dec 2, 2021 · 0 comments
Open

Custom docker images for PHP builds #6

Anilm3 opened this issue Dec 2, 2021 · 0 comments
Labels
build enhancement New feature or request
Milestone

Comments

@Anilm3
Copy link
Collaborator

Anilm3 commented Dec 2, 2021

Description

The CI builds for the appsec extension currently use prebuilt binaries provided by a third party. These binaries change without our knowledge or control and occasionally break the builds, so we should build our own docker images with the binaries we require in order to ensure the reliability of our CI and release process.

This could also be expanded to the release builds to avoid using a cache.

The generation of containers could be done in a separate repository, perhaps dd-appsec-php-containers, with actions to be manually triggered with workflow_dispatch (more info here) to allow us to generate only the necessary images.

@Anilm3 Anilm3 added enhancement New feature or request build labels Dec 2, 2021
@Anilm3 Anilm3 added this to the v0.3.0 milestone Dec 8, 2021
@Anilm3 Anilm3 modified the milestones: v0.3.0, v0.4.0 Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant