Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker build has hardcoded timestamp #121

Open
edublancas opened this issue Nov 16, 2022 · 0 comments
Open

docker build has hardcoded timestamp #121

edublancas opened this issue Nov 16, 2022 · 0 comments

Comments

@edublancas
Copy link
Contributor

#116 discussed an approach, so fix the problem with the {{timestamp}} placeholder and proposed having two placeholders, one that is evaluated when running soopervisor export and another one at task build time.

For the first case, we evaluate the timestamp and store it in an env.yaml file in the container. However, this causes an issue since the timestamp will be hard coded and requires an image rebuild to update the timestamp.

We should think of a way to keep the timestamp at export time but allow it to be recomputed without re-building the image.

FYI @feribg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant