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
2a45a40d
Verified
Commit
2a45a40d
authored
9 months ago
by
Benjamin LEGROS
Browse files
Options
Downloads
Patches
Plain Diff
feat: added git inside helm image for CI
parent
d9a65864
No related branches found
No related tags found
No related merge requests found
Pipeline
#98634
failed
3 months ago
Stage: build
Changes
1
Pipelines
29
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
helm/Dockerfile
+1
-1
1 addition, 1 deletion
helm/Dockerfile
with
1 addition
and
1 deletion
helm/Dockerfile
+
1
−
1
View file @
2a45a40d
FROM
debian:bookworm
FROM
debian:bookworm
RUN
apt update
&&
\
RUN
apt update
&&
\
apt
install
-y
curl
apt
install
-y
curl
git
ADD
https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 get_helm.sh
ADD
https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 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