From 8beeaeca45d367052aa5e368ee937d9c1b423ac2 Mon Sep 17 00:00:00 2001 From: thespad Date: Fri, 17 Jan 2025 18:08:34 +0000 Subject: [PATCH 1/3] Update readme with new style --- README.md | 24 ++++++++---------------- readme-vars.yml | 24 ++++++++---------------- 2 files changed, 16 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index d75d692..5a82622 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,20 @@ -[linuxserverurl]: https://linuxserver.io -[forumurl]: https://forum.linuxserver.io -[ircurl]: https://mibbit.com/?server=irc.libera.chat&channel=%23linuxserver.io -[appurl]: https://alpinelinux.org - -[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png?v=4&s=4000)][linuxserverurl] +[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)](https://linuxserver.io) ## Contact information:- | Type | Address/Details | | :---: | --- | -| Discord | [Discord](https://discord.gg/YWrKVTn) | -| IRC | libera at `#linuxserver.io` more information at:- [IRC][ircurl] -| Forum | [LinuxServer.io forum][forumurl] | +| Discord | [Discord](https://linuxserver.io/discord) | +| IRC | `#linuxserver.io` on irc.libera.chat | +| Forum | [Discourse](https://discourse.linuxserver.io/) | -  -  +A custom base image built with [Alpine Linux](https://alpinelinux.org) and [s6-overlay](https://github.com/just-containers/s6-overlay). -[![](https://images.microbadger.com/badges/image/lsiobase/alpine.svg)](https://microbadger.com/images/lsiobase/alpine "Get your own image badge on microbadger.com") - -[![](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/Dockerfile-Link-green.png)](https://github.com/linuxserver/docker-baseimage-alpine/blob/master/Dockerfile) - -A custom base image built with [Alpine linux][appurl] and [S6 overlay](https://github.com/just-containers/s6-overlay).. +- 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. +- 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. +- 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. The following line is only in this repo for loop testing: diff --git a/readme-vars.yml b/readme-vars.yml index 6d31b13..5dbcc40 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -4,29 +4,21 @@ project_name: baseimage-alpine full_custom_readme: | {% raw -%} - [linuxserverurl]: https://linuxserver.io - [forumurl]: https://forum.linuxserver.io - [ircurl]: https://mibbit.com/?server=irc.libera.chat&channel=%23linuxserver.io - [appurl]: https://alpinelinux.org - - [![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png?v=4&s=4000)][linuxserverurl] + [![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)](https://linuxserver.io) ## Contact information:- | Type | Address/Details | | :---: | --- | - | Discord | [Discord](https://discord.gg/YWrKVTn) | - | IRC | libera at `#linuxserver.io` more information at:- [IRC][ircurl] - | Forum | [LinuxServer.io forum][forumurl] | + | Discord | [Discord](https://linuxserver.io/discord) | + | IRC | `#linuxserver.io` on irc.libera.chat | + | Forum | [Discourse](https://discourse.linuxserver.io/) | -   -   + A custom base image built with [Alpine Linux](https://alpinelinux.org) and [s6-overlay](https://github.com/just-containers/s6-overlay). - [![](https://images.microbadger.com/badges/image/lsiobase/alpine.svg)](https://microbadger.com/images/lsiobase/alpine "Get your own image badge on microbadger.com") - - [![](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/Dockerfile-Link-green.png)](https://github.com/linuxserver/docker-baseimage-alpine/blob/master/Dockerfile) - - A custom base image built with [Alpine linux][appurl] and [S6 overlay](https://github.com/just-containers/s6-overlay).. + - 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. + - 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. + - 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. The following line is only in this repo for loop testing: From d48d182f0fb10fe320e3e5ebc2251cf2081053f9 Mon Sep 17 00:00:00 2001 From: thespad Date: Fri, 17 Jan 2025 19:34:04 +0000 Subject: [PATCH 2/3] Add support lifecycle note --- README.md | 1 + readme-vars.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 5a82622..4983d28 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ A custom base image built with [Alpine Linux](https://alpinelinux.org) and [s6-o - 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. - 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. - 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. +- Alpine releases are supported for 2 years, after which we will stop building new base images based on that version. The following line is only in this repo for loop testing: diff --git a/readme-vars.yml b/readme-vars.yml index 5dbcc40..4b28324 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -19,6 +19,7 @@ full_custom_readme: | - 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. - 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. - 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. + - Alpine releases are supported for 2 years, after which we will stop building new base images based on that version. The following line is only in this repo for loop testing: From 5a3ccf4cf0e674cce675e5f7c7791b454903a047 Mon Sep 17 00:00:00 2001 From: thespad Date: Fri, 17 Jan 2025 19:36:07 +0000 Subject: [PATCH 3/3] Phrasing --- README.md | 2 +- readme-vars.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4983d28..c27754b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A custom base image built with [Alpine Linux](https://alpinelinux.org) and [s6-o - 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. - 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. - 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. -- Alpine releases are supported for 2 years, after which we will stop building new base images based on that version. +- Alpine releases are supported for 2 years, after which we will stop building new base images for that version. The following line is only in this repo for loop testing: diff --git a/readme-vars.yml b/readme-vars.yml index 4b28324..c24f57b 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -19,7 +19,7 @@ full_custom_readme: | - 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. - 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. - 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. - - Alpine releases are supported for 2 years, after which we will stop building new base images based on that version. + - Alpine releases are supported for 2 years, after which we will stop building new base images for that version. The following line is only in this repo for loop testing: