kobiton / docs

The content for Kobiton Docs.
https://docs.kobiton.com
3 stars 1 forks source link

Fix missing entrypoint when upgrade dagger #257

Closed luanmtruong closed 2 weeks ago

luanmtruong commented 2 weeks ago

When upgrading to Dagger 0.13.0 from version 0.11.x, there was a breaking change where Dagger removed the default entrypoint. As a result, we now have to explicitly add an entrypoint to the command we want to run (e.g., aws s3 sync).

Signed-off-by: luanmtruong luanmtruong@kobiton.com