File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 508
508
<JAVA_OPTS >${debugJavaOptions} </JAVA_OPTS >
509
509
<!-- TODO(ville): Obtain these from the current user! -->
510
510
<!-- 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 >
513
513
</env >
514
514
<volumes >
515
515
<bind >
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM openjdk :17-slim-bullseye
15
+ FROM eclipse-temurin :17-jre
16
16
17
17
MAINTAINER arpnetworking
18
18
@@ -22,8 +22,8 @@ WORKDIR /opt/cluster-aggregator
22
22
23
23
# Configuration
24
24
ENV CAGG_USER="cagg"
25
- ENV CAGG_UID=1000
26
- ENV CAGG_GID=1000
25
+ ENV CAGG_UID=1001
26
+ ENV CAGG_GID=1001
27
27
ENV JVM_XMS="64m"
28
28
ENV JVM_XMX="1024m"
29
29
ENV LOGBACK_CONFIG="-Dlogback.configurationFile=/opt/cluster-aggregator/config/logback-docker.xml"
You can’t perform that action at this time.
0 commit comments