Initial commit
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
11
5g-uulm-network-monitoring/docker-push-rtt.sh
Executable file
11
5g-uulm-network-monitoring/docker-push-rtt.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
# docker tag SOURCE_IMAGE[:TAG] 192.168.100.2:5000/uulm/<COMPONENT_NAME>:<VERSION>
|
||||
# docker push 192.168.100.2:5000/uulm/<COMPONENT_NAME>:<VERSION>
|
||||
|
||||
PNM_VERSION=v1.3.0
|
||||
LOCAL_CL_IMAGE=videoprobe-rtt
|
||||
REMOTE_CL_IMAGE=uc6nmclirtt
|
||||
docker build -f ./docker/nmcli_rtt.Dockerfile -t $LOCAL_CL_IMAGE .
|
||||
docker tag $LOCAL_CL_IMAGE:latest 192.168.100.2:5000/uulm/$REMOTE_CL_IMAGE:$PNM_VERSION
|
||||
docker push 192.168.100.2:5000/uulm/$REMOTE_CL_IMAGE:$PNM_VERSION
|
||||
Reference in New Issue
Block a user