mirror of
https://github.com/coredns/coredns.git
synced 2026-04-15 08:25:35 -04: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 .
|