Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ansible
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
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tools
Docker
Ansible
Merge requests
!39
Update Dockerfile
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update Dockerfile
zimniy-main-patch-24573
into
main
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Dmitriy Safronov
requested to merge
zimniy-main-patch-24573
into
main
1 year ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
19bf3841
1 commit,
1 year ago
1 file
+
5
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Dockerfile
+
5
−
1
Options
ARG
DOCKER_REGISTRY=registry.cyberbrain.pw
FROM
$DOCKER_REGISTRY/tools/docker/alpine/main:latest
AS
base
ARG
ALPINE_IMAGE=tools/docker/alpine/main
ARG
ALPINE_TAG=latest
FROM
$DOCKER_REGISTRY/$ALPINE_IMAGE:$ALPINE_TAG
AS
base
FROM
base
AS
builder
ARG
ANSIBLE_BUILD_DEPENDENCIES="build-base cargo libffi-dev musl-dev openssl-dev python3-dev yaml-dev"
Loading