Skip to content

Commit 56b1fb6

Browse files
committed
Rebase to noble
1 parent 0948d19 commit 56b1fb6

3 files changed

Lines changed: 7 additions & 10 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/linuxserver/baseimage-ubuntu:jammy
1+
FROM ghcr.io/linuxserver/baseimage-ubuntu:noble
22

33
# set version label
44
ARG BUILD_DATE
@@ -15,7 +15,7 @@ RUN \
1515
gpg --dearmor -o /etc/apt/keyrings/docker.gpg && \
1616
curl -fsSL https://dl-ssl.google.com/linux/linux_signing_key.pub | \
1717
gpg --dearmor -o /etc/apt/keyrings/google.gpg && \
18-
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu jammy stable" | \
18+
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu noble stable" | \
1919
tee /etc/apt/sources.list.d/docker.list > /dev/null && \
2020
echo 'deb [arch=amd64 signed-by=/etc/apt/keyrings/google.gpg] http://dl.google.com/linux/chrome/deb/ stable main' > \
2121
/etc/apt/sources.list.d/google-chrome.list && \
@@ -45,6 +45,7 @@ RUN \
4545
pip && \
4646
pip3 install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/ubuntu/ \
4747
-r /tmp/requirements.txt && \
48+
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
4849
echo "**** cleanup ****" && \
4950
apt-get autoclean && \
5051
rm -rf \

jenkins-vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ repo_vars:
2121
- CI_PORT='80'
2222
- CI_SSL='true'
2323
- CI_DELAY='30'
24-
- CI_DOCKERENV='TZ=US/Pacific'
25-
- CI_AUTH='user:password'
24+
- CI_DOCKERENV=''
25+
- CI_AUTH=''
2626
- CI_WEBPATH=''

readme-vars.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ project_name: ci
55
full_custom_readme: |
66
{% raw -%}
77
[linuxserverurl]: https://linuxserver.io
8-
[forumurl]: https://forum.linuxserver.io
9-
[ircurl]: https://www.linuxserver.io/irc/
10-
[podcasturl]: https://www.linuxserver.io/podcast/
8+
[forumurl]: https://discourse.linuxserver.io
119
[huburl]: https://hub.docker.com/r/linuxserver/ci/
1210
[pipelineurl]: https://github.com/linuxserver/pipeline-triggers
1311
@@ -18,10 +16,8 @@ full_custom_readme: |
1816
1917
| Type | Address/Details |
2018
| :---: | --- |
21-
| Discord | [Discord](https://discord.gg/YWrKVTn) |
19+
| Discord | [Discord](https://discord.gg/linuxserver) |
2220
| Forum | [Linuserver.io forum][forumurl] |
23-
| IRC | freenode at `#linuxserver.io` more information at:- [IRC][ircurl]
24-
| Podcast | Covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation! [Linuxserver.io Podcast][podcasturl] |
2521
2622
# [linuxserver/ci][huburl]
2723

0 commit comments

Comments
 (0)