Skip to content

Commit

Permalink
Merge pull request #338 from cgwalters/container-ubi8
Browse files Browse the repository at this point in the history
Dockerfile: Use a full base image
  • Loading branch information
bgilbert committed Apr 12, 2022
2 parents 6b52392 + 623ab2f commit 4f48173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ COPY . /butane
WORKDIR /butane
RUN ./build_for_container

FROM scratch
FROM registry.fedoraproject.org/fedora-minimal:35
COPY --from=builder /butane/bin/container/butane /usr/local/bin/butane
ENTRYPOINT ["/usr/local/bin/butane"]

0 comments on commit 4f48173

Please sign in to comment.