Releases: BerkeleyLibrary/archivesspace
Releases · BerkeleyLibrary/archivesspace
v3.3.1-ucblib-rc4
Adds material_types plugin. This is built in to the image
v3.3.1-ucblib-rc3 » Fixes PDF generation
DP-706 (bugfix): Fixes PDF generation by giving the application user a home directory.
ArchivesSpace uses the FOP PDF generation library, which needs to be able to write to either ~/.fop or ${approot}/.fop. The latter is not writeable for security reasons (the app user can only write to /opt/app/data), and the former was previously not writeable because the app user's homedir did not exist.
v3.3.1-ucblib-rc2 » Adds Berkeley Branding Support
- Adds custom branding support (logo, alt text, and welcome messaging) configured via ENV flags.
- Bakes Bancroft/non-Bancroft logos into the image. This way you don't have to mount them.
- Bakes the customized config.rb into the image; same reasoning.
- Simplifies the configuration structure within the repository (everything is now nestled under
./files).
v3.3.1-ucblib-rc1 » Berkeley LIbrary Initial Dockerized Release
This is the first released image version for the Berkeley Library's Dockerized ArchivesSpace v3.3.1 instance.