Closed ScottBailey closed 1 year ago
I am considering what we can do for testing. This is a regression and so it seems especially sensible to ensure it doesn't happen in future by adding a regression test. The downside of this is that any test we do here could be lengthy.
Here's an idea for the steps:
--tag=
) and tag the image with ONLY that tag. DO NOT tag with latest, version, or git commit hash when tag existsbootstrap.sh
with the older CDT version (3.0.1) and the tag (e.g. --cdt=3.0.1 --tag=version_test
)This will take awhile to run, so we may want it disabled by default?
This may be a reasonable command to get the version.
docker run --name dunes_version_test -it dunes:latest /usr/bin/ls /usr/opt/cdt
Bootstrap ignores version directive and tries to build with latest CDT (version 4.0.0).
See #191 for a possible fix.