sandcastle-ng

Scripts for the deployment of Sandcastle (GNU Taler)
Log | Files | Refs | README

commit c42be6d3227083cdf81d8ffcfb0d7b39841297ac
parent 007ba7a3260698c7fdd5e080a50f17cc951c9756
Author: Devan Carpenter <devan@taler.net>
Date:   Thu, 26 Oct 2023 11:07:32 -0400

sandcastle-ng: use full registry name for base

Specifying the registry in the image name is OCI runtime agnostic,
instead of docker-specific.

Diffstat:
MDockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm AS base-system +FROM docker.io/library/debian:bookworm AS base-system # FIXMEs: # - debian packages should be built with a nightly tag