Skip to content

Commit 57b542c

Browse files
committed
change base docker image
1 parent 39265e5 commit 57b542c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,8 +508,8 @@
508508
<JAVA_OPTS>${debugJavaOptions}</JAVA_OPTS>
509509
<!-- TODO(ville): Obtain these from the current user! -->
510510
<!-- Ref: https://github.com/rynr/user-id-maven-plugin -->
511-
<CAGG_UID>1000</CAGG_UID>
512-
<CAGG_GID>1000</CAGG_GID>
511+
<CAGG_UID>1001</CAGG_UID>
512+
<CAGG_GID>1001</CAGG_GID>
513513
</env>
514514
<volumes>
515515
<bind>

src/main/docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM openjdk:17-slim-bullseye
15+
FROM eclipse-temurin:17-jre
1616

1717
MAINTAINER arpnetworking
1818

@@ -22,8 +22,8 @@ WORKDIR /opt/cluster-aggregator
2222

2323
# Configuration
2424
ENV CAGG_USER="cagg"
25-
ENV CAGG_UID=1000
26-
ENV CAGG_GID=1000
25+
ENV CAGG_UID=1001
26+
ENV CAGG_GID=1001
2727
ENV JVM_XMS="64m"
2828
ENV JVM_XMX="1024m"
2929
ENV LOGBACK_CONFIG="-Dlogback.configurationFile=/opt/cluster-aggregator/config/logback-docker.xml"

0 commit comments

Comments
 (0)