A simple experiment.
By creating bash functions for common Dockerfile commands (e.g., RUN, COPY) you can sort of implement docker build as a bash script.
It's sort of like a cheap buildah knockoff.
It creates the image example:build.bash
Please feel free to ask questions or submit improvements.