-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bcbb545
commit 63444c3
Showing
7 changed files
with
485 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule archivematica-storage-service
updated
2 files
+2 −1 | Dockerfile | |
+92 −0 | osdeps/Ubuntu-22.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,141 @@ | ||
{ | ||
"_comments": [ | ||
"Add any comments here", | ||
"Include here keys, repos, and packages required by this component" | ||
], | ||
"osdeps_packages": [ | ||
{ | ||
"name": "atool", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "bulk-extractor", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "ffmpeg", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "fits", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "gearman", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "ghostscript", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "hashdeep", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "imagemagick", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "inkscape", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "jhove", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "libimage-exiftool-perl", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "logapp", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "md5deep", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "nailgun", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "mediaconch", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "mediainfo", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "nfs-common", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "openjdk-8-jre-headless", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "p7zip-full", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "pbzip2", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "postfix", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "pst-utils", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "rsync", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "siegfried", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "sleuthkit", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "tesseract-ocr", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "tree", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "unrar-free", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "uuid", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "libmysqlclient-dev", | ||
"state": "latest" | ||
} | ||
], | ||
"osdeps_repokeys": [ | ||
{ | ||
"id": "0x5236CA08", | ||
"url": "https://packages.archivematica.org/GPG-KEY-archivematica", | ||
"validate_certs": "no" | ||
} | ||
], | ||
"osdeps_repos": [ | ||
"deb [arch=amd64] http://packages.archivematica.org/1.15.x/ubuntu-externals jammy main", | ||
"deb http://archive.ubuntu.com/ubuntu/ jammy multiverse", | ||
"deb http://archive.ubuntu.com/ubuntu/ jammy-security universe", | ||
"deb http://archive.ubuntu.com/ubuntu/ jammy-updates multiverse" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"_comments": [ | ||
"Add any comments here", | ||
"Include here keys, repos, and packages required by this component" | ||
], | ||
"osdeps_packages": [ | ||
{ | ||
"name": "libmysqlclient-dev", | ||
"state": "latest" | ||
} | ||
], | ||
"osdeps_repokeys": [], | ||
"osdeps_repos": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"_comments": [ | ||
"Add any comments here", | ||
"Include here keys, repos, and packages required by this component", | ||
"libsasl2-dev, libldap2-dev: required to pip install python-ldap in virtualenv" | ||
], | ||
"osdeps_packages": [ | ||
{ | ||
"name": "gcc", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "g++", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "gettext", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "nginx", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "libffi-dev", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "libxml2-dev", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "libxslt1-dev", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "libssl-dev", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "python3.6-dev", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "libsasl2-dev", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "libldap2-dev", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "unar", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "coreutils", | ||
"state": "latest" | ||
}, | ||
{ | ||
"name": "libmysqlclient-dev", | ||
"state": "latest" | ||
} | ||
], | ||
"osdeps_repokeys": [], | ||
"osdeps_repos": [] | ||
} |
Oops, something went wrong.