mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-06 01:02:52 +01:00
Fixed publish & defaults
Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
"log_processed_messages_seconds": 900,
|
||||
"logging_handler": "file",
|
||||
"logging_level": "INFO",
|
||||
"logging_path": "~/intelmq_logs",
|
||||
"logging_path": "/opt/intelmq/var/log/",
|
||||
"logging_syslog": "/dev/log",
|
||||
"process_manager": "intelmq",
|
||||
"rate_limit": 0,
|
||||
|
||||
8
publish.sh
Normal file → Executable file
8
publish.sh
Normal file → Executable file
@@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
build_version="1.1"
|
||||
build_version="1.0"
|
||||
|
||||
docker login --username=sebwalcertat
|
||||
docker login
|
||||
|
||||
docker tag certat/intelmq-full:$build_version
|
||||
docker tag intelmq-full:$build_version certat/intelmq-full:$build_version
|
||||
|
||||
docker push certat/intelmq-full
|
||||
docker push certat/intelmq-full:$build_version
|
||||
|
||||
Reference in New Issue
Block a user