Commit graph

5 commits

Author SHA1 Message Date
Stan Hu
9d6dd5061a
Update to Debian bullseye
bullseye is the latest stable, and this is what we will be using for
Cloud Native GitLab going forward so we should test with this.

Since an upgrade of the operating system may break pre-compiled C
extensions, we now introduce a DEBIAN environment flag that defaults
to the legacy buster install but allows us to roll out a bullseye
image with `debian-bullseye` as the image name prefix.
2022-02-09 14:15:39 -08:00
Stan Hu
bbe5618b68 Tighten Docker package regexp
Previously 19.0.3.1 would match multiple versions:

```
5:19.03.11~3-0~debian-stretch
5:19.03.10~3-0~debian-stretch
5:19.03.1~3-0~debian-stretch
```

We can tighten up the regexp by adding a `~` to the end of
the version.
2020-06-05 11:58:25 -07:00
Takuya Noguchi
1f1998947b Update Docker CE to 19.03.1
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-08-12 13:18:20 +01:00
Sean McGivern
38a1021068 Add apt-get update to install docker 2018-11-15 09:41:45 -08:00
Ian Baum
a0f6f84971 Add docker software to allow using dind enabled images 2018-10-12 10:23:32 +00:00