Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dfinit support docker runtime #335

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions charts/dragonfly/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 4 additions & 0 deletions charts/dragonfly/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading