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
!33
New
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
New
new
into
master
Overview
0
Commits
5
Pipelines
4
Changes
1
Merged
Dmitriy Safronov
requested to merge
new
into
master
3 years ago
Overview
0
Commits
5
Pipelines
4
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 1
83f89694
3 years ago
master (base)
and
latest version
latest version
16172a73
5 commits,
3 years ago
version 1
83f89694
4 commits,
3 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Dockerfile
+
1
−
1
Options
FROM
registry.
viju.ru
/tools/docker/alpine:latest
AS
base
FROM
registry.
cyberbrain.pw
/tools/docker/alpine:latest
AS
base
FROM
base
AS
builder
ARG
ANSIBLE_BUILD_DEPENDENCIES="build-base cargo libffi-dev musl-dev openssl-dev python3-dev yaml-dev"
Loading