Skip to content

Commit fad3b91

Browse files
committed
switch docker docs to github package registry
1 parent 20ee75e commit fad3b91

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# SCRIMMAGE Multi-Agent Simulator
22

3-
[![Build Status](https://travis-ci.org/gtri/scrimmage.png?branch=master)](https://travis-ci.org/gtri/scrimmage)
3+
[![CI](https://github.com/gtri/scrimmage/actions/workflows/ubuntu-24.04.yml/badge.svg)](https://github.com/gtri/scrimmage/actions/workflows/ubuntu-24.04.yml)
44
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/gtri/scrimmage/issues)
5-
[![Docker Pulls](https://img.shields.io/docker/pulls/syllogismrxs/scrimmage.svg?maxAge=2592000)](https://hub.docker.com/r/syllogismrxs/scrimmage)
6-
[![Join the chat at https://gitter.im/gtri-scrimmage/community](https://badges.gitter.im/gtri-scrimmage/community.svg)](https://gitter.im/gtri-scrimmage/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5+
[![Docker Pulls](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fghcr-badge.elias.eu.org%2Fapi%2Fgtri%2Fscrimmage%2Fscrimmage-24.04&query=downloadCount&label=Docker%20Pulls)](ghcr.io/gtri/scrimmage-24.04:latest)
76

87
![SCRIMMAGE Logo](./docs/source/images/scrimmage_vert_black_clean_medium.png)
98

@@ -222,15 +221,15 @@ The SCRIMMAGE docker image is pushed to a public repository after a successful
222221
build on Travis. If docker is installed on your machine, you can obtain the
223222
SCRIMMAGE docker image by running the following command:
224223

225-
docker pull syllogismrxs/scrimmage:latest
224+
docker pull ghcr.io/gtri/scrimmage-24.04:latest
226225

227226
You can pass mission files from your host machine to the `scrimmage` executable
228227
inside of the docker container with the following command:
229228

230229
cd /path/to/scrimmage/missions
231230
docker run --name my-scrimmage \
232231
-v ${PWD}/straight_jsbsim.xml:/straight_jsbsim.xml \
233-
syllogismrxs/scrimmage:latest /straight_jsbsim.xml
232+
ghcr.io/gtri/scrimmage-24.04:latest /straight_jsbsim.xml
234233

235234
The previous command mounts the `straight_jsbsim.xml` mission file on your host
236235
machine into the scrimmage container and then the `/straight_jsbsim.xml`
@@ -246,7 +245,7 @@ log files from the docker container:
246245
If you need to drop into a shell inside of the scrimmage container, you will
247246
need to overwrite the docker image's ENTRYPOINT.
248247

249-
docker run -it --entrypoint="/bin/bash" syllogismrxs/scrimmage:latest
248+
docker run -it --entrypoint="/bin/bash" ghcr.io/gtri/scrimmage-24.04:latest
250249

251250
Once inside of the container, you will need to source the `setup.bash` file
252251
manually before running a mission.

0 commit comments

Comments
 (0)