mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-07-29 18:10:36 +00:00
Added UDP visa less branches
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 .
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user