Merge "Add a command to trigger entrypoint cache creation"

This commit is contained in:
Zuul 2020-07-08 17:30:36 +00:00 committed by Gerrit Code Review
commit fa517fbf44
1 changed files with 3 additions and 0 deletions

View File

@ -23,4 +23,7 @@ FROM docker.io/opendevorg/python-base:3.7
COPY --from=builder /output/ /output
RUN /output/install-from-bindep
# Trigger entrypoint loading to trigger stevedore entrypoint caching
RUN openstack --help >/dev/null 2>&1
CMD ["/usr/local/bin/openstack"]