-
Notifications
You must be signed in to change notification settings - Fork 14
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
Clean up and keep only one version. #12
Comments
|
1+2: How about this: dealii/dealii:latest = dealii:v8.5.0-gcc-mpi dealii/dealii:v8.5.0-clang-serial (bare deal.II, serial, both debug and release) and possibly, for smaller images: dealii/dealii:v8.5.0-clang-serial-debug
f0ce4e9-clang-serial-release This would require a total of 4 Docker files: gcc-serial, gcc-mpi, clang-serial and clang-mpi, with two build args: VER, and BUILD_TYPE. These files should be identical except for the FROM instruction (unless we want to explicitly turn on all features, in which case also the deal.II build command should be different). |
ping @tjhei |
maybe we could replace |
Following @tjhei advice, I'd like to clean this repository, and keep only very few versions of deal.II around. I think it is now reasonable to stick only to
candi
for the full version.I propose to keep only the following images with the given Dockerfile showing the dependencies
--build-arg VER=vX.X.X
)--build-arg VER=vX.X.X
)What you do you think? Any other suggestion/opinion on the naming structure?
The text was updated successfully, but these errors were encountered: