This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
# Image meant for use in CICD to generate mudlet package release
 | 
			
		||||
# To generate the package, simply run java -jar /muddle/muddle.jar at the root of your muddler project
 | 
			
		||||
# Image meant for use in CICD to generate mudlet package release from a muddle project
 | 
			
		||||
# Location of Jar: /muddle/muddle.jar 
 | 
			
		||||
FROM alpine:latest
 | 
			
		||||
 | 
			
		||||
RUN apk add --no-cache openjdk21 wget tar git
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								Alpine/Muddler/readme.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								Alpine/Muddler/readme.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
An alpine container that includes the Muddle mudlet package builder for building mudlet packages from muddle projects.
 | 
			
		||||
@@ -1,3 +1,4 @@
 | 
			
		||||
# Barebones alpine release with uv and git for python projects
 | 
			
		||||
FROM alpine:latest
 | 
			
		||||
 | 
			
		||||
RUN apk add --no-cache uv --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								Alpine/Python/readme.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								Alpine/Python/readme.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
An alpine devcontainer for developing python projects with UV from astral.sh
 | 
			
		||||
@@ -1,3 +1,4 @@
 | 
			
		||||
# Alpine with nodejs and pnpm
 | 
			
		||||
FROM alpine:latest
 | 
			
		||||
 | 
			
		||||
RUN apk add --no-cache nodejs
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								Alpine/Web/readme.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								Alpine/Web/readme.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
Lightweight alpine devcontainer for web projects based on nodejs and pnpm
 | 
			
		||||
		Reference in New Issue
	
	Block a user