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
5a15a8ae
Commit
5a15a8ae
authored
5 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
l3d#39
Update to git-extras version 5.1.0 by hard-copying column as a binary
parent
22ffe283
No related branches found
No related tags found
No related merge requests found
Pipeline
#12155
passed
5 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+5
-1
5 additions, 1 deletion
Dockerfile
usrbin/column
+0
-0
0 additions, 0 deletions
usrbin/column
with
5 additions
and
1 deletion
Dockerfile
+
5
−
1
View file @
5a15a8ae
...
...
@@ -2,6 +2,8 @@ ARG ALPINE_VERSION
FROM
alpine:${ALPINE_VERSION}
ARG
VERSION
LABEL
com.example.vendor="LakeDrops" \
maintainer="juergen.haas@lakedrops.com" \
version="${VERSION}" \
...
...
@@ -15,9 +17,11 @@ ARG apkArch
ARG
dockerArch
ARG
DOCKER_CHANNEL=stable
ARG
DOCKER_VERSION=19.03.5
ARG
GIT_EXTRAS_VERSION=
4.7
.0
ARG
GIT_EXTRAS_VERSION=
5.1
.0
ARG
AHOY_VERSION=2.0.0
ADD
usrbin/column /usr/bin/column
RUN
echo
'hosts: files dns'
>
/etc/nsswitch.conf
&&
\
set
-eux
&&
\
\
...
...
This diff is collapsed.
Click to expand it.
usrbin/column
0 → 100755
+
0
−
0
View file @
5a15a8ae
File added
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