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

Pre-build docker test image #450

Open
endorama opened this issue Aug 3, 2023 · 0 comments
Open

Pre-build docker test image #450

endorama opened this issue Aug 3, 2023 · 0 comments

Comments

@endorama
Copy link
Member

endorama commented Aug 3, 2023

We use Docker in our development & testing setup to help with reproducibility (see scripts in https://github.com/elastic/elastic-serverless-forwarder/tree/main/tests/scripts/docker).

But we build docker image on the fly, and this create possible reproducibility issues: some dependency may disappear making a build fail due to unrelated occurrences (see #446, lint check failed due to missing packages that are installed during docker build).

TO prevent the need to quickfix things like we did in #449, we need to pre-build docker images and host them so the dev/CI can leverage pre-built images without the need to build them on the fly when missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant