mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-08 10:13:01 +01:00
REL: 2.3.1 intelmq release
Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
2
build.sh
2
build.sh
@@ -3,7 +3,7 @@ build_date=$(date -u +'%Y-%m-%dT%H:%M:%SZ')
|
|||||||
git_ref_core=$(cd ./intelmq && git rev-parse --short HEAD)
|
git_ref_core=$(cd ./intelmq && git rev-parse --short HEAD)
|
||||||
git_ref_manager=$(cd ./intelmq-manager && git rev-parse --short HEAD)
|
git_ref_manager=$(cd ./intelmq-manager && git rev-parse --short HEAD)
|
||||||
git_ref_api=$(cd ./intelmq-api && git rev-parse --short HEAD)
|
git_ref_api=$(cd ./intelmq-api && git rev-parse --short HEAD)
|
||||||
build_version="1.0"
|
build_version="2.3.1"
|
||||||
|
|
||||||
echo Building new IntelMQ-Image v$build_version
|
echo Building new IntelMQ-Image v$build_version
|
||||||
echo Core : $git_ref_core
|
echo Core : $git_ref_core
|
||||||
|
|||||||
2
intelmq
2
intelmq
Submodule intelmq updated: 1d9ef4979f...0ecf90b739
Submodule intelmq-api updated: 7a0f4b0324...17805961b7
Submodule intelmq-manager updated: a89ac0de1f...d0086ca2fe
15
publish.sh
15
publish.sh
@@ -1,12 +1,17 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
build_version="1.0"
|
build_version="2.3.1"
|
||||||
|
namespace="certat"
|
||||||
|
|
||||||
docker login
|
docker login
|
||||||
|
|
||||||
docker tag intelmq-nginx:latest certat/intelmq-nginx:latest
|
docker tag intelmq-nginx:latest $namespace/intelmq-nginx:latest
|
||||||
|
|
||||||
docker push certat/intelmq-nginx:latest
|
docker push $namespace/intelmq-nginx:latest
|
||||||
|
|
||||||
docker tag intelmq-full:latest certat/intelmq-full:latest
|
docker tag intelmq-full:latest $namespace/intelmq-full:latest
|
||||||
|
docker tag intelmq-full:latest $namespace/intelmq-full:1.0
|
||||||
|
docker tag intelmq-full:latest $namespace/intelmq-full:$build_version
|
||||||
|
|
||||||
docker push certat/intelmq-full:latest
|
docker push $namespace/intelmq-full:latest
|
||||||
|
docker push $namespace/intelmq-full:1.0
|
||||||
|
docker push $namespace/intelmq-full:$build_version
|
||||||
|
|||||||
Reference in New Issue
Block a user