refactor: updated references

This commit is contained in:
David Allen 2024-12-11 10:57:42 -07:00 committed by David Allen
parent d190f66705
commit b5d85b61bb
Signed by: towk
GPG key ID: 0430CDBE22619155
5 changed files with 40 additions and 42 deletions

View file

@ -6,7 +6,7 @@ volumes:
services:
emulator:
image: ghcr.io/openchami/csm-rie:latest
image: davidallendj-rie:latest
container_name: rf-emulator
environment:
BMC_PORT: 5000

View file

@ -8,5 +8,5 @@ if [ ! -d ${script_dir}/rf-emulator ]; then
fi
# build docker image and run with docker compose
docker build -t openchami-rie:latest -f ${script_dir}/Dockerfile ${script_dir}/rf-emulator
docker build -t davidallendj-rie:latest -f ${script_dir}/Dockerfile ${script_dir}/rf-emulator
docker compose -f ${script_dir}/rf-emulator.yml up