Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
proxy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
school
proxy
Commits
d9a65864
Verified
Commit
d9a65864
authored
9 months ago
by
Benjamin LEGROS
Browse files
Options
Downloads
Patches
Plain Diff
fix: helm docker image build
parent
f806b448
No related branches found
No related tags found
No related merge requests found
Pipeline
#83547
passed
9 months ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
helm/Dockerfile
+4
-5
4 additions, 5 deletions
helm/Dockerfile
with
4 additions
and
5 deletions
helm/Dockerfile
+
4
−
5
View file @
d9a65864
...
@@ -3,9 +3,8 @@ FROM debian:bookworm
...
@@ -3,9 +3,8 @@ FROM debian:bookworm
RUN
apt update
&&
\
RUN
apt update
&&
\
apt
install
-y
curl
apt
install
-y
curl
RUN
curl https://baltocdn.com/helm/signing.asc | gpg
--dearmor
|
tee
/usr/share/keyrings/helm.gpg
>
/dev/null
ADD
https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 get_helm.sh
RUN
apt
install
-y
apt-transport-https
RUN
echo
"deb [arch=
$(
dpkg
--print-architecture
)
signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main"
|
tee
/etc/apt/sources.list.d/helm-stable-debian.list
RUN
apt update
&&
\
RUN
chmod
700 get_helm.sh
apt
install
-y
helm
RUN
./get_helm.sh
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment