This commit is contained in:
		
							parent
							
								
									6c8dc5926f
								
							
						
					
					
						commit
						6aabe7acc4
					
				
					 3 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
					@ -15,7 +15,7 @@ steps:
 | 
				
			||||||
    password: admin
 | 
					    password: admin
 | 
				
			||||||
    repo: registry.kube.ceperka.net
 | 
					    repo: registry.kube.ceperka.net
 | 
				
			||||||
    image: registry.kube.ceperka.net/library/builder
 | 
					    image: registry.kube.ceperka.net/library/builder
 | 
				
			||||||
    tag: 36
 | 
					    tag: 38
 | 
				
			||||||
  privileged: true
 | 
					  privileged: true
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
  - echo "$password" | podman login -u $username --password-stdin $repo
 | 
					  - echo "$password" | podman login -u $username --password-stdin $repo
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
FROM fedora:36
 | 
					FROM fedora:38
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ADD ceperka-ca.crt /etc/pki/ca-trust/source/anchors/
 | 
					ADD ceperka-ca.crt /etc/pki/ca-trust/source/anchors/
 | 
				
			||||||
ADD rosti-ca.crt /etc/pki/ca-trust/source/anchors/
 | 
					ADD rosti-ca.crt /etc/pki/ca-trust/source/anchors/
 | 
				
			||||||
| 
						 | 
					@ -7,4 +7,5 @@ RUN dnf -y upgrade --refresh
 | 
				
			||||||
RUN dnf -y install python3.9 python3.10 python3-pip pipenv fish helm awscli ansible podman podman-docker git git-lfs jq make openssh nodejs npm golang sqlite rsync
 | 
					RUN dnf -y install python3.9 python3.10 python3-pip pipenv fish helm awscli ansible podman podman-docker git git-lfs jq make openssh nodejs npm golang sqlite rsync
 | 
				
			||||||
# kubectl terraform
 | 
					# kubectl terraform
 | 
				
			||||||
RUN dnf -y groupinstall "Development Tools"
 | 
					RUN dnf -y groupinstall "Development Tools"
 | 
				
			||||||
 | 
					RUN wget https://github.com/go-task/task/releases/download/v3.28.0/task_linux_amd64.rpm && dnf localinstall task_linux_amd64.rpm && rm task_linux_amd64.rpm
 | 
				
			||||||
RUN update-ca-trust
 | 
					RUN update-ca-trust
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
REPO=harbor.hq.rosti.cz/library/builder
 | 
					REPO=harbor.hq.rosti.cz/library/builder
 | 
				
			||||||
VERSION=35
 | 
					VERSION=38
 | 
				
			||||||
 | 
					
 | 
				
			||||||
build:
 | 
					build:
 | 
				
			||||||
	docker build -t ${REPO}:${VERSION} .
 | 
						docker build -t ${REPO}:${VERSION} .
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue