Sign inSign up

himaoka/embulk

By himaoka

•Updated over 6 years ago

embulk

Image
0

293

himaoka/embulk repository overview

⁠docker image - embulk

⁠Overview

  • embulk 0.9.22
  • base himaoka/java:8-jre (buster + corretto8)

⁠Build

⁠add plugins

edit Gemfile before build.

⁠entrypoint.sh

Do nothing. Example, change conf dir by env.

⁠Run

  • Intaractive (shell)
docker run -it --rm -v $PWD:/work -w /work <image_name> bash
# embulk ...
  • Single command
docker run -it --rm -v $PWD:/work -w /work himaoka/embulk:0.9.16 embulk preview conf/hoge.yml

Tag summary

Content type

Image

Digest

Size

153.6 MB

Last updated

over 6 years ago

docker pull himaoka/embulk