Closed kaovilai closed 1 month ago
/kind changelog-not-required
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 58.99%. Comparing base (
aab2140
) to head (60aece1
). Report is 36 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Could you give more information about the ttl.sh
registry?
ttl.sh Contributed by Replicated Anonymous & ephemeral Docker image registry
Free to use. No need to sign-up. Open source.
How to use ttl.sh
Tag your image with ttl.sh, a UUID, & time limit (i.e. :2h)
Push your image
Pull your image (before it expires)
Follow up enhancements may add a target like so
install-current-context: container-current-context
go run cmd/velero/velero.go install --image=<image-from-this-pr-target> --provider aws --bucket $AWS_BUCKET --prefix velero --plugins velero/velero-plugin-for-aws:latest --secret-file $AWS_SECRET_FILE
the advantage is user who clone this repo do not need to docker login someregistry.io
or create a repository to push to.
IMO, this change is making developing more convenient, but the ttl.sh
is not a registry that can host the images for a long time, and I'm not sure whether ttl.sh
is available for most environments, for example, I'm blocked from it by the firewall.
As a result, I suggest to keep this change as private.
ack. you can always use your own registry and override with if that's preferable. or this can be modified to require your own registry. If that's desirable lmk. Closing for now.
Thank you for contributing to Velero!
Please add a summary of your change
Does your change fix a particular issue?
Fixes #(issue)
Please indicate you've done the following:
make new-changelog
) or comment/kind changelog-not-required
on this PR.site/content/docs/main
.