Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GitLab Drupal CI
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
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker
GitLab Drupal CI
Commits
638ea26f
Commit
638ea26f
authored
6 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
l3d#4
Add acl as a tool to set extended permissions
parent
6e71cc80
No related branches found
No related tags found
No related merge requests found
Pipeline
#6058
passed
6 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
2 additions
and
2 deletions
Dockerfile
+
2
−
2
View file @
638ea26f
...
@@ -2,7 +2,7 @@ FROM alpine:3.8
...
@@ -2,7 +2,7 @@ FROM alpine:3.8
LABEL
com.example.vendor="LakeDrops" \
LABEL
com.example.vendor="LakeDrops" \
maintainer="juergen.haas@lakedrops.com" \
maintainer="juergen.haas@lakedrops.com" \
version="1.5.
0
" \
version="1.5.
1
" \
description="An image for GitLab runner to build and test Drupal projects."
description="An image for GitLab runner to build and test Drupal projects."
ARG
ALPINE_VERSION
ARG
ALPINE_VERSION
...
@@ -41,7 +41,7 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \
...
@@ -41,7 +41,7 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \
echo
"StrictHostKeyChecking no"
>>
/root/.ssh/config
&&
\
echo
"StrictHostKeyChecking no"
>>
/root/.ssh/config
&&
\
\
\
apk update
&&
\
apk update
&&
\
apk add
--no-cache
openssh wget make patch bash fish python git git-lfs unzip
&&
\
apk add
--no-cache
openssh wget make patch bash fish python git git-lfs unzip
acl
&&
\
\
\
wget
-q
https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
-O
/etc/apk/keys/sgerrand.rsa.pub
&&
\
wget
-q
https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
-O
/etc/apk/keys/sgerrand.rsa.pub
&&
\
wget
-q
https://github.com/sgerrand/alpine-pkg-glibc/releases/download/
${
glibc_version
}
/glibc-
${
glibc_version
}
.apk
&&
\
wget
-q
https://github.com/sgerrand/alpine-pkg-glibc/releases/download/
${
glibc_version
}
/glibc-
${
glibc_version
}
.apk
&&
\
...
...
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