livingdocs/docker-node

By livingdocs

Updated 3 months ago

A docker image that contains node, curl and git. We use that image in droneci.

Image
0

50K+

livingdocs/docker-node repository overview

Docker

This repo is set up to use automated builds on docker hub.

livingdocs/node

On Docker Hub: https://hub.docker.com/r/livingdocs/node

docker build -t livingdocs/node:12.0 - < Dockerfile.node

docker push livingdocs/node:12.0
livingdocs/docker-node

The official docker image with node, git and curl

On Docker Hub: https://hub.docker.com/r/livingdocs/docker-node

docker build -t livingdocs/docker-node:19-12 - < ./docker-node/Dockerfile

docker push livingdocs/docker-node:19-12
livingdocs/postgres-exporter
docker build -t livingdocs/postgres-exporter -f postgres-exporter/Dockerfile ./postgres-exporter

docker push livingdocs/postgres-exporter
livingdocs/certbot-route53-postgres

On Docker Hub: https://hub.docker.com/r/livingdocs/certbot-route53-postgres

Build:

docker build -t livingdocs/certbot-route53-postgres - < Dockerfile.certbot-route53-postgres

docker push livingdocs/certbot-route53-postgres
livingdocs/elasticsearch
docker build --rm -t livingdocs/elasticsearch:6.8.5 - <<EOF
FROM docker.elastic.co/elasticsearch/elasticsearch-oss:6.8.5
EOF

docker push livingdocs/elasticsearch:6.8.5

Some other useful setups

Tag summary

Content type

Image

Digest

sha256:374d3996d

Size

218.1 MB

Last updated

3 months ago

Requires Docker Desktop 4.37.1 or later.