Added UDP visa less branches

This commit is contained in:
Dulana Peiris
2025-04-29 16:12:17 +05:30
parent be0039d2b3
commit 4a39f34af8
4 changed files with 6 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM evernode/hotpocket:0.6.4-ubt.20.04
FROM evernode/hotpocket:test-ubt.20.04
RUN apt-get update \
&& apt-get install --no-install-recommends -y unzip jq \

View File

@@ -1,4 +1,4 @@
FROM evernode/hotpocket:0.6.4-ubt.20.04-njs.20
FROM evernode/hotpocket:test-ubt.20.04-njs.20
RUN apt-get update \
&& apt-get install --no-install-recommends -y unzip jq \

View File

@@ -2,5 +2,5 @@
img=evernode/sashimono
docker build -t $img:hp.latest-ubt.20.04 -t $img:hp.0.6.4-ubt.20.04 -f ./Dockerfile.ubt.20.04 .
docker build -t $img:hp.latest-ubt.20.04-njs.20 -t $img:hp.0.6.4-ubt.20.04-njs.20 -f ./Dockerfile.ubt.20.04-njs .
docker build -t $img:hp.test-ubt.20.04 -f ./Dockerfile.ubt.20.04 .
docker build -t $img:hp.test-ubt.20.04-njs.20 -f ./Dockerfile.ubt.20.04-njs .

View File

@@ -2,4 +2,5 @@
img=evernode/sashimono
docker image push --all-tags $img
docker image push "$img:hp.test-ubt.20.04"
docker image push "$img:hp.test-ubt.20.04-njs.20"