* Adds COPY --from=previous stage name/number validation This fixes an issue in which COPY --from=previous-stage-name would try to download docker image previous-stage-name instead of checking that previous-stage-name could be a named stage. * Fix linting issues goimports is implemented as 'gofmt + extras', so this should fix import warnings as well. * Fix linting issues Fixes linting issues introduced in the merge * Fix linting issues. |
||
|---|---|---|
| .. | ||
| build.go | ||
| build_test.go | ||
| composite_cache.go | ||
| push.go | ||