No flyway user in alpine docker images since tag v9.2.2
karlroberts opened this issue · 1 comments
karlroberts commented
Just checking is this a bug or regression? If so I'll push a PR
It gave me issues on a custom image extended from yours. I could work around by adding this to my custom image
USER root
RUN addgroup flyway && adduser -S -h /flyway -D -G flyway flyway
WORKDIR /flyway
USER flyway
Cheers
Karl
Barry-RG commented
This was an intended change.
Your work around should be valid for your intent.