Skip to content

Commit

Permalink
publish to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Oct 11, 2024
1 parent e67cb27 commit 0ac0801
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions Dockerfile.pubreg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FROM eclipse-temurin:17-jdk

RUN apt-get update && \
apt-get install -y maven git && \
apt-get clean

WORKDIR /workspace
COPY . /workspace

RUN mvn clean install


CMD ["java", "-jar", "target/ChannelFinder-*.jar", "--spring.config.name=application"]
4 changes: 2 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ tolerations: []
affinity: {}

image:
repository: channelfinder
tag: "latest"
image: gcr.io/diamond-pubreg/channelfinder/channelfinder
tag: "alpha"
pullPolicy: IfNotPresent

elasticsearch:
Expand Down

0 comments on commit 0ac0801

Please sign in to comment.