Add readmes, change woodpecker yml
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2024-10-07 23:34:38 -04:00
parent b6b2950ded
commit 71e9122109
8 changed files with 43 additions and 26 deletions

View File

@@ -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
View File

@@ -0,0 +1 @@
An alpine container that includes the Muddle mudlet package builder for building mudlet packages from muddle projects.

View File

@@ -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
View File

@@ -0,0 +1 @@
An alpine devcontainer for developing python projects with UV from astral.sh

View File

@@ -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
View File

@@ -0,0 +1 @@
Lightweight alpine devcontainer for web projects based on nodejs and pnpm