Skip to content

Commit

Permalink
move definition
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonN3 authored Jun 11, 2024
1 parent 08831b5 commit c83fae7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.inputs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export ARCH := x86_64
export EXTRA_BOOT_PARAMS :=
export IMAGE_NAME := base
export IMAGE_REPO := quay.io/fedora-ostree-desktops
export IMAGE_SRC = docker://$(IMAGE_REPO)/$(IMAGE_NAME):$(IMAGE_TAG)
export IMAGE_SRC :=
export IMAGE_TAG = $(VERSION)
export IMAGE_SIGNED := true
REPOS := $(subst :,\:,$(wildcard /etc/yum.repos.d/*.repo))
Expand Down
4 changes: 4 additions & 0 deletions container/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
ifeq ($(IMAGE_SRC),)
IMAGE_SRC := docker://$(IMAGE_REPO)/$(IMAGE_NAME):$(IMAGE_TAG)
endif

$(IMAGE_NAME)-$(IMAGE_TAG):
skopeo copy $(IMAGE_SRC) oci:$(IMAGE_NAME)-$(IMAGE_TAG)

Expand Down

0 comments on commit c83fae7

Please sign in to comment.