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

chore(images): update sync images #6096

Merged
merged 5 commits into from
May 29, 2024
Merged

chore(images): update sync images #6096

merged 5 commits into from
May 29, 2024

Conversation

vvagaytsev
Copy link
Collaborator

@vvagaytsev vvagaytsev commented May 28, 2024

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Used the following commands to build k8s-sync and k8s-util images:

docker buildx build --platform linux/amd64,linux/arm64 -t gardendev/k8s-sync:0.2.0-2 --push .

docker buildx build --build-arg BASE_IMAGE="gardendev/k8s-sync:0.2.0-2" --platform "linux/amd64,linux/arm64" -t "gardendev/k8s-util:0.6.0-2" --push .

Tested the new native Mutagen-based image manually with GARDEN_ENABLE_NEW_SYNC=true.

The images based on the legacy forked Mutagen has not been updated yet. Let's decide if we need that, and do it in a separate PR if necessary.

@vvagaytsev vvagaytsev force-pushed the chore/update-sync-images branch from caf14cc to 079d152 Compare May 28, 2024 16:13
@vvagaytsev vvagaytsev marked this pull request as ready for review May 28, 2024 16:23
@vvagaytsev vvagaytsev requested a review from stefreak May 28, 2024 16:23
@vvagaytsev vvagaytsev enabled auto-merge May 28, 2024 16:24
@vvagaytsev vvagaytsev requested a review from twelvemo May 28, 2024 16:24
@vvagaytsev vvagaytsev changed the title chore: update sync images chore(images): update sync images May 28, 2024
@@ -1,6 +1,8 @@
ARG BASE_IMAGE
FROM ${BASE_IMAGE}

RUN apk add --no-cache rsync skopeo
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vvagaytsev vvagaytsev added this pull request to the merge queue May 29, 2024
Merged via the queue into main with commit 0cca882 May 29, 2024
40 checks passed
@vvagaytsev vvagaytsev deleted the chore/update-sync-images branch May 29, 2024 09:54
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

Successfully merging this pull request may close these issues.

2 participants