mirror of
https://git.netzspielplatz.de/docker-multiarch/prosody.git
synced 2025-11-08 21:59:28 +00:00
Initial commit
This commit is contained in:
commit
c36fc42e9c
6 changed files with 389 additions and 0 deletions
9
hooks/build
Normal file
9
hooks/build
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Custom build for Docker Hub
|
||||
# see: https://medium.com/microscaling-systems/labelling-automated-builds-on-docker-hub-f3d073fb8e1
|
||||
|
||||
docker build --build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
|
||||
--build-arg VCS_REF=$GIT_SHA1 \
|
||||
--build-arg VERSION=$DOCKER_TAG \
|
||||
--tag $IMAGE_NAME .
|
||||
Loading…
Add table
Add a link
Reference in a new issue