Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Build Executor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Eclipse Projects
xfsc
Dev Ops
Components
Build Executor
Commits
cf8af8c3
Commit
cf8af8c3
authored
1 year ago
by
Steffen Schulze
Browse files
Options
Downloads
Patches
Plain Diff
Update Dockerfile
parent
57387178
No related branches found
No related tags found
No related merge requests found
Pipeline
#38199
failed
1 year ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
deployment/docker/Dockerfile
+9
-0
9 additions, 0 deletions
deployment/docker/Dockerfile
with
9 additions
and
0 deletions
deployment/docker/Dockerfile
+
9
−
0
View file @
cf8af8c3
FROM
gcr.io/kaniko-project/executor:debug
AS
kaniko
FROM
alpine:3.14.2
FROM
python:3.11-alpine
RUN
apk update
RUN
apk add bash
...
...
@@ -8,3 +10,10 @@ RUN apk add maven
RUN
curl
-fsSL
-o
get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
&&
\
chmod
+x get_helm.sh
&&
\
./get_helm.sh
COPY
--from=kaniko /kaniko/ /kaniko/
ENV
PATH $PATH:/usr/local/bin:/kaniko
ENV
DOCKER_CONFIG /kaniko/.docker/
ENV
DOCKER_CREDENTIAL_GCR_CONFIG /kaniko/.config/gcloud/docker_credential_gcr_config.json
ENV
SSL_CERT_DIR /kaniko/ssl/certs
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