Commit Graph

77 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
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 c634856c16 Push multi-arch images 2023-05-20 11:58:26 +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 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 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 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 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
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
Eduardo Balsa d3ef1564d2 Added support for rdkafka 2021-04-14 14:04:17 +02:00
Eduardo Balsa 87a324b0cd Added support for rdkafka 2021-04-14 14:02:31 +02:00
Garrit Schroeder c21dabd62c move php composer dependency into composer-build stage 2021-03-15 18:11:40 +01:00
Garrit Schroeder 9977d9281f install openid connect dependencies 2021-03-15 16:49:11 +01:00
Jason Kendall 1684553045 Better way to remove extra pip wheel packages. Fixes #101 2021-03-10 13:01:52 -05:00
Jason Kendall 88c6be64e7 Add php-intl and php-bcmath for #93 2021-02-16 19:00:52 -05:00
Jason Kendall 6da2a69d40 Actual pre-grab/build all python modules, work around cryptography version issues 2021-02-16 17:37:51 -05:00
qh4t ce26836c90 Add php-zip 2020-09-10 19:35:10 -05:00
Jason Kendall 270e20806d Move SSL certs /etc/nginx/certs - fixes #53 2020-05-28 20:23:33 -04:00
Jason Kendall 3773870ae3 Ensure upstream files are synced to virtual mount - closes 52 2020-05-28 19:49:27 -04:00
Jason Kendall 9d2e722140 Default to modern nginx security - resolves #50 2020-05-28 19:33:54 -04:00
Jason Kendall 5083315a00 Revert "Ensure CA certs are updated"
This reverts commit 5b67d6c8a4.
2020-05-18 09:22:41 -04:00
Jason Kendall 5b67d6c8a4 Ensure CA certs are updated 2020-05-15 12:39:53 -04:00
Jason Kendall 4c7efe4977 Use distributed configs for defaults 2020-02-27 18:10:39 -05:00
Jason Kendall c57f2669ec ENV to disable port 80 redirect - fixes #34 2020-02-27 15:28:21 -05:00
Jason Kendall 690094e6ed Seperate misp configs per port 2020-02-25 09:24:17 -05:00
Jason Kendall e9614b253b Add procps for ps and kill 2020-02-24 20:14:47 -05:00