RE: #683, we should not use `filepath.Join()` to locate embedded dockerfiles, since `embed.FS` uses unix-style path separators on all platrforms. Instead, construct the path manually. See: github.com/golang/go/issues/45230