This repository was archived by the owner on Jul 8, 2025. It is now read-only.
Open
Conversation
- Upgrade from ubuntu:bionic (18.04) to ubuntu:24.04 - Consolidate RUN layers for smaller image size - Add SHELL directive for safer builds - Use --no-install-recommends for minimal installation - Clean apt cache to reduce image size - Add comprehensive labels including OCI description - Maintain same functionality with updated packages: - rsync 3.2.7 (was 3.x) - OpenSSH 9.6p1 (was 7.x) Tested and verified: - Image builds successfully (109MB) - rsync and ssh binaries work correctly - Entrypoint script functions as expected
Owner
|
i haven't really used this myself in years so i'm just going to archive this. feel free to keep going with this on your own for though for others to use |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Modernizes the rsync-deploy GitHub Action by upgrading from the deprecated Ubuntu 18.04 (Bionic) to Ubuntu 24.04 LTS (Noble), ensuring continued security support and compatibility.
Changes Made:
ubuntu:bionic→ubuntu:24.04--no-install-recommendsand cleaned apt cache