Support mirroring of github releases to an alternate location #547
IgorTodorovskiIBM
started this conversation in
General
Replies: 1 comment
-
The most boring (and frankly most acceptable for some/many sites) option would be to mimic existing repository mgmt tools they use - Sonatype Nexus Repository or JFrog Artifactory. Because it'll translate directly to steps they can reuse in their own site. One other alternative is https://packagecloud.io/ (now owned by Buildkite 😉). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's discuss options for supporting installs from an alternate location. This is useful when a z/OS system is airgapped and does not have access to Github.
Considerations:
It could be configured similar to the apt-mirror tool https://www.howtoforge.com/local_debian_ubuntu_mirror or dnf: https://trivialfis.github.io/linux/2017/02/11/Create-a-local-mirror-with-dnf.html
Beta Was this translation helpful? Give feedback.
All reactions