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 .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"image": "ghcr.io/limakzi/jupyter-gap:4.14.0-full",
"image": "ghcr.io/gap-system/jupyter-gap:4.14.0-full",
"forwardPorts": [8888]
}
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## gap-docker

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

## Image types

Expand All @@ -20,19 +20,19 @@
* Run a container:

```
docker run -it ghcr.io/limakzi/gap:4.13.1-full
docker run -it ghcr.io/gap-system/gap:4.13.1-full
```

```
docker run -it ghcr.io/limakzi/gap:4.14.0-full
docker run -it ghcr.io/gap-system/gap:4.14.0-full
```

```
docker run -it ghcr.io/limakzi/gap:4.13.1-bare
docker run -it ghcr.io/gap-system/gap:4.13.1-bare
```

```
docker run -it ghcr.io/limakzi/gap:4.14.0-bare
docker run -it ghcr.io/gap-system/gap:4.14.0-bare
```


Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/jupyter-gap/ubuntu-2204-lts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## {{{
ARG GAP_VERSION="4.12.1"
ARG DOCKER_BASE_IMAGE_URL="ghcr.io/limakzi/gap:${GAP_VERSION}-full"
ARG DOCKER_BASE_IMAGE_URL="ghcr.io/gap-system/gap:${GAP_VERSION}-full"
## }}}

## {{{
Expand Down
Loading