 d07c5cf69c
			
		
	
	
	
	
	d07c5cf69ccode.forgejo.org is meant for development, the actions need to be highly available and can be read-only. This is what data.forgejo.org will provide.
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			302 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			302 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM data.forgejo.org/oci/alpine:3.20
 | |
| ARG RELEASE_VERSION=unkown
 | |
| LABEL maintainer="contact@forgejo.org" \
 | |
|       org.opencontainers.image.version="${RELEASE_VERSION}"
 | |
| RUN mkdir -p /app/gitea
 | |
| RUN ( echo '#!/bin/sh' ; echo "echo forgejo v$RELEASE_VERSION" ) > /app/gitea/gitea ; chmod +x /app/gitea/gitea
 |