Skip to content

Commit 2b06e08

Browse files
committed
Merge branch 'master' of github.com:jgoerzen/docker-debian-base
2 parents 40bdb94 + 18556a0 commit 2b06e08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Unix APIs (including syslog, zombie process collection, etc.)
1010

1111
Despite this, they are all very small, both in terms of disk and RAM usage.
1212

13-
You can find a [description of the motivation for these images](http://changelog.complete.org/archives/9794-fixing-the-problems-with-docker-images) on my blog.
13+
You can find a [description of the motivation for these images](https://changelog.complete.org/archives/9794-fixing-the-problems-with-docker-images) on my blog.
1414

1515
This is loosely based on the concepts, but not the code, in the
1616
[phusion baseimage-docker](https://github.com/phusion/baseimage-docker).
@@ -33,7 +33,7 @@ target the standard Linux API.
3333
Here are the images I provide from this repository:
3434

3535
- [jgoerzen/debian-base-minimal](https://github.com/jgoerzen/docker-debian-base-minimal) - a minimalistic base for you.
36-
- Provides working sysvinit, syslogd, cron, anacron, at, and logrotate.
36+
- Provides working sysvinit/systemd, syslogd, cron, anacron, at, and logrotate.
3737
- syslogd is configured to output to the docker log system by default.
3838
- [jgoerzen/debian-base-standard](https://github.com/jgoerzen/docker-debian-base-standard) - adds some utilities. Containes everything above, plus:
3939
- Utilities: less, nano, vim-tiny, man-db (for viewing manpages), net-tools, wget, curl, pwgen, zip, unzip
@@ -65,7 +65,7 @@ Memory usage at boot (stretch):
6565

6666
These tags are autobuilt:
6767

68-
- latest: whatever is stable (currently stretch, sysvinit)
68+
- latest: whatever is stable (currently buster, systemd)
6969
- buster: Debian buster (systemd)
7070
- stretch: Debian stretch (sysvinit) - **no longer supported, may be removed at any time**
7171
- jessie: Debian jessie (sysvinit) - **no longer supported, may be removed at any time**

0 commit comments

Comments
 (0)