An open API service indexing awesome lists of open source software.

https://github.com/commonjava/indy-sidecar

Indy sidecar is used to support main builder container with local indy services, like client side metrics collecting and local repository archives
https://github.com/commonjava/indy-sidecar

Last synced: 6 months ago
JSON representation

Indy sidecar is used to support main builder container with local indy services, like client side metrics collecting and local repository archives

Awesome Lists containing this project

README

        

# Indy sidecar

## build image

**JVM image**

```shell
./mvnw clean package -Dquarkus.container-image.build=true
```

use `src/main/resources/application.properties` to control image build plugin, by default, indy-sidecar use docker as builder.

---

**Native executable**

```shell
./mvnw package -Pnative -Dquarkus.native.container-build=true
docker build -f src/main/docker/Dockerfile.native -t indy-sidecar:native .
```

Our build: `quay.io/kaine/indy-sidecar` tag:`latest` `native-latest`