Skip to content
Snippets Groups Projects
Commit 5a15a8ae authored by jurgenhaas's avatar jurgenhaas
Browse files

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
...@@ -2,6 +2,8 @@ ARG ALPINE_VERSION ...@@ -2,6 +2,8 @@ ARG ALPINE_VERSION
FROM alpine:${ALPINE_VERSION} FROM alpine:${ALPINE_VERSION}
ARG VERSION
LABEL com.example.vendor="LakeDrops" \ LABEL com.example.vendor="LakeDrops" \
maintainer="juergen.haas@lakedrops.com" \ maintainer="juergen.haas@lakedrops.com" \
version="${VERSION}" \ version="${VERSION}" \
...@@ -15,9 +17,11 @@ ARG apkArch ...@@ -15,9 +17,11 @@ ARG apkArch
ARG dockerArch ARG dockerArch
ARG DOCKER_CHANNEL=stable ARG DOCKER_CHANNEL=stable
ARG DOCKER_VERSION=19.03.5 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 ARG AHOY_VERSION=2.0.0
ADD usrbin/column /usr/bin/column
RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \
set -eux && \ set -eux && \
\ \
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment