You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in our dockerfile and instructions to users, the link to install caldb and caldb data files is to just the latest version. this is because I cannot find a versioned file to point to instead.
this caused errors when the caldbinit.sh file moved inside the caldb installation, causing our docker builds to fail until i figured out what was going on.
Locations where we reference the latest version URL:
Unfortunately, without a versioned URL to the caldb software, I'm not sure we can fix this. We could consider caldb to be a database, and we are just always pointing to that database.
The text was updated successfully, but these errors were encountered:
falkben
changed the title
caldb unversioned -- potentially cause issues later in time
caldb unversioned -- potentially cause issues later in time?
Sep 13, 2022
in our dockerfile and instructions to users, the link to install caldb and caldb data files is to just the latest version. this is because I cannot find a versioned file to point to instead.
this caused errors when the
caldbinit.sh
file moved inside the caldb installation, causing our docker builds to fail until i figured out what was going on.Locations where we reference the latest version URL:
Unfortunately, without a versioned URL to the caldb software, I'm not sure we can fix this. We could consider
caldb
to be a database, and we are just always pointing to that database.Related to: #70
The text was updated successfully, but these errors were encountered: