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

ci: Move sidetrail docker container to other repo #3518

Merged
merged 3 commits into from
Sep 29, 2022

Conversation

dougch
Copy link
Contributor

@dougch dougch commented Sep 27, 2022

Resolved issues:

#3465

Description of changes:

Our sidetrail test was already using a pre-built docker container, but strangely did not install all the tooling needed for the test. This PR moves it's building to a private docker build repository and removes installation steps that are taking place at container build time.

Call-outs:

The docker build is still using the scripts in codebuild/bin to install everything- so there is no net-new software being installed, and there is nothing preventing outside contributors from duplicating our container (this and that).

Testing:

How is this change tested (unit tests, fuzz tests, etc.)? ad-hoc CodeBuild

Is this a refactor change? no

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@dougch dougch requested a review from a team as a code owner September 27, 2022 22:57
@github-actions github-actions bot added the s2n-core team label Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants