Skip to content

Commit

Permalink
fix: container build
Browse files Browse the repository at this point in the history
Fix moved file and add missing ones.

Signed-off-by: Tim deBoer <[email protected]>
  • Loading branch information
deboer-tim committed Jan 11, 2024
1 parent 9a69df4 commit 7649275
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@ FROM scratch as builder
COPY dist/ /extension/dist
COPY package.json /extension/
COPY LICENSE /extension/
COPY icon.png /extension/
COPY icon-dark.png /extension/
COPY icon-light.png /extension/
COPY bootable.woff2 /extension/
COPY README.md /extension/


FROM scratch

LABEL org.opencontainers.image.title="Boot-c extension" \
org.opencontainers.image.description="Boot-c extension" \
LABEL org.opencontainers.image.title="Bootable Container Extension" \
org.opencontainers.image.description="Podman Desktop extension for bootable OS containers (bootc) and generating disk images" \
org.opencontainers.image.vendor="Red Hat" \
io.podman-desktop.api.version=">= 1.6.0"

Expand Down

0 comments on commit 7649275

Please sign in to comment.