REL: 2.3.1 intelmq release

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
Sebastian Waldbauer
2021-03-26 11:32:27 +01:00
parent 13fbc401a7
commit b2f98d2ba6
5 changed files with 14 additions and 9 deletions

View File

@@ -1,12 +1,17 @@
#!/bin/bash
build_version="1.0"
build_version="2.3.1"
namespace="certat"
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