Compare commits

...

4 Commits

Author SHA1 Message Date
f7fcfd53ad chore: latest Jenkins base image
All checks were successful
ZeroDownTime/jenkins-podman/pipeline/head This commit looks good
ZeroDownTime/jenkins-podman/pipeline/tag This commit looks good
2024-06-14 13:50:23 +00:00
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
All checks were successful
ZeroDownTime/jenkins-podman/pipeline/head This commit looks good
Reviewed-on: #7
2024-04-15 15:09:09 +00:00
dbdc24fe53 fix: Ensure only traces are sent via OTEL for now
All checks were successful
ZeroDownTime/jenkins-podman/pipeline/head This commit looks good
2024-04-15 14:51:31 +00:00
bda8c643c6 chore(deps): update jenkins/inbound-agent:alpine-jdk17 docker digest to 38484c0
All checks were successful
ZeroDownTime/jenkins-podman/pipeline/pr-master This commit looks good
2024-04-03 03:05:51 +00:00

View File

@ -2,7 +2,7 @@
# https://hub.docker.com/r/jenkins/inbound-agent/tags # https://hub.docker.com/r/jenkins/inbound-agent/tags
FROM jenkins/inbound-agent:alpine-jdk17@sha256:17871822cee8a77b6a46e5f293f19c16bcd93074520b7789c7057bfbbb7423c1 FROM jenkins/inbound-agent:alpine-jdk21@sha256:5bbf84cbe7ce45478c8528fb9a30c8720b7d228b38f26150ab9c605ac02bc44b
ARG BUILDUSER=jenkins ARG BUILDUSER=jenkins
@ -45,6 +45,10 @@ ENV BUILDAH_ISOLATION=chroot
ENV _CONTAINERS_USERNS_CONFIGURED="" ENV _CONTAINERS_USERNS_CONFIGURED=""
ENV HOME=/home/$BUILDUSER 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 USER $BUILDUSER
ENTRYPOINT ["/sbin/tini", "--", "/usr/local/bin/entrypoint.sh"] ENTRYPOINT ["/sbin/tini", "--", "/usr/local/bin/entrypoint.sh"]