Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PROJECT_NAME="airstack"
# auto-generated from git commit hash
DOCKER_IMAGE_TAG="0.14.4-alpha.2"
# Can replace with your docker hub username
PROJECT_DOCKER_REGISTRY="airlab-storage.andrew.cmu.edu:442/airstack"
PROJECT_DOCKER_REGISTRY="airlab-docker.andrew.cmu.edu/airstack"
# ============================================

# ================= Common ===================
Expand Down
4 changes: 2 additions & 2 deletions docs/development/airstack-cli/docker_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ To use the AirLab docker registry:

```bash
cd AirStack/
docker login airlab-storage.andrew.cmu.edu:442
docker login airlab-docker.andrew.cmu.edu
## <Enter your andrew id (without @andrew.cmu.edu)>
## <Enter your andrew password>

## Pull the images in the docker compose file
docker compose pull
```

The available image tags are listed [here](https://airlab-storage.andrew.cmu.edu:442/v2/airstack/airstack/tags/list).
The available image tags are listed [here](https://airlab-docker.andrew.cmu.edu/harbor/projects/2/repositories/airstack/artifacts-tab).

## Build Images From Scratch

Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To use the AirLab Docker registry do the following

```bash
cd AirStack/
docker login airlab-storage.andrew.cmu.edu:442
docker login airlab-docker.andrew.cmu.edu
## <Enter your andrew id (without @andrew.cmu.edu)>
## <Enter your andrew password>

Expand Down