Skip to content

Commit

Permalink
bootstrap: Rename Dockerfile to Containerfile
Browse files Browse the repository at this point in the history
As we are using podman to build and publish[1] the bootstrap and golang
image, it makes more sense for these images to use a Containerfile

[1] https://github.com/kubevirt/project-infra/blob/e0f89d2a2ae41deed759fef548c8f4e73362103d/images/publish_multiarch_image.sh#L93C1-L101C9

Signed-off-by: Brian Carey <bcarey@redhat.com>
  • Loading branch information
brianmcarey committed Nov 7, 2024
1 parent 55b9bbf commit 67d971d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion images/publish_multiarch_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ EOF
}

get_base_image() {
name="$(cat Dockerfile |grep FROM|awk '{print $2}')"
name="$(cat Containerfile |grep FROM|awk '{print $2}')"
echo "${name}"
}

Expand Down
File renamed without changes.

0 comments on commit 67d971d

Please sign in to comment.