This repository has been archived on 2025-07-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2023-02-22 21:24:42 +01:00
|
|
|
FROM registry.access.redhat.com/ubi8/ubi:latest AS builder
|
|
|
|
|
ADD --chown=107:107 /disk/image.qcow2
|
|
|
|
|
|
|
|
|
|
FROM scratch
|
|
|
|
|
COPY --from=builder /disk/* /disk/
|