feat(recipes): adding nuo specific recipes

This commit is contained in:
2023-06-27 15:25:30 +02:00
parent d13e17ee10
commit 3e7d5c028b
47 changed files with 1557 additions and 23 deletions

View File

@ -0,0 +1,6 @@
# Configuration file of Harbor
# The IP address or hostname to access admin UI and registry service.
# DO NOT use localhost or 127.0.0.1, because Harbor needs to be accessed by external clients.
hostname: ${Vars.RootlessDocker}

View File

@ -0,0 +1,3 @@
%{ if Vars.RootlessDocker }
docker:231072:65536
%{ endif }