Sign inSign up

rechberger/alpine-node

By rechberger

Updated 12 months ago

alpine node js image

Image
0

1.6K

rechberger/alpine-node repository overview

alpine-nodejs

Basic NodeJS image with alpine

Commit the image

After commits set a tag locally

git tag <tag>

Push the tag to github

git push origin --tags

Fetch new tags

git fetch

If build on DockerHub exceeds 2 hours then build the image locally.

  1. Execute the setup.sh file
  2. Run the following commands:

Login to DockerHub

docker login

Tag the Docker images

docker tag rechberger/alpine-node rechberger/alpine-node:latest
docker tag rechberger/alpine-node rechberger/alpine-node:version

Push it to docker hub

docker push rechberger/alpine-node

Tag summary

Content type

Image

Digest

sha256:4843a8aef

Size

55.8 MB

Last updated

12 months ago

docker pull rechberger/alpine-node