Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pionl/docker-node-with-lftp

Docker image based on official node (8, 9, 10, alpine versions) with lftp installed
https://github.com/pionl/docker-node-with-lftp

docker-image ftp gitlab-ci lftp

Last synced: about 16 hours ago
JSON representation

Docker image based on official node (8, 9, 10, alpine versions) with lftp installed

Awesome Lists containing this project

README

        

# Docker image based on official node with lftp installed

Without entrypoint - usable for gitlab CI

## Pre-installed packages:

- lftp
- openssh-client (to allow git+ssh)

## Tags:

- pionl/node-with-lftp:8
- pionl/node-with-lftp:10
- pionl/node-with-lftp:12
- pionl/node-with-lftp:18
- pionl/node-with-lftp:latest
- pionl/node-with-lftp:8-alpine
- pionl/node-with-lftp:10-alpine
- pionl/node-with-lftp:12-alpine
- pionl/node-with-lftp:18-alpine
- pionl/node-with-lftp:12-alpine

```docker
FROM pionl/node-with-lftp:8
```

## Contribution

1. Change the `Dockerfile.template`
2. Edit `build.sh` if new version is added
3. Run `build.sh` to build images
4. Run `build.sh deploy` to build and push images