irods / irods_capability_automated_ingest

Other
12 stars 15 forks source link

Update documentation (and Dockerfiles) in ./docker/ingest-test #216

Closed alanking closed 2 months ago

alanking commented 6 months ago

The instructions for running tests apart from Compose appear to be out of date and actually don't work. We need to make some adjustments so that these are true again (or perhaps just remove them). This is extremely low priority.

trel commented 2 months ago

perhaps also 0.5.0 while you're making sure things are working...

alanking commented 2 months ago

Sure. The Compose instructions mostly work (I had to use the compose plugin instead of docker-compose), so, I'll just try to reverse-engineer some instructions.

alanking commented 2 months ago

I'm leaning toward removing the non-Compose instructions. We use Compose for testing in many projects now and do not provide instructions for running it otherwise. Thoughts?

trel commented 2 months ago

Yes, please let's just simplify and standardize on docker compose. That feels easy enough and good.