1
0
mirror of https://github.com/bitwarden/server synced 2026-01-08 03:23:20 +00:00

K8s Proxy CI Build (#1233)

* adding the new k8s-proxy container to the server build

* updating the file path fore the new dockerfile
This commit is contained in:
Joseph Flinn
2021-03-23 11:19:01 -07:00
committed by GitHub
parent 07f37d1f74
commit 7bb26a7203
6 changed files with 90 additions and 0 deletions

View File

@@ -8,3 +8,9 @@ echo -e "\n## Building Nginx"
echo -e "\nBuilding docker image"
docker --version
docker build -t bitwarden/nginx "$DIR/."
echo -e "\n## Building k8s-proxy"
echo -e "\nBuilding docker image"
docker build -f $DIR/Dockerfile-k8s -t bitwarden/k8s-proxy "$DIR/."