aboutsummaryrefslogtreecommitdiffstats
path: root/asdctool/README.md
blob: 7e6c68f75a678b908ae368e312f877b33e54d305 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# sdc-cs

This maven module is named `asdctool` but it's deployed service is called [sdc-cs](https://git.onap.org/oom/tree/kubernetes/sdc/components/sdc-cs).

## Build images

You can run `mvn clean install -P docker -Dcheckstyle.skip -DskipTests` to build the `sdc-cassandra-init` image.

```sh
$ mvn clean install -P docker -Dcheckstyle.skip -DskipTests
...
[INFO] DOCKER> Tagging image onap/sdc-cassandra-init:latest successful!
[INFO] DOCKER> Tagging image onap/sdc-cassandra-init:1.14-STAGING-latest successful!
[INFO] DOCKER> Tagging image onap/sdc-cassandra-init:1.14-20250304T084735Z successful!
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  06:12 min
[INFO] Finished at: 2025-03-04T09:53:47+01:00
[INFO] ------------------------------------------------------------------------
```