aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaweł Baniewski <pawel.baniewski@nokia.com>2020-04-16 11:28:48 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-16 11:28:48 +0000
commit290ff7cc123aee2d1b77ab24126a4b9e27d60855 (patch)
tree2c722c565e02d6b1362621eec227bebb2f552366
parent5f9406058b6a22e3e52989cd14b88e44005b2ed9 (diff)
parent100123bb60c6a91cfa9bcf35f1531780b003e3bd (diff)
Merge "Release containers"
-rw-r--r--README.md7
-rw-r--r--releases/1.0.0-container.yaml12
2 files changed, 18 insertions, 1 deletions
diff --git a/README.md b/README.md
index 98033b48..c3a30ce0 100644
--- a/README.md
+++ b/README.md
@@ -84,4 +84,9 @@ https://nexus.onap.org/content/repositories/snapshots/org/onap/aaf/certservice/
All docker images are hosted under nexus3 uri:
```
https://nexus3.onap.org/repository/docker.snapshot/v2/onap/org.onap.aaf.certservice.aaf-certservice-api/
-``` \ No newline at end of file
+```
+
+### How to release containers
+```
+https://github.com/lfit/releng-global-jjb/blob/master/docs/jjb/lf-release-jobs.rst
+```
diff --git a/releases/1.0.0-container.yaml b/releases/1.0.0-container.yaml
new file mode 100644
index 00000000..7ce7bd3f
--- /dev/null
+++ b/releases/1.0.0-container.yaml
@@ -0,0 +1,12 @@
+distribution_type: 'container'
+container_release_tag: '1.0.0'
+container_pull_registry: nexus3.onap.org:10003
+container_push_registry: nexus3.onap.org:10002
+project: 'aaf-certservice'
+log_dir: 'aaf-certservice-maven-docker-stage-master/73/'
+ref: 1740a80eab8ebb9598b7e9a19632a17491811be2
+containers:
+ - name: 'org.onap.aaf.certservice.aaf-certservice-api'
+ version: '1.0.0-20200415T164039Z'
+ - name: 'org.onap.aaf.certservice.aaf-certservice-client'
+ version: '1.0.0-20200415T164039Z'