From 60847148386b1089e4a13d29968812ad322c1e13 Mon Sep 17 00:00:00 2001 From: Fabien Puissant <fabienpuissant@live.fr> Date: Sun, 22 Oct 2023 02:25:37 +0200 Subject: [PATCH] add images for docker tp --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b2b597..4a9cf93 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repository holds public container images only here to behave as a proxy wit ### postgres - image: `registry.takima.io/school/proxy/postgres` -- tags: `14`, `15`, `latest` +- tags: `14`, `14.1-alpine`, `15`, `latest` ### nginx @@ -42,4 +42,9 @@ This repository holds public container images only here to behave as a proxy wit ### ubuntu - image: `registry.takima.io/school/proxy/ubuntu` -- tags: `12.04, latest` +- tags: `12.04`, `latest` + +### adminer + +- image: `registry.takima.io/school/proxy/adminer` +- tags: `latest` -- GitLab