The Docker support (Dockerfile, Makefile targets, install docs) was removed in #196 because it was broken and unmaintained:
- Dockerfile pinned Python 3.9 and Poetry 1.x
- Image last pushed 3+ years ago
- No CI workflow to rebuild on release
The Docker Hub image linkml/schema-automator:latest still exists and serves that stale version. Someone pulling it today gets a very old build with no indication it's outdated.
Action needed: Someone with Docker Hub org access should either delete or deprecate the linkml/schema-automator repository on Docker Hub.
If there's interest in reviving Docker support properly (automated builds, version tagging, current Python), that should be a separate effort.
The Docker support (Dockerfile, Makefile targets, install docs) was removed in #196 because it was broken and unmaintained:
The Docker Hub image
linkml/schema-automator:lateststill exists and serves that stale version. Someone pulling it today gets a very old build with no indication it's outdated.Action needed: Someone with Docker Hub org access should either delete or deprecate the
linkml/schema-automatorrepository on Docker Hub.If there's interest in reviving Docker support properly (automated builds, version tagging, current Python), that should be a separate effort.