diff options
| author | Zuul <zuul@review.opendev.org> | 2020-07-08 17:30:36 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2020-07-08 17:30:36 +0000 |
| commit | fa517fbf44db9172f27045829757499c03ea3b0c (patch) | |
| tree | 0d4649a0100752b5d10cb53eb29c955b244d9449 | |
| parent | 9fb68eca44612847a2eba4f1063579b2f921b0bb (diff) | |
| parent | 5c4eb0bf9d7bc154e583f1d864984d56192ccb4b (diff) | |
| download | python-openstackclient-fa517fbf44db9172f27045829757499c03ea3b0c.tar.gz | |
Merge "Add a command to trigger entrypoint cache creation"
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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"] |
