Remove the legacy build-deps Dockerfiles - #63
Merged
Merged
Conversation
The images OpenModelica is built in now come from the build-deps repository (https://github.com/OpenModelica/build-deps), whose CI builds them per distribution and publishes them to ghcr.io/openmodelica/build-deps and docker.openmodelica.org/build-deps. Removes the Dockerfile.build-deps* recipes these used to be built from by hand, and the six build-deps*.sh scripts whose only job was to build and push them. Nothing uses what they produced any more: OpenModelica's CI pulls only the build-deps repository's tags (ubuntu-22.04, ubuntu-26.04-rust, ...), none of the v1.x/latest ones these made. Several were stale already -- build-deps-qt4-xenial.sh builds a Dockerfile.build-deps-qt4 that does not exist, and the recipes download debian/control from this repository's master to learn their dependencies. The README's Docker section described uploading exactly these images by hand; it now points at build-deps. The other Dockerfiles in docker/ (nightly, omlibrary, omc-release, ...) are for different images and stay. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
The images OpenModelica is built in now come from OpenModelica/build-deps. Its CI builds them per distribution and publishes them to
ghcr.io/openmodelica/build-depsanddocker.openmodelica.org/build-deps. The hand-built recipes here are dead weight.Approach
docker/Dockerfile.build-deps*recipes, and the 6docker/build-deps*.shscripts whose only job was to build and push them.ubuntu-22.04,ubuntu-26.04-rust, …), none of thev1.x/latesttags these made.build-deps-qt4-xenial.shbuilds aDockerfile.build-deps-qt4that doesn't exist, and the recipes downloaddebian/controlfrom this repository'smaster.docker/(nightly,omlibrary,omc-release, …) are for different images and stay.Not affected: the
build-deps:<codename>.nightly.<arch>images the nightly Jenkins job uses are generated by apt-build's own template, not by these files.🤖 Generated with Claude Code