File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
src/dockerfiles/jupyter-gap/ubuntu-2204-lts Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 11# # {{{
22ARG 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# # {{{
You can’t perform that action at this time.
0 commit comments