Commit Graph

142 Commits (5a3d5a9e0a6f1a92aa9247f9f90878b42c507a6e)

Author SHA1 Message Date
Øivind Hoel 5a3d5a9e0a
Create smaller image, faster build times, rework dependencies (#27)
Changes:
* fetch pymisp version from submodule, remove erroneous module from additional dependencies
* fix heredoc indentation, move files dist and permission to same layer to avoid duplicating
* fix cybox addition, codecov removal
* pinned pip versions for our own imports
* size optimization by applying the intended file permissions from later step in initial copy
* bind-mount wheels to reduce image size
* fix var init, rework py module add script to require version and only overwrite when we have a version defined
* handle missing MISP/MODULES_TAG in env
* remove git package and (almost all of) .git directory
* split MISP and PyMISP steps to allow faster iteration in module step
2023-09-15 11:50:30 +01:00
Anders Einar Hilden 2078a599fb Add/document AUTOGEN_ADMIN_KEY, AUTOCONF_GPG, MISP_EMAIL, MISP_CONTACT
AUTOCONF_ADMIN_KEY renamed to AUTOGEN_ADMIN_KEY. If ADMIN_KEY is set,
that will still be set, AUTOGEN_ADMIN_KEY only turns off automatic
generation.
AUTOCONF_GPG behaves as before.
MISP_EMAIL sets MISP.email and GPG-related email.
MISP_CONTACT sets MISP.contact (support email)
2023-08-11 11:15:29 +01:00
Stefano Ortolani 3429540b78 Bump version and allow selectively disabling auto configuration 2023-08-01 11:21:12 +01:00
Stefano Ortolani 9447c93b29 Upgrade composer to latest stable 2023-06-15 11:43:41 +01:00
Stefano Ortolani 4e7b1a1912 Add missing argument to composer-build 2023-06-12 09:41:19 +01:00
Stefano Ortolani 7b13ac8ffc Bump version and fix build bugs 2023-06-09 14:42:41 +01:00
Anders Einar Hilden b46e9eef63 Improve image size and better handle poetry-based PyMISP 2023-06-04 13:46:46 +01:00
Stefano Ortolani 77bff61b5a Forcing CA path setting when bundle does not have pem extension 2023-06-02 10:23:37 +01:00
Stefano Ortolani d838706dd1 Initialize 'ca_path' to system CA bundle 2023-05-24 09:57:59 +01:00
Stefano Ortolani c634856c16 Push multi-arch images 2023-05-20 11:58:26 +01:00
Stefano Ortolani 14c042f41e Export optional environment variables 2023-05-17 14:07:21 +01:00
Stefano Ortolani 5c78c3492c Bump misp and misp-modules 2023-05-16 15:26:20 +01:00
Stefano Ortolani 0f158150a0 Read hostname and cron user id from environment variables 2023-05-15 12:13:25 +01:00
Stefano Ortolani 366fb0e6b0 Fix first execution bugs and allow admin password to be changed
Changes:
- Allow admin password to be changed
- Fix updating email.php the first time the container starts
2023-05-14 16:56:55 +01:00
Stefano Ortolani e548b22ffa Refactor handling of syncserver variables 2023-05-13 14:17:53 +01:00
Stefano Ortolani d3db17ef78 Move to pydeep2 2023-05-12 15:52:25 +01:00
Stefano Ortolani c6b0ba7819 Handle PyMISP migration to poetry 2023-05-12 15:27:33 +01:00
Stefano Ortolani 808c41483a Set sessions to be stored in Redis rather than files 2023-05-12 13:42:23 +01:00
Stefano Ortolani aceee6d225 Remove plugin configuration and refactor REST client functions 2023-05-09 15:11:07 +01:00
Stefano Ortolani 51075b4f37 Refactor the whole image and allow external customization 2023-04-24 10:55:25 +01:00
Stefano Ortolani 8d7031e42c Bump version and fix cloning when specific a specific commit 2023-03-28 14:37:13 +01:00
Stefano Ortolani ed3b00b52a Finalize fork 2022-12-07 08:52:49 +00:00
Stefano Ortolani 25dd423617
Tidy things up before publishing (#11)
Co-authored-by: Stefano Ortolani <ortolanis@vmware.com>
2022-12-06 17:13:23 +00:00
Sebastiano Mariani 814379c22f
Add nginx route (/feeds) that exposes various MISP feeds (#9)
Signed-off-by: Sebastiano Mariani <smariani@vmware.com>
2022-11-30 08:51:29 -08:00
Stefano Ortolani 212a9ca557
Fix entrypoints and improve disk performance (#10)
Co-authored-by: Stefano Ortolani <ortolanis@vmware.com>
2022-11-30 16:42:16 +00:00
Stefano Ortolani 231d099a9f
Fix how cron are launched and managed (#8)
Changes:
- cron is now launched with the -l option
- pipe cron/tail is now a fifo so sigterm is handled properly

Co-authored-by: Stefano Ortolani <ortolanis@vmware.com>
2022-11-30 09:51:57 +00:00
Sebastiano Mariani 54705719de
Add ability to specify new organizations that needs to be register at startup time (#5)
Signed-off-by: Sebastiano Mariani <smariani@vmware.com>
2022-11-17 15:15:56 -08:00
Sebastiano Mariani ea51b1f55a Add parametric Dockerhub mirror to MISP and MISP Module images for internal deployment
Signed-off-by: Sebastiano Mariani <smariani@vmware.com>
2022-11-16 11:14:13 -08:00
Stefano Ortolani 07c886b1ba Fix bugs and improve reliability 2022-11-15 14:18:37 -08:00
Stefano Ortolani e919ed8cf7 Instantiate custom entrypoint 2022-11-15 14:18:35 -08:00
Jason Kendall 7c8f855ef8 Composer 2.1.14 - Workaround for #181 2022-08-08 09:36:05 -04:00
Jason Kendall 9c94806f61
Merge pull request #165 from akreffett/master
Remove hardcoded arch-specific path in php-builder
2022-03-29 12:31:34 -04:00
Aaron K. Reffett 71818c059e Fixes #167: Switch OIDC back-end provider supported by v2.4.154+ 2022-03-29 12:20:49 -04:00
Aaron K. Reffett 4c451e4c31 Replace arch-specific copy of libfuzzy with gcc -dumpmachine to facilitate builds on other arches 2022-03-29 12:18:31 -04:00
Jason Kendall 0510cfe7d0 Remove extra package checks for items that no longer need it 2022-01-05 12:35:37 -05:00
Jason Kendall cec3f31b9d Initial Bullseye work 2022-01-05 12:25:27 -05:00
Jason Kendall c5a0feb697
Merge pull request #139 from paalbra/fix-138
Remove extra pluggy wheel packages
2021-10-19 15:22:11 -04:00
Jason Kendall 391b8d15db
Merge pull request #141 from Kagee/patch-1
libffi-dev needed for v2.4.149
2021-10-19 14:47:07 -04:00
Anders Einar Hilden 5bb1b9da16 Upgrade Composer to 2.1, MISP codebase uses 2.0.9 2021-10-19 19:51:11 +02:00
Anders Einar Hilden 1e8c3b02ac libffi-dev needed for v2.4.149 2021-10-19 19:24:59 +02:00
Paal Braathen a1464ca0c8 Remove extra pluggy wheel packages 2021-10-12 09:48:21 +02:00
Jason Kendall f987fe180f
Merge pull request #103 from garrit-schroeder/oidc2
Install dependencies for Open ID Connect implementation for MISP v2.4.140
2021-04-21 10:50:07 -04:00
E. Balsa ec8c9c3c73 Allow defining the number of parallel workers 2021-04-20 09:13:09 +02:00
Jason Kendall df3b7efeb1
Merge pull request #107 from drcursor/addcertauth
Add required parameters for cert authentication
2021-04-19 10:37:47 -04:00
Jason Kendall 9c705163b9
Merge pull request #108 from drcursor/addmissingphpmodules
Add missing php modules rdkafka and brotli
2021-04-19 10:33:04 -04:00
E. Balsa dccadb0337 Change config file permissions 2021-04-14 14:58:22 +02:00
Eduardo Balsa 7f6fcdde85 Added support for brotli 2021-04-14 14:20:49 +02:00
Eduardo Balsa 3a3f0637e4 Added support for brotli 2021-04-14 14:13:37 +02:00
Eduardo Balsa a3074400e0 Added support for brotli 2021-04-14 14:11:16 +02:00
Eduardo Balsa fd30185aa9 Added support for rdkafka 2021-04-14 14:06:54 +02:00