DMTF/Redfish-Mockup-Creator

Build a container from GitHub command points to wrong branch (master instead of main)

Closed this issue · 0 comments

hi,

in the README the command after "Build a container from GitHub:" says

docker build -t dmtf/redfish-mockup-creator:latest https://github.com/DMTF/Redfish-Mockup-Creator.git

which defaults to the master branch, but the repo has a main branch, the right command should probably be:

docker build -t dmtf/redfish-mockup-creator:latest "https://github.com/DMTF/Redfish-Mockup-Creator.git#main"