From 58703034297a35fd52f7bf983e001135ef8bcf16 Mon Sep 17 00:00:00 2001 From: KennyMcCormick Date: Tue, 26 Nov 2024 21:18:54 +0800 Subject: [PATCH] dfinit support docker runtime (#335) Signed-off-by: cormick --- charts/dragonfly/Chart.yaml | 5 ++--- charts/dragonfly/values.yaml | 4 ++++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/charts/dragonfly/Chart.yaml b/charts/dragonfly/Chart.yaml index 79bc93a3..6998ab36 100644 --- a/charts/dragonfly/Chart.yaml +++ b/charts/dragonfly/Chart.yaml @@ -3,7 +3,7 @@ name: dragonfly description: Dragonfly is an intelligent P2P based image and file distribution system icon: https://raw.githubusercontent.com/dragonflyoss/Dragonfly2/main/docs/images/logo/dragonfly.svg type: application -version: 1.2.23 +version: 1.2.24 appVersion: 2.1.64 keywords: - dragonfly @@ -27,8 +27,7 @@ sources: annotations: artifacthub.io/changes: | - - Update dragonfly version to 2.1.64. - - Update client version to 0.1.118. + - dfinit support docker runtime. artifacthub.io/links: | - name: Chart Source diff --git a/charts/dragonfly/values.yaml b/charts/dragonfly/values.yaml index 6036630f..0751f170 100644 --- a/charts/dragonfly/values.yaml +++ b/charts/dragonfly/values.yaml @@ -1233,6 +1233,10 @@ client: # location: docker.io # - prefix: ghcr.io # location: ghcr.io + # docker: + # # -- configPath is the path of docker configuration file where the proxy addr will be set. + # # Refer to https://docs.docker.com/engine/daemon/proxy/ + # configPath: /etc/docker/daemon.json config: # -- verbose prints log. verbose: true