Skip to content

Commit 95b3d21

Browse files
authored
Merge pull request #181 from linuxserver/new-readme
2 parents 61d94e1 + ffa0e22 commit 95b3d21

File tree

2 files changed

+20
-50
lines changed

2 files changed

+20
-50
lines changed

README.md

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,22 @@
11
<!-- DO NOT EDIT THIS FILE MANUALLY -->
22
<!-- Please read https://github.com/linuxserver/docker-baseimage-alpine-nginx/blob/master/.github/CONTRIBUTING.md -->
3-
[linuxserverurl]: https://linuxserver.io
4-
[forumurl]: https://forum.linuxserver.io
5-
[ircurl]: https://www.linuxserver.io/irc/
6-
[appurl]: https://alpinelinux.org
7-
[nginxurl]: http://nginx.org/en/
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;
9+
| Discord | [Discord](https://linuxserver.io/discord) |
10+
| IRC | `#linuxserver.io` on irc.libera.chat |
11+
| Forum | [Discourse](https://discourse.linuxserver.io/) |
2412

25-
[![](https://images.microbadger.com/badges/image/lsiobase/nginx.svg)](https://microbadger.com/images/lsiobase/nginx "Get your own image badge on microbadger.com")
13+
A custom base image built with [Alpine Linux](https://alpinelinux.org), [nginx](https://nginx.org), and [s6-overlay](https://github.com/just-containers/s6-overlay).
2614

27-
[![](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/Dockerfile-Link-green.png)](https://github.com/linuxserver/docker-baseimage-alpine-nginx/blob/master/Dockerfile)
28-
29-
A custom base image built with [Alpine linux][appurl], [nginx][nginxurl] and [S6 overlay](https://github.com/just-containers/s6-overlay)..
30-
31-
Featuring :-
32-
33-
+ weekly updates
34-
+ security updates
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+
- Alpine releases are supported for 2 years, after which we will stop building new base images for that version.
3519

3620
The following line is only in this repo for loop testing:
21+
3722
- { date: "01.01.50:", desc: "I am the release message for this internal repo." }

readme-vars.yml

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,24 @@
55
project_name: baseimage-alpine-nginx
66
full_custom_readme: |
77
{% raw -%}
8-
[linuxserverurl]: https://linuxserver.io
9-
[forumurl]: https://forum.linuxserver.io
10-
[ircurl]: https://www.linuxserver.io/irc/
11-
[appurl]: https://alpinelinux.org
12-
[nginxurl]: http://nginx.org/en/
13-
14-
15-
16-
[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png?v=4&s=4000)][linuxserverurl]
17-
8+
[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)](https://linuxserver.io)
189
1910
## Contact information:-
2011
2112
| Type | Address/Details |
2213
| :---: | --- |
23-
| Discord | [Discord](https://discord.gg/YWrKVTn) |
24-
| IRC | freenode at `#linuxserver.io` more information at:- [IRC][ircurl]
25-
| Forum | [LinuxServer.io forum][forumurl] |
26-
27-
&nbsp;
28-
&nbsp;
14+
| Discord | [Discord](https://linuxserver.io/discord) |
15+
| IRC | `#linuxserver.io` on irc.libera.chat |
16+
| Forum | [Discourse](https://discourse.linuxserver.io/) |
2917
30-
[![](https://images.microbadger.com/badges/image/lsiobase/nginx.svg)](https://microbadger.com/images/lsiobase/nginx "Get your own image badge on microbadger.com")
18+
A custom base image built with [Alpine Linux](https://alpinelinux.org), [nginx](https://nginx.org), and [s6-overlay](https://github.com/just-containers/s6-overlay).
3119
32-
[![](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/Dockerfile-Link-green.png)](https://github.com/linuxserver/docker-baseimage-alpine-nginx/blob/master/Dockerfile)
33-
34-
A custom base image built with [Alpine linux][appurl], [nginx][nginxurl] and [S6 overlay](https://github.com/just-containers/s6-overlay)..
35-
36-
Featuring :-
37-
38-
+ weekly updates
39-
+ security updates
20+
- 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.
21+
- 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.
22+
- 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.
23+
- Alpine releases are supported for 2 years, after which we will stop building new base images for that version.
4024
4125
The following line is only in this repo for loop testing:
26+
4227
- { date: "01.01.50:", desc: "I am the release message for this internal repo." }
4328
{%- endraw %}

0 commit comments

Comments
 (0)