mirror of
https://github.com/coredns/coredns.git
synced 2025-11-10 14:02:16 -05:00
4 lines
90 B
Plaintext
4 lines
90 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
set -x
|
||
|
|
docker build --build-arg COREDNS_VERSION=$SOURCE_BRANCH -t $IMAGE_NAME .
|