adobe / rules_gitops

This repository contains rules for continuous, GitOps driven Kubernetes deployments.
Apache License 2.0
172 stars 43 forks source link

rules_oci support #146

Open DolceTriade opened 1 year ago

DolceTriade commented 1 year ago

Description of the problem / feature request:

support rules_oci images substituting images into a k8s_deploy.

Feature requests: what underlying problem are you trying to solve with this feature?

rules_docker is deprecated and in minimal maintenance mode. rules_oci appears to be its successor. It would be great if we could support rules_oci.

While rules_oci is the successor to rules_docker, it's not a drop in replacement, so it will be a non-trivial and breaking change.

It's unclear whether a fork is the right answer in the short term until all the users of rules_gitops move away from rules_docker and move to rules_oci.

Let me know if this is something people are thinking about.

michaelschiff commented 1 year ago

Hi @DolceTriade ! This is definitely something we are thinking about -- we've started https://github.com/fasterci/rules_gitops
as the successor to the current iteration of rules_gitops and are planning support for rules_oci there (https://github.com/fasterci/rules_gitops/pull/1). Contributions are welcome so please join us there if you want to participate

DolceTriade commented 1 year ago

Great, will do!