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

Add HBM Docker authorization plugin #22

Closed
wants to merge 1 commit into from
Closed
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
16 changes: 16 additions & 0 deletions h/hbm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
hbm:
image: ${REGISTRY_DOMAIN}/burmilla/os-hbm:burmilla.cf3c5c0
labels:
io.rancher.os.scope: system
io.rancher.os.after: network
io.rancher.os.before: docker
pid: host
ipc: host
net: host
uts: host
privileged: true
restart: always
volumes:
- /etc/docker:/etc/docker
- /var/run/docker:/var/run/docker
- /opt/hbm/data:/var/lib/hbm
1 change: 1 addition & 0 deletions index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ services:
- waagent
- docker-compose
- azure-identity
- hbm
engines:
- docker-24.0.9
- docker-25.0.3
Loading