mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-06 09:12:49 +01:00
FIX: Added state.json & updated entrypoint.sh
Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#!/bin/bash
|
||||
export INTELMQ_IS_DOCKER=1
|
||||
|
||||
intelmqctl upgrade-config
|
||||
intelmqctl check
|
||||
|
||||
if [[ $1 == "selftest" ]]
|
||||
then
|
||||
export INTELMQ_TEST_EXOTIC=1
|
||||
|
||||
38
example_config/intelmq/var/lib/state.json
Normal file
38
example_config/intelmq/var/lib/state.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"results": [
|
||||
],
|
||||
"upgrades": {
|
||||
"v100_dev7_modify_syntax": true,
|
||||
"v110_deprecations": true,
|
||||
"v110_shadowserver_feednames": true,
|
||||
"v111_defaults_process_manager": true,
|
||||
"v112_feodo_tracker_domains": true,
|
||||
"v112_feodo_tracker_ips": true,
|
||||
"v200_defaults_broker": true,
|
||||
"v200_defaults_ssl_ca_certificate": true,
|
||||
"v200_defaults_statistics": true,
|
||||
"v202_fixes": true,
|
||||
"v210_deprecations": true,
|
||||
"v213_deprecations": true,
|
||||
"v213_feed_changes": true,
|
||||
"v220_azure_collector": true,
|
||||
"v220_configuration": true,
|
||||
"v220_feed_changes": true,
|
||||
"v221_feed_changes": true,
|
||||
"v222_feed_changes": true,
|
||||
"v230_csv_parser_parameter_fix": true,
|
||||
"v230_deprecations": true,
|
||||
"v230_feed_changes": true,
|
||||
"v233_feodotracker_browse": true,
|
||||
"v300_bots_file_removal": true,
|
||||
"v300_defaults_file_removal": true,
|
||||
"v300_pipeline_file_removal": true
|
||||
},
|
||||
"version_history": [
|
||||
[
|
||||
3,
|
||||
0,
|
||||
1
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user