Skip to content

Commit

Permalink
Merge pull request #14 from openinfradev/render
Browse files Browse the repository at this point in the history
new render
  • Loading branch information
intelliguy authored Sep 10, 2024
2 parents dbf6f03 + d2b0f9c commit aee8863
Show file tree
Hide file tree
Showing 9 changed files with 564 additions and 367 deletions.
41 changes: 0 additions & 41 deletions Dockerfile

This file was deleted.

8 changes: 8 additions & 0 deletions docker-build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
set -ex

VER=v3.0.0
IMG=harbor.taco-cat.xyz/tks/decapod-render:${VER}

docker build . -f package/Dockerfile --network host --tag ${IMG}
# docker build ./package --network host --tag $IMG
sudo docker push $IMG
Loading

0 comments on commit aee8863

Please sign in to comment.