https://github.com/converged-computing/oras-operator
Artifact caching using OCI Registry as Storage (ORAS) for workflows or experiments (under development)
https://github.com/converged-computing/oras-operator
artifacts kubernetes kubernetes-operator oci-registry-as-storage operator oras workflow-cache
Last synced: 5 months ago
JSON representation
Artifact caching using OCI Registry as Storage (ORAS) for workflows or experiments (under development)
- Host: GitHub
- URL: https://github.com/converged-computing/oras-operator
- Owner: converged-computing
- License: mit
- Created: 2023-10-26T22:39:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T20:34:27.000Z (over 2 years ago)
- Last Synced: 2025-09-10T05:36:51.471Z (9 months ago)
- Topics: artifacts, kubernetes, kubernetes-operator, oci-registry-as-storage, operator, oras, workflow-cache
- Language: Go
- Homepage: https://converged-computing.github.io/oras-operator/
- Size: 5.68 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# oras-operator
Deploy an ORAS registry (cache for workflow or experiment artifacts) as a service.

- Read our 🌟️ [Documentation](https://converged-computing.github.io/oras-operator) 🌟️ to get started.
## TODO:
- watch job (and then edit template) instead of pod (or make a variable, better?)
- test with a simple dag (maybe snakemake kueue executor)
- multiple pods for registry and using secret / shared storage use case
## License
HPCIC DevTools is distributed under the terms of the MIT license.
All new contributions must be made under this license.
See [LICENSE](https://github.com/converged-computing/cloud-select/blob/main/LICENSE),
[COPYRIGHT](https://github.com/converged-computing/cloud-select/blob/main/COPYRIGHT), and
[NOTICE](https://github.com/converged-computing/cloud-select/blob/main/NOTICE) for details.
SPDX-License-Identifier: (MIT)
LLNL-CODE- 842614