Skip to content

Commit

Permalink
Add noble images and switch development-target
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmhewitt committed Dec 8, 2023
1 parent 64d7dec commit a3e16c3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
stable,
stable-installer,
ubuntu-mantic-unstable,
ubuntu-noble-unstable,
unstable,
unstable-installer,
latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- stable
- stable-installer
- ubuntu-mantic-unstable
- ubuntu-noble-unstable
- unstable
- unstable-installer
- latest
Expand Down
2 changes: 1 addition & 1 deletion development-target
16 changes: 16 additions & 0 deletions ubuntu-noble-unstable/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# elementary OS UNSTABLE based on Ubuntu Noble
FROM ubuntu:noble

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && \
apt-get -y install --no-install-recommends gpg-agent software-properties-common git && \
add-apt-repository -u -y ppa:elementary-os/os-patches && \
add-apt-repository -u -y ppa:elementary-os/daily && \
apt-get install -y --no-install-recommends elementary-os-overlay && \
apt-get update && \
apt-get -y dist-upgrade && \
apt-get install --no-install-recommends -y elementary-sdk elementary-icon-theme && \
apt-get -y autoremove && \
apt-get autoclean && \
rm -rf /var/lib/apt/lists/*

0 comments on commit a3e16c3

Please sign in to comment.