forked from kubevirt/containerized-data-importer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated dependencies Signed-off-by: Tomasz Baranski <[email protected]> * Replace skopeo with containers API. This commit removes dependence on skopeo (binary) and uses containers API. By doing that we're able to opimize the use of storage (scratch) space, storage I/O and download bandwith. Signed-off-by: Tomasz Baranski <[email protected]> * Fixing rebase - dependencies kerfuffle. Signed-off-by: Tomasz Baranski <[email protected]> * Handling docker-format images as well as OCI. Signed-off-by: Tomasz Baranski <[email protected]> * Fix for missing code-generator module. Signed-off-by: Tomasz Baranski <[email protected]> * Remove regex, image file in registry images are matched by a path prefix. Signed-off-by: Tomasz Baranski <[email protected]> * Added nginx proxy in front of docker registry for a rate-limited access. Signed-off-by: Tomasz Baranski <[email protected]>
- Loading branch information
Showing
1,615 changed files
with
206,113 additions
and
927 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,3 +110,6 @@ spec: | |
- name: tls | ||
port: 443 | ||
targetPort: 443 | ||
- name: rate-limit-registry-proxy | ||
port: 83 | ||
targetPort: 83 |
This file contains 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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.