zarf icon indicating copy to clipboard operation
zarf copied to clipboard

Flux OCIRepo Support in Zarf

Open cmwylie19 opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe.

Zarf to be able to create packages that include Flux's OCIRepo

---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository
metadata:
  name: podinfo
  namespace: default
spec:
  interval: 5m0s
  url: oci://ghcr.io/stefanprodan/manifests/podinfo
  ref:
    tag: latest

Describe the solution you'd like

  • Given an OCIRepo is listed as a manifest
  • When the zarf package with an OCIRepo is deployed
  • Then the OCI manifests/images are transferred to Zarf's internal image registry for the airgap

Describe alternatives you've considered

Additional context

Relates to #1974

cmwylie19 avatar Sep 20 '23 16:09 cmwylie19

Finishing this will require takeover of https://github.com/defenseunicorns/zarf/pull/2005

Noxsios avatar Mar 07 '24 06:03 Noxsios

Hi, any plan ?

koolay avatar Mar 11 '24 02:03 koolay

Implemented by #2005

AustinAbro321 avatar Jul 02 '24 17:07 AustinAbro321