Skip to content

Commit 689479e

Browse files
committed
update build for 1.16.1 release
1 parent 9789277 commit 689479e

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ RUN \
9393
ALVERSION=$(cat /kasm_release/conf/database/seed_data/default_properties.yaml |awk '/alembic_version/ {print $2}') && \
9494
curl -o \
9595
/tmp/images.tar.gz -L \
96-
"https://kasm-ci.s3.amazonaws.com/1.16.0-images-combined.tar.gz" && \
96+
"https://kasm-ci.s3.amazonaws.com/1.16.1-images-combined.tar.gz" && \
9797
tar xf \
9898
/tmp/images.tar.gz -C \
9999
/ && \

Dockerfile.aarch64

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ RUN \
9393
ALVERSION=$(cat /kasm_release/conf/database/seed_data/default_properties.yaml |awk '/alembic_version/ {print $2}') && \
9494
curl -o \
9595
/tmp/images.tar.gz -L \
96-
"https://kasm-ci.s3.amazonaws.com/1.16.0-images-combined.tar.gz" && \
96+
"https://kasm-ci.s3.amazonaws.com/1.16.1-images-combined.tar.gz" && \
9797
tar xf \
9898
/tmp/images.tar.gz -C \
9999
/ && \

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
319319

320320
## Versions
321321

322+
* **09.11.24:** - Update base image for 1.16.1 release.
322323
* **24.09.24:** - Add base users in docker build logic to survive container upgrades.
323324
* **17.09.24:** - Update base image for 1.16.0 release and fix Nvidia support.
324325
* **16.02.24:** - Update base image for 1.15.0 release.

readme-vars.yml

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ app_setup_block: |
116116
117117
# changelog
118118
changelogs:
119+
- { date: "09.11.24:", desc: "Update base image for 1.16.1 release." }
119120
- { date: "24.09.24:", desc: "Add base users in docker build logic to survive container upgrades." }
120121
- { date: "17.09.24:", desc: "Update base image for 1.16.0 release and fix Nvidia support." }
121122
- { date: "16.02.24:", desc: "Update base image for 1.15.0 release." }

0 commit comments

Comments
 (0)