From 0f4d8380df89416e3ca17e936579f326102c757a Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sun, 23 Jul 2023 22:11:21 -0400 Subject: [PATCH] Add docker service and get digest with skopeo --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index bd18446..5715426 100644 --- a/Containerfile +++ b/Containerfile @@ -13,7 +13,7 @@ FROM ${BASE_IMAGE_URL}:${FEDORA_MAJOR_VERSION} # The default recipe set to the recipe's default filename # so that `podman build` should just work for many people. -ARG RECIPE=./recipe-framework.yml +ARG RECIPE=./recipe-framework-13.yml # Copy static configurations and component files. # Warning: If you want to place anything in "/etc" of the final image, you MUST