Skip to content

Commit

Permalink
updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Feb 18, 2024
1 parent 936bde3 commit 4676eb9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions jenkins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@
# https://www.linkedin.com/in/HariSekhon
#

# Use JCasC to do this instead now
#
# See:
#
# https://github.com/HariSekhon/Kubernetes-configs/blob/master/jenkins/base/values.yaml
#

# and execute everything in dynamically spawned Kubernetes pod agents using docker images containing everything you need
#
# - see https://github.com/HariSekhon/Kubernetes-configs/blob/master/jenkins/base/jenkins-agent-pod.yaml
# - and adjacent docker-image-jenkins for deriving your own custom docker image from the default jenkins agent on debian

# nosemgrep: dockerfile.audit.dockerfile-source-not-pinned.dockerfile-source-not-pinned
FROM jenkins/jenkins:lts

Expand Down

0 comments on commit 4676eb9

Please sign in to comment.