Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
inkluster-dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
38893c06
authored
2025-01-20 15:51:50 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
s/as/AS/ in FROM lines.
1 parent
c1015ddc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
Dockerfile
Dockerfile
View file @
38893c0
...
...
@@ -60,7 +60,7 @@ RUN true && set -x && \
&&
\
true
FROM
host-base-tools
as
host-build-tools
FROM
host-base-tools
AS
host-build-tools
COPY --from=helm-remote /srv/helm-linux-amd64.tar.gz /srv/helm-linux-amd64.tar.gz
COPY --from=helm-diff-remote /srv/helm-diff-linux-amd64.tgz /srv/helm-diff-linux-amd64.tgz
COPY --from=helm-git-remote /srv/helm-git.tar.gz /srv/helm-git.tar.gz
...
...
@@ -103,7 +103,7 @@ RUN true && set -x && \
mkdir .ssh
&&
chmod 700 .ssh
&&
\
true
FROM
host-base-tools
as
final-output
FROM
host-base-tools
AS
final-output
COPY --from=host-build-tools /home/tool/ /home/tool/
COPY --from=host-build-tools /usr/local/bin/ /usr/local/bin/
COPY --from=host-build-tools /usr/local/sbin/ /usr/local/sbin/
...
...
Please
register
or
sign in
to post a comment