Skip to content

Commit

Permalink
Update current Octave to 9.2.0 for Docker builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdzman committed Jun 13, 2024
1 parent 2a44445 commit b450752
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile-octave
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Xiangmin Jiao <[email protected]>
# Ray Zimmerman <[email protected]>

ARG VER=9.1.0
ARG VER=9.2.0
ARG SKIP_IPOPT=0
ARG SKIP_OSQP=0
FROM gnuoctave/octave:${VER} AS base
Expand Down
2 changes: 1 addition & 1 deletion docker/MATPOWER-Docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Versions
Several images are available with different combinations of
[MATPOWER][1] and [GNU Octave][8] versions, with the following tags and
naming conventions. Here _current release_ means the most recent
numbered release (currently 8.0 for [MATPOWER][1], and 9.1.0 for
numbered release (currently 8.0 for [MATPOWER][1], and 9.2.0 for
[Octave][8]) and _latest_ `master` refers to the most recent build from
the `master` branch of the [MATPOWER][5] and [MATPOWER Extras][6]
GitHub repositories.
Expand Down
3 changes: 2 additions & 1 deletion docker/build_octave_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ docker build --build-arg VER=7.3.0 --platform=linux/amd64 -f docker/Dockerfile-o
docker build --build-arg VER=8.3.0 --platform=linux/amd64 -f docker/Dockerfile-octave -t matpower/octave:8.3.0 .
docker build --build-arg VER=8.4.0 --platform=linux/amd64 -f docker/Dockerfile-octave -t matpower/octave:8.4.0 .
docker build --build-arg VER=9.1.0 --platform=linux/amd64 -f docker/Dockerfile-octave -t matpower/octave:9.1.0 .
docker build --build-arg VER=9.2.0 --platform=linux/amd64 -f docker/Dockerfile-octave -t matpower/octave:9.2.0 .
# docker build -f docker/Dockerfile-octave -t matpower/octave:latest .
docker tag matpower/octave:9.1.0 matpower/octave:latest
docker tag matpower/octave:9.2.0 matpower/octave:latest

# for debugging, may want to try:
# DOCKER_BUILDKIT=0 docker build ...

0 comments on commit b450752

Please sign in to comment.