Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

name of the docker build for compilation should include platform and version #58

Closed
kramasamy opened this issue Jan 10, 2016 · 1 comment
Assignees

Comments

@kramasamy
Copy link
Contributor

This will allow for the caching of the container when multiple environments are being built.

@ajorgensen
Copy link
Contributor

The intermediate layers are actually cached so subsequent builds should not be replaced but use the cached layers from the previous run. So building with ubuntu and then centos and then ubuntu again you should not have to pay the building penalty on the second ubuntu run.

I'm going to add a tag to the docker container for each platform to help separate the images however I think its good change anyway.

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

No branches or pull requests

2 participants