Skip to content

Commit

Permalink
make link linkable
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Jan 23, 2025
1 parent 4a45c7b commit 9e04166
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/docker_image_dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

regional-mom6 uses a docker image in github actions for holding large data. It wasn't directly being used, but for downloading the curvilinear grid for testing, we are using it. This document is a list of helpful commands to work on it.

The link to the image is here:
https://github.com/COSIMA/regional-mom6/pkgs/container/regional-test-env
The link to the image is at:
[https://github.com/COSIMA/regional-mom6/pkgs/container/regional-test-env](https://github.com/COSIMA/regional-mom6/pkgs/container/regional-test-env)

For local development of the image to add data to it for testing, first pull it.
```docker pull ghcr.io/cosima/regional-test-env:updated```
Expand Down Expand Up @@ -31,5 +31,3 @@ docker build -t my-custom-image . # IN THE DIRECTORY WITH THE DOCKERFILE
docker tag my-custom-image ghcr.io/cosima/regional-test-env:<new_tag>
docker push ghcr.io/cosima/regional-test-env:<new_tag>
```


0 comments on commit 9e04166

Please sign in to comment.