aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2020-04-16 10:54:18 +0200
committerZebek Bogumil <bogumil.zebek@nokia.com>2020-04-16 10:54:18 +0200
commit100123bb60c6a91cfa9bcf35f1531780b003e3bd (patch)
tree76047f9f812163efee3da31ab0fb9107acebcd2f
parent1740a80eab8ebb9598b7e9a19632a17491811be2 (diff)
Release containers
Issue-ID: AAF-1083 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I43a3c19c463a0979011fd0c5edac24d5173be2ab
-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'