Skip to content

Commit

Permalink
Use a base image that works
Browse files Browse the repository at this point in the history
* fedora-minimal fails with issue:
quarkusio/quarkus#2822
  • Loading branch information
galderz committed Sep 21, 2019
1 parent a431b17 commit 2cf7821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.native
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# docker run -i --rm -p 8080:8080 quarkus/todo-backend
#
###
FROM registry.fedoraproject.org/fedora-minimal
FROM registry.access.redhat.com/ubi8/ubi-minimal
WORKDIR /work/
COPY target/*-runner /work/application
RUN chmod 775 /work
Expand Down

0 comments on commit 2cf7821

Please sign in to comment.