mirror of
				https://github.com/vyos/vyos-build.git
				synced 2025-10-01 20:28:40 +02:00 
			
		
		
		
	Compare commits
	
		
			6 Commits
		
	
	
		
			db23b29ceb
			...
			58a30bd14a
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					58a30bd14a | ||
| 
						 | 
					a2979842a7 | ||
| 
						 | 
					a4318d2228 | ||
| 
						 | 
					82a40e68c7 | ||
| 
						 | 
					b894227750 | ||
| 
						 | 
					1f400a4b01 | 
@ -6,7 +6,7 @@ bootloaders = "grub-efi"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[additional_repositories.salt]
 | 
					[additional_repositories.salt]
 | 
				
			||||||
  architecture = "arm64"
 | 
					  architecture = "arm64"
 | 
				
			||||||
  url =	"https://packages.vyos.net/saltproject/debian/11/amd64/3005"
 | 
					  url =	"https://packages.vyos.net/saltproject/debian/11/arm64/3005"
 | 
				
			||||||
  distribution = "bullseye"
 | 
					  distribution = "bullseye"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[additional_repositories.zabbix]
 | 
					[additional_repositories.zabbix]
 | 
				
			||||||
 | 
				
			|||||||
@ -109,7 +109,8 @@ RUN apt-get update && apt-get install -y \
 | 
				
			|||||||
      live-build \
 | 
					      live-build \
 | 
				
			||||||
      gdisk \
 | 
					      gdisk \
 | 
				
			||||||
      sbsigntool \
 | 
					      sbsigntool \
 | 
				
			||||||
      dosfstools
 | 
					      dosfstools \
 | 
				
			||||||
 | 
					      kpartx
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Packages for TPM test
 | 
					# Packages for TPM test
 | 
				
			||||||
RUN apt-get update && apt-get install -y swtpm
 | 
					RUN apt-get update && apt-get install -y swtpm
 | 
				
			||||||
@ -285,7 +286,6 @@ RUN if dpkg-architecture -ii386 || dpkg-architecture -iamd64; then \
 | 
				
			|||||||
# This is only supported on i386 and amd64 platforms
 | 
					# This is only supported on i386 and amd64 platforms
 | 
				
			||||||
RUN if dpkg-architecture -ii386 || dpkg-architecture -iamd64; then \
 | 
					RUN if dpkg-architecture -ii386 || dpkg-architecture -iamd64; then \
 | 
				
			||||||
     apt-get update && apt-get install -y \
 | 
					     apt-get update && apt-get install -y \
 | 
				
			||||||
      kpartx \
 | 
					 | 
				
			||||||
      parted \
 | 
					      parted \
 | 
				
			||||||
      udev \
 | 
					      udev \
 | 
				
			||||||
      grub-pc \
 | 
					      grub-pc \
 | 
				
			||||||
 | 
				
			|||||||
@ -618,7 +618,7 @@ DOCUMENTATION_URL="{build_config['documentation_url']}"
 | 
				
			|||||||
        lb config noauto \
 | 
					        lb config noauto \
 | 
				
			||||||
                --no-color \
 | 
					                --no-color \
 | 
				
			||||||
                --apt-indices false \
 | 
					                --apt-indices false \
 | 
				
			||||||
                --apt-options "--yes -oAPT::Get::allow-downgrades=true" \
 | 
					                --apt-options "--yes" \
 | 
				
			||||||
                --apt-recommends false \
 | 
					                --apt-recommends false \
 | 
				
			||||||
                --architecture "{{architecture}}" \
 | 
					                --architecture "{{architecture}}" \
 | 
				
			||||||
                --archive-areas "{{debian_archive_areas}}" \
 | 
					                --archive-areas "{{debian_archive_areas}}" \
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user