Skip to content

Commit 8e2febb

Browse files
committed
Update docker registry url
1 parent 2ecc4a0 commit 8e2febb

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PROJECT_NAME="airstack"
1212
# auto-generated from git commit hash
1313
DOCKER_IMAGE_TAG="0.14.2"
1414
# Can replace with your docker hub username
15-
PROJECT_DOCKER_REGISTRY="airlab-storage.andrew.cmu.edu:5001/shared"
15+
PROJECT_DOCKER_REGISTRY="airlab-storage.andrew.cmu.edu:442/airstack"
1616
# ============================================
1717

1818
# ================= Common ===================

docs/development/airstack-cli/docker_usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ To use the AirLab docker registry:
2323

2424
```bash
2525
cd AirStack/
26-
docker login airlab-storage.andrew.cmu.edu:5001
26+
docker login airlab-storage.andrew.cmu.edu:442
2727
## <Enter your andrew id (without @andrew.cmu.edu)>
2828
## <Enter your andrew password>
2929

3030
## Pull the images in the docker compose file
3131
docker compose pull
3232
```
3333

34-
The available image tags are listed [here](https://airlab-storage.andrew.cmu.edu:5001/v2/shared/airstack/tags/list).
34+
The available image tags are listed [here](https://airlab-storage.andrew.cmu.edu:442/v2/airstack/airstack/tags/list).
3535

3636
## Build Images From Scratch
3737

docs/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ cd AirStack
3939

4040
Now you have two options on how to proceed. You can build the docker image from scratch or pull the existing image on the airlab docker registry. Building the image from scratch can be useful if you would like to add new dependencies or add new custom functionality. For most users just pulling the existing image will be more conveninent and fast since it doesn't require access to the Nvidia registry.
4141

42-
<details open> <summary>Option 1: Pull From the Airlab Registry (Preferred)</summary>
42+
<details open> <summary>Option 1: Pull From the Airlab Docker Registry (Preferred)</summary>
4343
To use the AirLab Docker registry do the following
4444

4545
```bash
4646
cd AirStack/
47-
docker login airlab-storage.andrew.cmu.edu:5001
47+
docker login airlab-storage.andrew.cmu.edu:442
4848
## <Enter your andrew id (without @andrew.cmu.edu)>
4949
## <Enter your andrew password>
5050

gcs/docker/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PROJECT_NAME="airstack"
22
PROJECT_VERSION="0.12.0"
3-
PROJECT_DOCKER_REGISTRY="airlab-storage.andrew.cmu.edu:5001/shared"
3+
PROJECT_DOCKER_REGISTRY="airlab-storage.andrew.cmu.edu:442/airstack"
44

55
# ROS --------------------------------------------------------
66
ROS_WS_DIR=/home/gcs/ros_ws

0 commit comments

Comments
 (0)