Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CI Docker Image
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
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
Jonas Zohren
CI Docker Image
Commits
576ec99d
Commit
576ec99d
authored
Jun 10, 2023
by
Jonas Zohren
Browse files
Options
Downloads
Patches
Plain Diff
add tailscale
parent
eeb9a1d8
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#169315
passed
Jun 10, 2023
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-3
1 addition, 3 deletions
Dockerfile
with
1 addition
and
3 deletions
Dockerfile
+
1
−
3
View file @
576ec99d
FROM
ghcr.io/ansible/creator-ee:v0.17.0
RUN
mkdir
/app
WORKDIR
/app
# requirements from main ansible repo
RUN
ansible-galaxy collection
install
community.general community.docker community.mysql
ENTRYPOINT
["entrypoint ansible-lint"]
COPY
--from=tailscale/tailscale /usr/local/bin/tailscale /usr/local/bin/tailscaled /usr/local/bin/
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