cnabio / cnab-go

A Go implementation of CNAB Core 1.0
MIT License
69 stars 35 forks source link

Unused docker driver config options #267

Closed HadrienPatte closed 3 years ago

HadrienPatte commented 3 years ago

Currently docker driver config options VERBOSE and OUTPUTS_MOUNT_PATH exist but are not used anywhere. We should either use them or remove them if they are not relevant anymore.

carolynvs commented 3 years ago

OUTPUTS_MOUNT_PATH isn't used anymore now that we copy /cnab/app/outputs out of the container, instead of assuming that outputs are in a mounted volume.

VERBOSE wasn't ever used. 😂

If anyone wants to remove them, that would be great!