Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gitlab CI Job Docker Image Retag
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tools
Docker
Gitlab CI Job Docker Image Retag
Commits
f50b5b1a
Commit
f50b5b1a
authored
1 year ago
by
Dmitriy Safronov
Browse files
Options
Downloads
Plain Diff
Merge branch 'zimniy-main-patch-86573' into 'main'
Update Dockerfile See merge request
!12
parents
c76cad65
24adf6ee
Branches
main
No related tags found
1 merge request
!12
Update Dockerfile
Pipeline
#62675
failed
21 hours ago
Stage: build
Changes
1
Pipelines
396
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+7
-1
7 additions, 1 deletion
Dockerfile
with
7 additions
and
1 deletion
Dockerfile
+
7
−
1
View file @
f50b5b1a
ARG
DOCKER_REGISTRY=registry.cyberbrain.pw
ARG
DOCKER_REGISTRY=registry.cyberbrain.pw
FROM
$DOCKER_REGISTRY/tools/docker/curl/main:latest
ARG
CURL_IMAGE=tools/docker/curl/main
ARG
CURL_TAG=latest
FROM
$DOCKER_REGISTRY/$CURL_IMAGE:$CURL_TAG
AS
runtime
USER
root
USER
root
...
@@ -12,3 +16,5 @@ RUN set -ex && \
...
@@ -12,3 +16,5 @@ RUN set -ex && \
COPY
"entrypoint.sh" "/entrypoint.sh"
COPY
"entrypoint.sh" "/entrypoint.sh"
USER
curl_user
USER
curl_user
FROM
runtime
AS
release
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