Impossible to reuse DockerfileBuildx scripts for local system
We would like to have access to certain tools & utilities without docker container?
- Because using docker container introduce additional step and for regular-cases we would like to avoid it
- Security issues to run that docker container with docker access
- Security issues during usage, e.g. creating file as root will not be possible to user for current system
- IDE provides support
- Convert existing Dockerfile to sh scripts https://github.com/thatkevin/dockerfile-to-shell-script https://linux.die.net/man/1/envsubst
- Re-write Dockerfile to sh scripts
- Docker export
- Local system may want to export to different directory, e.g. to user-folder
- Different architecture