Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gitlab-runners
node-aws-runner
Commits
e4851362
Commit
e4851362
authored
Jan 29, 2022
by
Marcus Thelin
Browse files
Docker cli in default image
parent
dce8cc9d
Pipeline
#14605
passed with stage
in 5 minutes and 1 second
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker-executor/default-image/Dockerfile
View file @
e4851362
...
...
@@ -14,4 +14,7 @@ RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -
RUN
chmod
+x ./kubectl
RUN
mv
./kubectl /usr/bin/kubectl
# Install docker cli
RUN
curl
-sSL
https://get.docker.com/ | sh
WORKDIR
/app
\ No newline at end of file
docker-executor/default-image/version.txt
View file @
e4851362
0.0.1
\ No newline at end of file
0.0.2
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment