File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11#  This Dockerfile is used to create a Gitpod workspace with GitHub CLI installed.
22
33#  We start from the Gitpod full workspace image which includes a broad range of development tools.
4- FROM  gitpod/workspace-full:2025-06-16-15-20-00 
4+ FROM  gitpod/workspace-full:2025-06-23-06-54-22 
55
66#  The RUN command executes a series of commands in the new layer of the image and commits the results.
77#  The following commands are executed:
Original file line number Diff line number Diff line change 11#  This Dockerfile is used to create a Jenkins server with a specific version and pre-configured settings.
22
33#  We start by defining an ARG for the Jenkins version. This allows us to easily change the version of Jenkins we want to use.
4- ARG  JENKINS_VERSION=2.514 -jdk21
4+ ARG  JENKINS_VERSION=2.515 -jdk21
55
66#  We then use the official Jenkins image with the specified version as our base image.
77FROM  jenkins/jenkins:"${JENKINS_VERSION}" 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments