diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c375e2b..6c82d8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,18 +17,13 @@ jobs: odin-stable, odin-unstable, juno-stable, - juno-stable-installer, juno-unstable, - juno-unstable-installer, loki-stable, loki-unstable, next-unstable, stable, - stable-installer, - ubuntu-mantic-unstable, ubuntu-noble-unstable, unstable, - unstable-installer, latest ] diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2918849..4735b8a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,18 +12,13 @@ jobs: - odin-stable - odin-unstable - juno-stable - - juno-stable-installer - juno-unstable - - juno-unstable-installer - loki-stable - loki-unstable - next-unstable - stable - - stable-installer - - ubuntu-mantic-unstable - ubuntu-noble-unstable - unstable - - unstable-installer - latest name: ${{ matrix.image }} diff --git a/juno-stable-installer/Dockerfile b/juno-stable-installer/Dockerfile deleted file mode 100644 index e89dffb..0000000 --- a/juno-stable-installer/Dockerfile +++ /dev/null @@ -1,18 +0,0 @@ -# elementary OS Juno STABLE for io.elementary.installer -FROM ubuntu:bionic - -ENV DEBIAN_FRONTEND=noninteractive - -RUN apt-get update && \ - apt-get -y install --no-install-recommends software-properties-common && \ - add-apt-repository -u -y ppa:elementary-os/os-patches && \ - add-apt-repository -u -y ppa:elementary-os/stable && \ - add-apt-repository -u -y ppa:system76/proposed && \ - add-apt-repository -u -y ppa:system76/pop && \ - 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 && \ - apt-get -y autoremove && \ - apt-get autoclean && \ - rm -rf /var/lib/apt/lists/* diff --git a/juno-unstable-installer/Dockerfile b/juno-unstable-installer/Dockerfile deleted file mode 100644 index 35329c8..0000000 --- a/juno-unstable-installer/Dockerfile +++ /dev/null @@ -1,18 +0,0 @@ -# elementary OS Juno UNSTABLE for io.elementary.installer -FROM ubuntu:bionic - -ENV DEBIAN_FRONTEND=noninteractive - -RUN apt-get update && \ - apt-get -y install --no-install-recommends software-properties-common && \ - add-apt-repository -u -y ppa:elementary-os/os-patches && \ - add-apt-repository -u -y ppa:elementary-os/daily && \ - add-apt-repository -u -y ppa:system76/proposed && \ - add-apt-repository -u -y ppa:system76/pop && \ - 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 && \ - apt-get -y autoremove && \ - apt-get autoclean && \ - rm -rf /var/lib/apt/lists/* diff --git a/stable-installer b/stable-installer deleted file mode 120000 index a393627..0000000 --- a/stable-installer +++ /dev/null @@ -1 +0,0 @@ -odin-stable \ No newline at end of file diff --git a/ubuntu-mantic-unstable/Dockerfile b/ubuntu-mantic-unstable/Dockerfile deleted file mode 100644 index 8cefe01..0000000 --- a/ubuntu-mantic-unstable/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -# elementary OS UNSTABLE based on Ubuntu Mantic -FROM ubuntu:mantic - -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/* diff --git a/unstable-installer b/unstable-installer deleted file mode 120000 index 9ce5475..0000000 --- a/unstable-installer +++ /dev/null @@ -1 +0,0 @@ -odin-unstable \ No newline at end of file