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

[v16] [kube] use local image for kubernetes integration tests #48384

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

tigrato
Copy link
Contributor

@tigrato tigrato commented Nov 4, 2024

Backport #48321 to branch/v16

* [kube] use local image for kubernetes integration tests

This PR replaces the use of the `nginx:latest` Docker image in Kubernetes integration tests with a custom-built image based on `alpine:3.20.3`. This custom image includes a shell for `kubectl exec` integration tests and a compiled binary to act as an HTTP server.

This change addresses recent issues where test workflows failed due to problems downloading the `nginx` image.

* add information about the image

* source files from alpine cdn

* copy files from alpine

* Update fixtures/alpine/README.md

Co-authored-by: Alan Parra <[email protected]>

* Update fixtures/alpine/README.md

Co-authored-by: Alan Parra <[email protected]>

* source files from alpine cdn (again)

---------

Co-authored-by: Alan Parra <[email protected]>
@tigrato tigrato added the no-changelog Indicates that a PR does not require a changelog entry label Nov 4, 2024
@github-actions github-actions bot requested a review from hugoShaka November 4, 2024 18:41
@tigrato tigrato enabled auto-merge November 4, 2024 18:42
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-48384.d212ksyjt6y4yg.amplifyapp.com

@tigrato tigrato added this pull request to the merge queue Nov 4, 2024
Merged via the queue into branch/v16 with commit 2133890 Nov 4, 2024
44 checks passed
@tigrato tigrato deleted the bot/backport-48321-branch/v16 branch November 4, 2024 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport no-changelog Indicates that a PR does not require a changelog entry size/md
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants