Skip to content

Commit

Permalink
Set container image group and name in application.properties instead …
Browse files Browse the repository at this point in the history
…of pom.xml (#47).
  • Loading branch information
chenkins committed Dec 14, 2023
1 parent 7ce3ede commit f32a2ed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ quarkus.http.header."Content-Type".value=text/html

# Container Image Adjustments
quarkus.container-image.registry=ghcr.io
quarkus.container-image.group=cryptomator
quarkus.container-image.name=hub
quarkus.container-image.group=shift7-ch
quarkus.container-image.name=cipherduck
quarkus.container-image.tag=latest
quarkus.container-image.labels."org.opencontainers.image.title"=Cryptomator Hub
quarkus.container-image.labels."org.opencontainers.image.title"=Cipherduck Hub
quarkus.container-image.labels."org.opencontainers.image.description"=Centralized Zero-Knowledge Key Management for using Cryptomator in Teams and Organizations
quarkus.container-image.labels."org.opencontainers.image.vendor"=Skymatic GmbH
quarkus.container-image.labels."org.opencontainers.image.url"=https://cryptomator.org/hub
quarkus.container-image.labels."org.opencontainers.image.source"=https://github.com/cryptomator/hub
quarkus.container-image.labels."org.opencontainers.image.vendor"=Shift7 GmbH
quarkus.container-image.labels."org.opencontainers.image.url"=https://github.com/shift7-ch/cipherduck-hub
quarkus.container-image.labels."org.opencontainers.image.source"=https://github.com/shift7-ch/cipherduck-hub
quarkus.container-image.labels."org.opencontainers.image.licenses"=AGPL-3.0-or-later

0 comments on commit f32a2ed

Please sign in to comment.