commit | 3a043ca6089cc17ac9236277a07802d51ed73821 | [log] [tgz] |
---|---|---|
author | sandriichenko <sandriichenko@mirantis.com> | Fri Jun 15 11:08:36 2018 +0300 |
committer | Sofiia Andriichenko <sandriichenko@mirantis.com> | Fri Jun 15 12:22:07 2018 +0000 |
tree | 26e83f92dd72d8e1f3266fb9b75bb5f9bdaa3bca | |
parent | 9d2eb110da116e0395e407665a9ec54561643419 [diff] [blame] |
Add printing of creating date Change-Id: Ida3aeb09365c3c368bfd6d48ef458403add1ead1
diff --git a/Dockerfile b/Dockerfile index 4c8fcab..c6e60e9 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -97,6 +97,9 @@ RUN apt-get -y autoremove; apt-get -y clean; RUN rm -rf /root/.cache RUN rm -rf /var/lib/apt/lists/* + +RUN echo "BUILD_TIMESTAMP=$(date '+%Y-%m-%d-%H-%M-%S' -u)" > /etc/build_timestamp + # COPY bin/entrypoint.sh /usr/bin/entrypoint.sh COPY bin/run_tempest.sh /usr/bin/run-tempest