Skip to content

Commit 6956300

Browse files
authored
fix: Fix image registry address (#99)
1 parent 8a53306 commit 6956300

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"image": "ghcr.io/limakzi/jupyter-gap:4.14.0-full",
2+
"image": "ghcr.io/gap-system/jupyter-gap:4.14.0-full",
33
"forwardPorts": [8888]
44
}

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## gap-docker
22

3-
[![docker-build](https://github.com/limakzi/gap-docker/actions/workflows/main.yaml/badge.svg)](https://github.com/limakzi/gap-docker/actions/workflows/main.yaml)
3+
[![docker-build](https://github.com/gap-system/docker/actions/workflows/main.yaml/badge.svg)](https://github.com/gap-system/docker/actions/workflows/main.yaml)
44

55
## Image types
66

@@ -20,19 +20,19 @@
2020
* Run a container:
2121

2222
```
23-
docker run -it ghcr.io/limakzi/gap:4.13.1-full
23+
docker run -it ghcr.io/gap-system/gap:4.13.1-full
2424
```
2525

2626
```
27-
docker run -it ghcr.io/limakzi/gap:4.14.0-full
27+
docker run -it ghcr.io/gap-system/gap:4.14.0-full
2828
```
2929

3030
```
31-
docker run -it ghcr.io/limakzi/gap:4.13.1-bare
31+
docker run -it ghcr.io/gap-system/gap:4.13.1-bare
3232
```
3333

3434
```
35-
docker run -it ghcr.io/limakzi/gap:4.14.0-bare
35+
docker run -it ghcr.io/gap-system/gap:4.14.0-bare
3636
```
3737

3838

src/dockerfiles/jupyter-gap/ubuntu-2204-lts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## {{{
22
ARG GAP_VERSION="4.12.1"
3-
ARG DOCKER_BASE_IMAGE_URL="ghcr.io/limakzi/gap:${GAP_VERSION}-full"
3+
ARG DOCKER_BASE_IMAGE_URL="ghcr.io/gap-system/gap:${GAP_VERSION}-full"
44
## }}}
55

66
## {{{

0 commit comments

Comments
 (0)