Compare commits

...

3 Commits

Author SHA1 Message Date
Stefan Reimer 6de66df1a9 Merge pull request 'chore(deps): update jenkins/inbound-agent:alpine-jdk17 docker digest to 38484c0' (#7) from renovate/jenkins-inbound-agent-alpine-jdk17 into master
ZeroDownTime/jenkins-podman/pipeline/head This commit looks good Details
Reviewed-on: #7
2024-04-15 15:09:09 +00:00
Stefan Reimer dbdc24fe53 fix: Ensure only traces are sent via OTEL for now
ZeroDownTime/jenkins-podman/pipeline/head This commit looks good Details
2024-04-15 14:51:31 +00:00
Renovate Bot bda8c643c6 chore(deps): update jenkins/inbound-agent:alpine-jdk17 docker digest to 38484c0
ZeroDownTime/jenkins-podman/pipeline/pr-master This commit looks good Details
2024-04-03 03:05:51 +00:00
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# https://hub.docker.com/r/jenkins/inbound-agent/tags
FROM jenkins/inbound-agent:alpine-jdk17@sha256:17871822cee8a77b6a46e5f293f19c16bcd93074520b7789c7057bfbbb7423c1
FROM jenkins/inbound-agent:alpine-jdk17@sha256:38484c0f035a57b3cab5838468fb6c5c2b3f3051e7a2c8b39c99a30823f393ce
ARG BUILDUSER=jenkins
@ -45,6 +45,10 @@ ENV BUILDAH_ISOLATION=chroot
ENV _CONTAINERS_USERNS_CONFIGURED=""
ENV HOME=/home/$BUILDUSER
# Until we setup the logging and metrics pipelines in OTEL
ENV OTEL_LOGS_EXPORTER=none
ENV OTEL_METRICS_EXPORTER=none
USER $BUILDUSER
ENTRYPOINT ["/sbin/tini", "--", "/usr/local/bin/entrypoint.sh"]