mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Docker id changed to evernode (#391)
This commit is contained in:
committed by
GitHub
parent
bfc38a3c70
commit
5380b7f022
@@ -1,6 +1,6 @@
|
||||
# HotPocket (Ubuntu 20.04) + NodeJs
|
||||
|
||||
FROM evernodedev/hotpocket:%ver%-ubt.20.04
|
||||
FROM evernode/hotpocket:%ver%-ubt.20.04
|
||||
|
||||
# Copy the node binary from build context to the container image.
|
||||
COPY node /usr/bin/
|
||||
@@ -2,7 +2,7 @@
|
||||
# Builds all the HotPocket docker images.
|
||||
|
||||
hpcoredir=$(realpath ../..)
|
||||
img=evernodedev/hotpocket
|
||||
img=evernode/hotpocket
|
||||
basefile="Dockerfile.ubt.20.04"
|
||||
njsfile="Dockerfile.ubt.20.04-njs"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Pushes all the HotPocket images into docker hub.
|
||||
|
||||
img=evernodedev/hotpocket
|
||||
img=evernode/hotpocket
|
||||
|
||||
docker image push --all-tags $img
|
||||
Reference in New Issue
Block a user