nlewo / nix2container

An archive-less dockerTools.buildImage implementation
Apache License 2.0
501 stars 45 forks source link

Cannot pass multiple parameters to commands #131

Closed szucsitg closed 4 months ago

szucsitg commented 4 months ago

Since the writeShellApplication was introduced you cannot overload the bash scripts with multiple parameters.

One such issue when you need to pass multiple parameters to skopeo with e.g. copyTo specifying container image repo and tag and passing authentication token for private registry.