File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM neowu/jre:25.0.0
1+ FROM neowu/jre:25.0.1
22LABEL app=log-collector
33RUN addgroup --gid 1000 --system app && adduser --system --no-create-home --ingroup app --uid 1000 app
44USER 1000
Original file line number Diff line number Diff line change 1- FROM neowu/jre:25.0.0
1+ FROM neowu/jre:25.0.1
22LABEL app=log-exporter
33RUN apk add --no-cache python3 curl
44# gcloud iam requires user home, so must not put --no-create-home
Original file line number Diff line number Diff line change 1- FROM neowu/jre:25.0.0
1+ FROM neowu/jre:25.0.1
22LABEL app=log-processor
33RUN addgroup --gid 1000 --system app && adduser --system --no-create-home --ingroup app --uid 1000 app
44USER 1000
Original file line number Diff line number Diff line change 1- FROM neowu/jre:25.0.0
1+ FROM neowu/jre:25.0.1
22LABEL app=monitor
33RUN addgroup --gid 1000 --system app && adduser --system --no-create-home --ingroup app --uid 1000 app
44USER 1000
You can’t perform that action at this time.
0 commit comments