Skip to content

Commit

Permalink
Merge pull request #4587 from felder/felder_jammy_2
Browse files Browse the repository at this point in the history
upgrading data100, eecs, stat159 to jammy
  • Loading branch information
felder authored May 18, 2023
2 parents 991db76 + d1574c2 commit 7044731
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 deletions.
6 changes: 5 additions & 1 deletion deployments/data100/hubploy.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
images:
image_name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/data100-user-image
images:
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/data100-user-image
path: image/
repo2docker:
base_image: docker.io/library/buildpack-deps:jammy
registry:
provider: gcloud
gcloud:
Expand Down
3 changes: 1 addition & 2 deletions deployments/data100/image/apt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ wget
vim
emacs-nox
emacs-goodies-el
python-mode

# A couple of CLI editors that are easier than vim
# micro # currently not working on 18.04
Expand Down Expand Up @@ -91,4 +90,4 @@ qgit
meld

# For jupyter-tree-download. Ref: https://github.com/berkeley-dsep-infra/datahub/issues/3979
zip
zip
6 changes: 5 additions & 1 deletion deployments/eecs/hubploy.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
images:
image_name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/eecs-user-image
images:
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/eecs-user-image
path: image/
repo2docker:
base_image: docker.io/library/buildpack-deps:jammy
registry:
provider: gcloud
gcloud:
Expand Down
6 changes: 4 additions & 2 deletions deployments/eecs/image/apt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# For desktop environment
# For desktop environment
dbus-x11
xfce4
xfce4-panel
Expand All @@ -16,7 +16,9 @@ xfce4-terminal
default-jdk
# Qt for pyqt based exercises in our desktop environment
# https://github.com/berkeley-dsep-infra/datahub/issues/1505
qt5-default
# Does not exist in Jammy # qt5-default
qtbase5-dev
qt5-qmake

# https://github.com/berkeley-dsep-infra/datahub/issues/2535
emacs
Expand Down
6 changes: 5 additions & 1 deletion deployments/stat159/hubploy.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
images:
image_name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/stat159-user-image
images:
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/stat159-user-image
path: image/
repo2docker:
base_image: docker.io/library/buildpack-deps:jammy
registry:
provider: gcloud
gcloud:
Expand Down
1 change: 0 additions & 1 deletion deployments/stat159/image/apt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ zip
vim
emacs-nox
emacs-goodies-el
python-mode

# A couple of CLI editors that are easier than vim
# micro # currently not working on 18.04
Expand Down

0 comments on commit 7044731

Please sign in to comment.