s/as/AS/ in FROM lines.
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -60,7 +60,7 @@ RUN true && set -x && \ | ... | @@ -60,7 +60,7 @@ RUN true && set -x && \ |
60 | && \ | 60 | && \ |
61 | true | 61 | true |
62 | 62 | ||
63 | FROM host-base-tools as host-build-tools | 63 | FROM host-base-tools AS host-build-tools |
64 | COPY --from=helm-remote /srv/helm-linux-amd64.tar.gz /srv/helm-linux-amd64.tar.gz | 64 | COPY --from=helm-remote /srv/helm-linux-amd64.tar.gz /srv/helm-linux-amd64.tar.gz |
65 | COPY --from=helm-diff-remote /srv/helm-diff-linux-amd64.tgz /srv/helm-diff-linux-amd64.tgz | 65 | COPY --from=helm-diff-remote /srv/helm-diff-linux-amd64.tgz /srv/helm-diff-linux-amd64.tgz |
66 | COPY --from=helm-git-remote /srv/helm-git.tar.gz /srv/helm-git.tar.gz | 66 | COPY --from=helm-git-remote /srv/helm-git.tar.gz /srv/helm-git.tar.gz |
... | @@ -103,7 +103,7 @@ RUN true && set -x && \ | ... | @@ -103,7 +103,7 @@ RUN true && set -x && \ |
103 | mkdir .ssh && chmod 700 .ssh && \ | 103 | mkdir .ssh && chmod 700 .ssh && \ |
104 | true | 104 | true |
105 | 105 | ||
106 | FROM host-base-tools as final-output | 106 | FROM host-base-tools AS final-output |
107 | COPY --from=host-build-tools /home/tool/ /home/tool/ | 107 | COPY --from=host-build-tools /home/tool/ /home/tool/ |
108 | COPY --from=host-build-tools /usr/local/bin/ /usr/local/bin/ | 108 | COPY --from=host-build-tools /usr/local/bin/ /usr/local/bin/ |
109 | COPY --from=host-build-tools /usr/local/sbin/ /usr/local/sbin/ | 109 | COPY --from=host-build-tools /usr/local/sbin/ /usr/local/sbin/ | ... | ... |
-
Please register or sign in to post a comment