Open3

aqua設定メモ

佐藤 匡剛佐藤 匡剛

Red Hat Integration Camel K CLIを使う

local-registry.yaml
packages:
  - type: http
    repo_owner: redhat
    repo_name: camel-k
    url: https://mirror.openshift.com/pub/openshift-v4/clients/camel-k/{{.Version}}/camel-k-client-{{.Version}}-{{.OS}}-{{.Arch}}.tar.gz
    link: https://mirror.openshift.com/pub/openshift-v4/clients/camel-k/
    description: CLI for Red Hat Integration - Camel K. The `kamel` binary can be used to both configure the cluster and run integrations. Once you have downloaded the `kamel` binary, log into the cluster using the `oc` client tool and start using the `kamel` CLI.
    supported_if: GOOS == "darwin" or GOARCH == "amd64"
    files:
      - name: kamel
    replacements:
      amd64: 64bit
      arm64: arm64bit
      darwin: mac
aqua g -i local,redhat/camel-k
aqua.yaml
registries:
- type: standard
  ref: v2.28.0 # renovate: depName=aquaproj/aqua-registry
- name: local
  type: local
  path: /home/tasato/.aqua-registry.yaml
packages:
- name: redhat/camel-k
  registry: local
  version: 1.6.7
$ kamel version 
Camel K Client Red Hat 1.6.7