Make `ascii` the current Devuan release. Fixes #14
This commit is contained in:
parent
05bb6f8e95
commit
8f0a1965c4
|
|
@ -1,11 +1,11 @@
|
|||
# .gitlab-ci.yml -- to automate Docker Devuan image builds
|
||||
# Copyright (C) 2017, 2018 Olaf Meeuwissen
|
||||
# Copyright (C) 2017-2019 Olaf Meeuwissen
|
||||
#
|
||||
# License: GPL-3.0+
|
||||
|
||||
variables:
|
||||
DEBIAN_VERSION: jessie-20180426
|
||||
DEVUAN_RELEASE: jessie
|
||||
DEVUAN_RELEASE: ascii
|
||||
TZ: UTC
|
||||
LC_ALL: C
|
||||
|
||||
|
|
|
|||
13
README.md
13
README.md
|
|
@ -1,5 +1,3 @@
|
|||
[](https://gitlab.com/paddy-hack/devuan/commits/master)
|
||||
|
||||
Devuan Docker Base Images
|
||||
=========================
|
||||
|
||||
|
|
@ -52,16 +50,15 @@ The intent is to provide versions for all of [upstream][3]'s
|
|||
published [releases][4] that are supported by `debootstrap`.
|
||||
|
||||
- *latest* points to the current Devuan release. As of writing that
|
||||
is *jessie*. The *latest* version is a Docker convention and this
|
||||
is *ascii*. The *latest* version is a Docker convention and this
|
||||
project thinks it should point to something tried, tested and rock
|
||||
solid rather than to something bleeding edge that might blow up in
|
||||
your face any time.
|
||||
- *jessie*, the current Devuan release, tried, tested and rock solid.
|
||||
- *ascii*, what will soon become the current Devuan release, but not
|
||||
- *jessie*, the first Devuan release, tried, tested, rock solid and
|
||||
aging gracefully now that it has been superceded by
|
||||
- *ascii*, the current Devuan release, tried, tested and rock solid.
|
||||
- *beowulf*, what will soon become the current Devuan release, but not
|
||||
before it's deemed ready. Think of this as "brick solid".
|
||||
- *beowulf*, the release that will eventually take *ascii*'s place.
|
||||
Mostly tried and mostly tested, not quite rock solid. You may want
|
||||
to think of it as "sand solid" :wink:
|
||||
- *ceres*, where all the "Works for me (famous last quote)", bleeding
|
||||
edge kind of thingies enter the heading-for-release cycle. Trying
|
||||
to build anything on top of this is prone to sucking you in. Think
|
||||
|
|
|
|||
Loading…
Reference in New Issue