Skip to content

Commit

Permalink
Add HBM Docker authorization plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
olljanat committed Apr 3, 2024
1 parent 56a4f46 commit 66e7d90
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions h/hbm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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
net: host
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

0 comments on commit 66e7d90

Please sign in to comment.