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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tools
Docker
Ansible
Merge requests
!36
FROM runtime AS release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
FROM runtime AS release
release
into
main
Overview
0
Commits
2
Pipelines
4
Changes
1
Merged
FROM runtime AS release
Dmitriy Safronov
requested to merge
release
into
main
Feb 19, 2024
Overview
0
Commits
2
Pipelines
4
Changes
1
Signed-off-by: Dmitriy Safronov
zimniy@cyberbrain.pw
0
0
Merge request reports
Compare
main
version 1
751423d6
Feb 19, 2024
main (base)
and
latest version
latest version
32efcb18
2 commits,
Feb 25, 2024
version 1
751423d6
1 commit,
Feb 19, 2024
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Dockerfile
+
0
−
1
View file @ 32efcb18
Edit in single-file editor
Open in Web IDE
Show full file
@@ -25,4 +25,3 @@ COPY --from=builder /opt/ansible /opt/ansible
CMD
[ "ansible", "--version" ]
FROM
runtime
AS
release
Loading