File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM ghcr.io/linuxserver/baseimage-ubuntu:jammy
1+ FROM ghcr.io/linuxserver/baseimage-ubuntu:noble
22
33# set version label
44ARG BUILD_DATE
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 && \
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}\n Build-date: ${BUILD_DATE}" > /build_version && \
4849 echo "**** cleanup ****" && \
4950 apt-get autoclean && \
5051 rm -rf \
Original file line number Diff line number Diff 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=''
Original file line number Diff line number Diff line change @@ -5,9 +5,7 @@ project_name: ci
55full_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
You can’t perform that action at this time.
0 commit comments