ACCESS-NRI / access-nri-intake-catalog

Tools and configuration info used to manage ACCESS-NRI's intake catalogue
https://access-nri-intake-catalog.rtfd.io
Apache License 2.0
8 stars 1 forks source link

[BUG] Can't build catalog from the ACCESS-MED containerised environment #215

Closed rbeucher closed 1 day ago

rbeucher commented 1 month ago

Describe the Bug

The ACCESS-MED containerised environment is currently read-only, which causes the catalog-build command to fail when attempting to write or update the catalog.yml file located at access-nri-intake/data/catalog.

Steps to Reproduce

  1. Use the access-med conda environment.
  2. Run any catalog-build command.

Result: The command fails due to the inability to write to the read-only environment.

Additional Context

A potential solution is to introduce an argument that allows users to specify an alternative location for the catalog.yml file, which should be outside the squashfs container. Additionally, a symlink could be created at access-nri-intake/data/catalog, pointing to the desired writable location of the catalog.yml file.

rbeucher commented 1 month ago

@marc-white FYI

rbeucher commented 1 day ago

Fixed