Skip to content

Commit

Permalink
Migrate to Ubuntu Noble, with update to git and keychain
Browse files Browse the repository at this point in the history
  • Loading branch information
j-simmons-phd committed Oct 25, 2024
1 parent a940f29 commit f6e3043
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/j-simmons-phd/kasm-core-ubuntu-focal:develop
FROM kasmweb/core-ubuntu-noble:1.16.0
USER root

ENV HOME /home/kasm-default-profile
Expand Down
8 changes: 4 additions & 4 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,10 @@
tags: install_utilities

vars:
git_version: "2.46.0"
git_version_to_install: "1:{{ git_version }}-0ppa1~ubuntu20.04.1"
git_version: "2.47.0"
git_version_to_install: "1:{{ git_version }}-0ppa2~ubuntu24.04.1"
keychain_version: "2.8.5"
keychain_version_to_install: "{{ keychain_version }}-1"
keychain_version_to_install: "{{ keychain_version }}-4"
keychain_version_expected: "{{ keychain_version }}.."
gradle_version: "8.7"

Expand Down Expand Up @@ -486,7 +486,7 @@
- name: Add dev user
user:
name: dev
uid: 1001
uid: 1002

-
# install the remainder of the tools
Expand Down

0 comments on commit f6e3043

Please sign in to comment.