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
df094113
Commit
df094113
authored
10 months ago
by
Aurélien MOREAU
Browse files
Options
Downloads
Patches
Plain Diff
Update file Dockerfile
parent
b9ed8d59
No related branches found
No related tags found
No related merge requests found
Pipeline
#79967
passed
10 months ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
kaniko/1_23/Dockerfile
+3
-0
3 additions, 0 deletions
kaniko/1_23/Dockerfile
with
3 additions
and
0 deletions
kaniko/1_23/Dockerfile
+
3
−
0
View file @
df094113
...
@@ -18,6 +18,9 @@ ENV PATH $PATH:/usr/local/bin:/kaniko
...
@@ -18,6 +18,9 @@ ENV PATH $PATH:/usr/local/bin:/kaniko
ENV
DOCKER_CONFIG /kaniko/.docker/
ENV
DOCKER_CONFIG /kaniko/.docker/
ENV
DOCKER_CREDENTIAL_GCR_CONFIG /kaniko/.config/gcloud/docker_credential_gcr_config.json
ENV
DOCKER_CREDENTIAL_GCR_CONFIG /kaniko/.config/gcloud/docker_credential_gcr_config.json
RUN
ls
-la
RUN
pwd
RUN
chmod
+x /kaniko/executor
RUN
chmod
+x /kaniko/executor
ENTRYPOINT
["/kaniko/executor"]
ENTRYPOINT
["/kaniko/executor"]
\ No newline at end of file
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