Merge pull request #190 from linuxserver/resolute-deb822

This commit is contained in:
Adam 2026-04-18 16:49:29 +01:00 committed by GitHub
commit 463ae82025
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 24 additions and 28 deletions

View File

@ -84,11 +84,10 @@ ENV HOME="/root" \
PATH="/lsiopy/bin:$PATH"
# copy sources
COPY sources.list /etc/apt/
COPY ubuntu.sources /etc/apt/sources.d/ubuntu.sources
RUN \
echo "**** Ripped from Ubuntu Docker Logic ****" && \
rm -f /etc/apt/sources.list.d/ubuntu.sources && \
set -xe && \
echo '#!/bin/sh' \
> /usr/sbin/policy-rc.d && \

View File

@ -84,11 +84,10 @@ ENV HOME="/root" \
PATH="/lsiopy/bin:$PATH"
# copy sources
COPY sources.list.arm /etc/apt/sources.list
COPY ubuntu.sources.arm /etc/apt/sources.d/ubuntu.sources
RUN \
echo "**** Ripped from Ubuntu Docker Logic ****" && \
rm -f /etc/apt/sources.list.d/ubuntu.sources && \
set -xe && \
echo '#!/bin/sh' \
> /usr/sbin/policy-rc.d && \

View File

@ -1,12 +0,0 @@
deb http://archive.ubuntu.com/ubuntu/ resolute main restricted
deb-src http://archive.ubuntu.com/ubuntu/ resolute main restricted
deb http://archive.ubuntu.com/ubuntu/ resolute-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu/ resolute-updates main restricted
deb http://archive.ubuntu.com/ubuntu/ resolute universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ resolute universe multiverse
deb http://archive.ubuntu.com/ubuntu/ resolute-updates universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ resolute-updates universe multiverse
deb http://archive.ubuntu.com/ubuntu/ resolute-security main restricted
deb-src http://archive.ubuntu.com/ubuntu/ resolute-security main restricted
deb http://archive.ubuntu.com/ubuntu/ resolute-security universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ resolute-security universe multiverse

View File

@ -1,12 +0,0 @@
deb http://ports.ubuntu.com/ubuntu-ports/ resolute main restricted multiverse
deb-src http://ports.ubuntu.com/ubuntu-ports/ resolute main restricted multiverse
deb http://ports.ubuntu.com/ubuntu-ports/ resolute-updates main restricted multiverse
deb-src http://ports.ubuntu.com/ubuntu-ports/ resolute-updates main restricted multiverse
deb http://ports.ubuntu.com/ubuntu-ports/ resolute universe
deb-src http://ports.ubuntu.com/ubuntu-ports/ resolute universe
deb http://ports.ubuntu.com/ubuntu-ports/ resolute-updates universe
deb-src http://ports.ubuntu.com/ubuntu-ports/ resolute-updates universe
deb http://ports.ubuntu.com/ubuntu-ports/ resolute-security main restricted multiverse
deb-src http://ports.ubuntu.com/ubuntu-ports/ resolute-security main restricted multiverse
deb http://ports.ubuntu.com/ubuntu-ports/ resolute-security universe
deb-src http://ports.ubuntu.com/ubuntu-ports/ resolute-security universe

11
ubuntu.sources Normal file
View File

@ -0,0 +1,11 @@
Types: deb
URIs: https://archive.ubuntu.com/ubuntu/
Suites: resolute resolute-updates resolute-backports
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Types: deb
URIs: https://security.ubuntu.com/ubuntu/
Suites: resolute-security
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg

11
ubuntu.sources.arm Normal file
View File

@ -0,0 +1,11 @@
Types: deb
URIs: http://ports.ubuntu.com/ubuntu-ports
Suites: resolute resolute-updates resolute-backports
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Types: deb
URIs: https://ports.ubuntu.com/ubuntu-ports
Suites: resolute-security
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg