docker-node
A docker image that contains node, curl and git. We use that image in droneci.
50K+
This repo is set up to use automated builds on docker hub.
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
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
docker build -t livingdocs/postgres-exporter -f postgres-exporter/Dockerfile ./postgres-exporter
docker push livingdocs/postgres-exporter
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
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
Content type
Image
Digest
sha256:374d3996d…
Size
218.1 MB
Last updated
3 months ago
Requires Docker Desktop 4.37.1 or later.