Javascript Application BAse dockers
To have defined base images for the following scenarios:
jaba-build
- build JS/TS projectjaba-static
- serve static content (usage example)jaba-node
- execute pre-build node.js application
make build-all
make tag-latest-all
make push-all
Use tuiteraz/jaba-<type>
as base image in your Dockefile
Also jaba-static
available for local testing:
make up type=static
# open in browser localhost:8100
make down type=static
- before commit/merge changes to
main
, bumplatest-version.txt
version and describe changes inCHANGELOG.md
- commit/merge changes to main
- create tag =
latest-version.txt
, e.g.v0.3.0
git push --tags
- build & push image:
make build-n-push-all