Skip to content

Commit

Permalink
Fixed Docker and Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
g0dsCookie committed Feb 18, 2019
1 parent 34c4d6b commit b96b0f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ ARG MAINTAINER="g0dscookie@cookieprojects.de"
ARG DESCRIPTION="Simple HTTP ldap auth daemon"

ARG VERSION
ARG BUILD
ARG BUILD_DATE

LABEL maintainer="${MAINTAINER}" \
version="${VERSION}" \
build="${BUILD}" \
buildDate="${BUILD_DATE}" \
description="${DESCRIPTION}"

RUN set -eu \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATCH ?= 1

TAG = g0dscookie/ldapauthd
TAGLIST = -t ${TAG}:${MAJOR} -t ${TAG}:${MAJOR}.${MINOR} -t ${TAG}:${MAJOR}.${MINOR}.${PATCH}
BUILDARGS = --build-arg MAJOR=${MAJOR} --build-arg MINOR=${MINOR} --build-arg PATCH=${PATCH}
BUILDARGS = --build-arg VERSION=${MAJOR}.${MINOR}.${PATCH}

.PHONY: nothing
nothing:
Expand Down

0 comments on commit b96b0f2

Please sign in to comment.