mirror of
https://github.com/garethflowers/docker-mediawiki-ldap.git
synced 2025-04-19 08:55:13 +00:00
chore(docker): adds labels
This commit is contained in:
parent
cc4c18f534
commit
ce7b2108bd
8
hooks/build
Normal file
8
hooks/build
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker build \
|
||||
--build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
|
||||
--build-arg VCS_REF=`git rev-parse --short HEAD` \
|
||||
--file $DOCKERFILE_PATH \
|
||||
--tag $IMAGE_NAME \
|
||||
.
|
Loading…
x
Reference in New Issue
Block a user