Alpine images

This commit is contained in:
Myve 2024-07-18 21:34:48 +00:00
commit c8bf7daf02
16 changed files with 392 additions and 0 deletions

5
firefox/build Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Docker build
# Optional buildtag
DOCKER_BUILDKIT=1 docker build ./. \
--tag ${buildtag:-alpine/firefox}