This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
go-monero/.images.yaml
Ciro S. Costa aefba5ec1e add container image
when running monero in a kubernetes cluster, it's quite useful to be
able to quickly bring up via a job or any other runner `monero demon *`
commands.

Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-08-03 17:50:12 -04:00

14 lines
204 B
YAML

---
apiVersion: kbld.k14s.io/v1alpha1
kind: Config
sources:
- image: go-monero
path: ./
destinations:
- image: go-monero
newImage: docker.io/utxobr/go-monero
---
images:
- image: go-monero