docker-library / ghost

Docker Official Image packaging for Ghost
https://hub.docker.com/_/ghost
MIT License
720 stars 311 forks source link

Move test from docker-library/official-images #384

Closed tianon closed 1 year ago

tianon commented 1 year ago

This test isn't useful for "interoperability" like some of the language-specific tests, and is really very specific to this particular image (and we only use it as a tool to roughly validate that we've packaged the software correctly), so it makes more sense for it to live here.

tianon commented 1 year ago

This should make it a lot easier to update when it has to change during bumps too :joy:

tianon commented 1 year ago

Might be worth merging https://github.com/docker-library/official-images/pull/14757 first so we can double check this actually works correctly (although I'm not worried).

tianon commented 1 year ago

Gah, we also need to update the @docker-library-bot automation to look for this and run these tests as well (or finally do the hairy work to try and GitHub-Actions-ize those, which is ... a little complicated).

yosifkit commented 1 year ago

Going to close for now. We need to redesign the test harness a bit to make this work (possibly consider moving to a "real" testing framework or something).