Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pionl/docker-node-with-lftp
- Owner: pionl
- Created: 2018-10-23T10:03:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T11:29:06.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T16:46:41.860Z (2 months ago)
- Topics: docker-image, ftp, gitlab-ci, lftp
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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