Muddler and Web Dockerfile for dev containers
This commit is contained in:
		
							
								
								
									
										8
									
								
								Alpine/Muddler/Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								Alpine/Muddler/Dockerfile
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
# 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
 | 
			
		||||
FROM alpine:latest
 | 
			
		||||
 | 
			
		||||
RUN apk add --no-cache openjdk21 wget tar git
 | 
			
		||||
RUN apk add --no-cache tea --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community
 | 
			
		||||
RUN wget https://github.com/demonnic/muddler/releases/download/0.13/muddle-shadow-0.13.tar
 | 
			
		||||
RUN mkdir /muddle && tar -xvf muddle-shadow-0.13.tar && mv muddle-shadow-0.13/lib/muddle-0.13-all.jar muddle/muddle.jar
 | 
			
		||||
							
								
								
									
										4
									
								
								Alpine/Web/Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								Alpine/Web/Dockerfile
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,4 @@
 | 
			
		||||
FROM alpine:latest
 | 
			
		||||
 | 
			
		||||
RUN apk add --no-cache nodejs
 | 
			
		||||
RUN apk add --no-cache pnpm --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community
 | 
			
		||||
		Reference in New Issue
	
	Block a user