Skip to content

Commit

Permalink
Merge pull request #1314 from maths/api-check
Browse files Browse the repository at this point in the history
api-check - Update version numbers and docs
  • Loading branch information
sangwinc authored Nov 18, 2024
2 parents b83de86 + 68f4487 commit 3c30ddb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "4.0"
services:
maxima:
image: mathinstitut/goemaxima:2024072400-latest
image: mathinstitut/goemaxima:2024111500-latest
tmpfs:
- "/tmp"
restart: unless-stopped
Expand Down
4 changes: 2 additions & 2 deletions api/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "4.0"
services:
maxima:
image: mathinstitut/goemaxima:2024072400-latest
image: mathinstitut/goemaxima:2024111500-latest
tmpfs:
- "/tmp"
restart: unless-stopped
Expand All @@ -15,7 +15,7 @@ services:
read_only: true
stack:
# Location of published STACK API image goes here.
image: stackmaths/stackapi:2024072400-latest
image: stackmaths/stackapi:2024111500-latest
restart: unless-stopped
ports:
- '3080:80'
2 changes: 1 addition & 1 deletion doc/en/Developer/Releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Unless you want to discuss something confidential with the developers, please do
* Create `maximalocal.mac.template` as described in `Adding_new_version.md` in goemaxima docs (or just copy from previous goemaxima version).
* In `buildimage.sh` set `maximaver` and `sbclver` e.g. `maximaver="5.45.1" sbclver="2.2.6"`. (`maximaver` should match `maximalocal.mac.template`)
* `./buildweb.sh` (You may need to install `go` first: `sudo snap install go --classic`).
* `.buildimage.s 2024072400` (If Docker struggles to fetch metadata `sudo vi ~/.docker/config.json` and change `credsStore` to `credStore`).
* `./buildimage.sh 2024072400` (If Docker struggles to fetch metadata `sudo vi ~/.docker/config.json` and change `credsStore` to `credStore`).
* You should have now created a `goemaxima:2024072400-dev` image locally.
* Temporarily update STACK API locally:
* Update maxima image in STACK API to `goemaxima:2024072400-dev` in `docker-compose.dev.yml`.
Expand Down

0 comments on commit 3c30ddb

Please sign in to comment.