Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
blockscout/.circleci/elixir-node-ruby
Luke Imhoff f71e542f46 Migrate from CircleCI 1.0 to 2.0 7 years ago
..
Dockerfile Migrate from CircleCI 1.0 to 2.0 7 years ago
README.md Migrate from CircleCI 1.0 to 2.0 7 years ago

README.md

elixir-node-ruby

The elixir-node-ruby is a variant of circleci/elixir Dockerfiles that adds Ruby on top of elixir:*-node, so that license_finder, a Ruby Gem, can scan Elixir (mix) and Node dependencies in POA Network repositories, such as https://github.com/poanetwork/poa-explorer.

Building

  1. cd .circleci/elixir-node-ruby
  2. docker build -t poanetwork/elixir:1.6.4-node-ruby .

Testing

  1. docker run -it poanetwork/elixir:1.6.4-node-ruby /bin/bash
  2. Run IRB to check for ruby: irb
  3. In IRB, quit: quit
  4. Exit container shell: exit

Publishing

  1. Login to DockerHub from the Docker CLI: docker login
  2. Push image docker push poanetwork/elixir:1.6.4-node-ruby