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

entrypoint: run setup.sh if existing #45

Merged
merged 1 commit into from
Nov 6, 2024
Merged

Conversation

aparcar
Copy link
Member

@aparcar aparcar commented Nov 6, 2024

To save bandwidth, we don't ship daily Docker containers containing ImageBuilder/SDK anymore but instead provide a setup.sh script, downloading the things on demand. This saves a ton of GBs bandwidth and caching is not reasonable for daily builds anyway.

If the setup.sh is found, run it. Stable builds aka any tagged release contains the actual SDK/ImageBuilder, no need to run it there.

To save bandwidth, we don't ship daily Docker containers containing
ImageBuilder/SDK anymore but instead provide a setup.sh script,
downloading the things on demand. This saves a ton of GBs bandwidth and
caching is not reasonable for daily builds anyway.

If the setup.sh is found, run it. Stable builds aka any tagged release
contains the actual SDK/ImageBuilder, no need to run it there.

Signed-off-by: Paul Spooren <[email protected]>
@aparcar aparcar merged commit 0c00b28 into openwrt:main Nov 6, 2024
11 of 12 checks passed
@aparcar aparcar deleted the setup.sh branch November 6, 2024 14:29
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.

1 participant