https://github.com/tsubasaogawa/embulk-docker
This is unofficial embulk docker image
https://github.com/tsubasaogawa/embulk-docker
docker embulk
Last synced: 3 months ago
JSON representation
This is unofficial embulk docker image
- Host: GitHub
- URL: https://github.com/tsubasaogawa/embulk-docker
- Owner: tsubasaogawa
- License: mit
- Created: 2021-09-11T08:33:05.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-16T01:52:30.000Z (about 3 years ago)
- Last Synced: 2025-08-15T17:46:31.735Z (11 months ago)
- Topics: docker, embulk
- Language: Shell
- Homepage: https://hub.docker.com/repository/docker/tsubasaogawa/embulk
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# embulk-docker
This is unofficial embulk docker image. It builds embulk image automatically.
https://hub.docker.com/repository/docker/tsubasaogawa/embulk
# Usage
```
docker pull tsubasaogawa/embulk
docker run --rm -it tsubasaogawa/embulk --version
```
# Development
1. Fork this
1. Set secret variables in GitHub repository
- DOCKERHUB_TOKEN
- DOCKERHUB_USERNAME
1. Push
1. Run GitHub Actions manually or cronly