Skip to content

Commit 102a9d6

Browse files
committed
Switch Jammy to pre-release
1 parent b75eb2b commit 102a9d6

File tree

4 files changed

+20
-46
lines changed

4 files changed

+20
-46
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ pipeline {
907907
"target_commitish": "jammy",\
908908
"name": "'${META_TAG}'",\
909909
"body": "**CI Report:**\\n\\n'${CI_URL:-N/A}'\\n\\n**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**Remote Changes:**\\n\\n' > start
910-
printf '","draft": false,"prerelease": false}' >> releasebody.json
910+
printf '","draft": false,"prerelease": true}' >> releasebody.json
911911
paste -d'\\0' start releasebody.json > releasebody.json.done
912912
curl -H "Authorization: token ${GITHUB_TOKEN}" -X POST https://api.github.com/repos/${LS_USER}/${LS_REPO}/releases -d @releasebody.json.done'''
913913
}

README.md

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,21 @@
11
<!-- DO NOT EDIT THIS FILE MANUALLY -->
22
<!-- Please read https://github.com/linuxserver/docker-baseimage-ubuntu/blob/jammy/.github/CONTRIBUTING.md -->
3-
[linuxserverurl]: https://linuxserver.io
4-
[forumurl]: https://forum.linuxserver.io
5-
[ircurl]: https://www.linuxserver.io/irc/
6-
[appurl]: https://cloud-images.ubuntu.com
7-
[dockerfileurl]: https://github.com/linuxserver/docker-baseimage-ubuntu/blob/master/Dockerfile
8-
9-
10-
11-
[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png?v=4&s=4000)][linuxserverurl]
12-
3+
[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)](https://linuxserver.io)
134

145
## Contact information:-
156

167
| Type | Address/Details |
178
| :---: | --- |
18-
| Discord | [Discord](https://discord.gg/YWrKVTn) |
19-
| IRC | freenode at `#linuxserver.io` more information at:- [IRC][ircurl]
20-
| Forum | [LinuxServer.io forum][forumurl] |
21-
22-
&nbsp;
23-
&nbsp;
24-
25-
[![](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/Dockerfile-Xenial-green.png)](https://github.com/linuxserver/docker-baseimage-ubuntu/blob/xenial/Dockerfile)
26-
27-
[![](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/Dockerfile-Bionic-green.png)](https://github.com/linuxserver/docker-baseimage-ubuntu/blob/bionic/Dockerfile)
9+
| Discord | [Discord](https://linuxserver.io/discord) |
10+
| IRC | `#linuxserver.io` on irc.libera.chat |
11+
| Forum | [Discourse](https://discourse.linuxserver.io/) |
2812

29-
[![](https://images.microbadger.com/badges/image/lsiobase/ubuntu.svg)](https://microbadger.com/images/lsiobase/ubuntu "Get your own image badge on microbadger.com")
13+
A custom base image built with [Ubuntu Linux](https://ubuntu.com) and [s6-overlay](https://github.com/just-containers/s6-overlay).
3014

31-
A custom base image built with [Ubuntu cloud image][appurl] and [S6 overlay](https://github.com/just-containers/s6-overlay)..
15+
- Support for using our base images in your own projects is provided on a Reasonable Endeavours basis, please see our [Support Policy](https://www.linuxserver.io/supportpolicy) for details.
16+
- There is no `latest` tag for any of our base images, by design. We often make breaking changes between versions, and we don't publish release notes like we do for the downstream images.
17+
- If you're intending to distribute an image using one of our bases, please read our [docs on container branding](https://docs.linuxserver.io/general/container-branding/) first.
18+
- Ubuntu releases are supported for 5 years, after which we will stop building new base images for that version.
3219

3320
The following line is only in this repo for loop testing:
3421

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# jenkins variables
44
project_name: docker-baseimage-ubuntu
55
external_type: os
6-
release_type: stable
6+
release_type: prerelease
77
release_tag: jammy
88
ls_branch: jammy
99
repo_vars:

readme-vars.yml

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,22 @@
44
project_name: baseimage-ubuntu
55
full_custom_readme: |
66
{% raw -%}
7-
[linuxserverurl]: https://linuxserver.io
8-
[forumurl]: https://forum.linuxserver.io
9-
[ircurl]: https://www.linuxserver.io/irc/
10-
[appurl]: https://cloud-images.ubuntu.com
11-
[dockerfileurl]: https://github.com/linuxserver/docker-baseimage-ubuntu/blob/master/Dockerfile
12-
13-
14-
15-
[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png?v=4&s=4000)][linuxserverurl]
16-
7+
[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)](https://linuxserver.io)
178
189
## Contact information:-
1910
2011
| Type | Address/Details |
2112
| :---: | --- |
22-
| Discord | [Discord](https://discord.gg/YWrKVTn) |
23-
| IRC | freenode at `#linuxserver.io` more information at:- [IRC][ircurl]
24-
| Forum | [LinuxServer.io forum][forumurl] |
25-
26-
&nbsp;
27-
&nbsp;
28-
29-
[![](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/Dockerfile-Xenial-green.png)](https://github.com/linuxserver/docker-baseimage-ubuntu/blob/xenial/Dockerfile)
30-
31-
[![](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/Dockerfile-Bionic-green.png)](https://github.com/linuxserver/docker-baseimage-ubuntu/blob/bionic/Dockerfile)
13+
| Discord | [Discord](https://linuxserver.io/discord) |
14+
| IRC | `#linuxserver.io` on irc.libera.chat |
15+
| Forum | [Discourse](https://discourse.linuxserver.io/) |
3216
33-
[![](https://images.microbadger.com/badges/image/lsiobase/ubuntu.svg)](https://microbadger.com/images/lsiobase/ubuntu "Get your own image badge on microbadger.com")
17+
A custom base image built with [Ubuntu Linux](https://ubuntu.com) and [s6-overlay](https://github.com/just-containers/s6-overlay).
3418
35-
A custom base image built with [Ubuntu cloud image][appurl] and [S6 overlay](https://github.com/just-containers/s6-overlay)..
19+
- Support for using our base images in your own projects is provided on a Reasonable Endeavours basis, please see our [Support Policy](https://www.linuxserver.io/supportpolicy) for details.
20+
- There is no `latest` tag for any of our base images, by design. We often make breaking changes between versions, and we don't publish release notes like we do for the downstream images.
21+
- If you're intending to distribute an image using one of our bases, please read our [docs on container branding](https://docs.linuxserver.io/general/container-branding/) first.
22+
- Ubuntu releases are supported for 5 years, after which we will stop building new base images for that version.
3623
3724
The following line is only in this repo for loop testing:
3825

0 commit comments

Comments
 (0)