Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 8f7d7d4

Browse files
Add a build helper for Timescale Docker
1 parent ebb4224 commit 8f7d7d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-docker-timescale.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
docker build --no-cache --build-arg GIT_TIME=`git show -s --format=%cI HEAD` --build-arg GIT_HASH=`git show -s --format=%H HEAD` -t cybertec/pgwatch2-timescale:latest -f docker/Dockerfile-timescale .

0 commit comments

Comments
 (0)