Revert "fedora-40: use self-hosted image to build"
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				/ build (push) Failing after 5m9s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	/ build (push) Failing after 5m9s
				
			This reverts commit aa55afa648.
			
			
This commit is contained in:
		
							parent
							
								
									95b662533c
								
							
						
					
					
						commit
						de7db63642
					
				
					 2 changed files with 9 additions and 9 deletions
				
			
		| 
						 | 
					@ -17,10 +17,10 @@ jobs:
 | 
				
			||||||
  build:
 | 
					  build:
 | 
				
			||||||
    runs-on: linux-lg
 | 
					    runs-on: linux-lg
 | 
				
			||||||
    container:
 | 
					    container:
 | 
				
			||||||
      image: code.lightstands.xyz/standcoded/fedora:40
 | 
					      image: fedora:40
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Install tools
 | 
					      - name: Install Tools
 | 
				
			||||||
        run: dnf install -y --setopt install_weak_deps=False buildah
 | 
					        run: 'dnf install -y --setopt install_weak_deps=False nodejs git buildah qemu-user-static qemu-user-binfmt fuse-overlayfs --exclude container-selinux'
 | 
				
			||||||
      - name: Checkout
 | 
					      - name: Checkout
 | 
				
			||||||
        uses: actions/checkout@v3
 | 
					        uses: actions/checkout@v3
 | 
				
			||||||
      - name: Fulfill Package Manager Cache
 | 
					      - name: Fulfill Package Manager Cache
 | 
				
			||||||
| 
						 | 
					@ -28,17 +28,17 @@ jobs:
 | 
				
			||||||
      - name: Build Minimal Images
 | 
					      - name: Build Minimal Images
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          cd fedora-40-minimal && \
 | 
					          cd fedora-40-minimal && \
 | 
				
			||||||
          buildah --cgroup-manager=cgroupfs manifest create code.lightstands.xyz/standcoded/fedora-minimal:40 && \
 | 
					          buildah --storage-opt mount_program=/usr/bin/fuse-overlayfs --cgroup-manager=cgroupfs manifest create code.lightstands.xyz/standcoded/fedora:40-minimal && \
 | 
				
			||||||
          buildah --cgroup-manager=cgroupfs build --arch aarch64 \
 | 
					          buildah --storage-opt mount_program=/usr/bin/fuse-overlayfs --cgroup-manager=cgroupfs build --arch aarch64 \
 | 
				
			||||||
            --pid=host --ipc=host --network=host --userns=host --uts=host -v /var/cache/dnf:/var/cache/dnf \
 | 
					            --pid=host --ipc=host --network=host --userns=host --uts=host -v /var/cache/dnf:/var/cache/dnf \
 | 
				
			||||||
            --manifest code.lightstands.xyz/standcoded/fedora-minimal:40 .
 | 
					            --manifest code.lightstands.xyz/standcoded/fedora:40-minimal .
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
          BUILDAH_ISOLATION: chroot
 | 
					          BUILDAH_ISOLATION: chroot
 | 
				
			||||||
      - name: Build Images
 | 
					      - name: Build Images
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          cd fedora-40 && \
 | 
					          cd fedora-40 && \
 | 
				
			||||||
          buildah --cgroup-manager=cgroupfs manifest create code.lightstands.xyz/standcoded/fedora:40 && \
 | 
					          buildah --storage-opt mount_program=/usr/bin/fuse-overlayfs --cgroup-manager=cgroupfs manifest create code.lightstands.xyz/standcoded/fedora:40 && \
 | 
				
			||||||
          buildah --cgroup-manager=cgroupfs build --arch aarch64 \
 | 
					          buildah --storage-opt mount_program=/usr/bin/fuse-overlayfs --cgroup-manager=cgroupfs build --arch aarch64 \
 | 
				
			||||||
            --pid=host --ipc=host --network=host --userns=host --uts=host -v /var/cache/dnf:/var/cache/dnf \
 | 
					            --pid=host --ipc=host --network=host --userns=host --uts=host -v /var/cache/dnf:/var/cache/dnf \
 | 
				
			||||||
            --manifest code.lightstands.xyz/standcoded/fedora:40 .
 | 
					            --manifest code.lightstands.xyz/standcoded/fedora:40 .
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
FROM code.lightstands.xyz/standcoded/fedora-minimal:40
 | 
					FROM code.lightstands.xyz/standcoded/fedora:40-minimal
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN dnf install -y --setopt install_weak_deps=False sqlite-devel binutils
 | 
					RUN dnf install -y --setopt install_weak_deps=False sqlite-devel binutils
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue