intel / Edge-Software-Provisioner

BSD 3-Clause "New" or "Revised" License
42 stars 31 forks source link

fix #13 #19

Closed inteltiger closed 2 years ago

inteltiger commented 2 years ago

@brod-intel

dvintel commented 2 years ago

@inteltiger , why are you removing the
local entrypoint="--entrypoint=\"${

from the else statement on line 258?

brod-intel commented 2 years ago

I am wondering the same question from @dvintel

inteltiger commented 2 years ago

it is because --entrypoint is appened in processBuild function already: https://github.com/intel/Edge-Software-Provisioner/blob/master/scripts/fileutils.sh#L438

if we don't remove it here, it will end up with wrong: docker run ... --entrypoint=--entrypoint=abcd