gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] 01/08: sandcastle-ng: use full registry name for base


From: gnunet
Subject: [taler-deployment] 01/08: sandcastle-ng: use full registry name for base
Date: Mon, 04 Dec 2023 15:55:56 +0100

This is an automated email from the git hooks/post-receive script.

devan-carpenter pushed a commit to branch master
in repository deployment.

commit 1982bed68a897cf5e99902ed9200a9d3614828f9
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Thu Oct 26 11:07:32 2023 -0400

    sandcastle-ng: use full registry name for base
    
    Specifying the registry in the image name is OCI runtime agnostic,
    instead of docker-specific.
---
 sandcastle-ng/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandcastle-ng/Dockerfile b/sandcastle-ng/Dockerfile
index f5bec33..b0698d8 100644
--- a/sandcastle-ng/Dockerfile
+++ b/sandcastle-ng/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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]