Skip to content

Parobus/aws-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Amazon Linux Elixir Image

build from official image

Features

Erlang is installed, Elixir is installed.

Usage

docker run -d parobus/amazonlinux-elixir:latest

Updating

This image is based off several office images:

  1. The most recent Amazon linux
  2. The relevant Erlang release
  3. The relevant Elixir image

To upgrade copy the most recent Dockerfile to another, and then you will need to either change the FROM to a specific amazon linux version, or edit the install rpm url for erlang, or edit the copied over contents of the Elixir Dockerfile, then:

1 - docker build <target dir> 2 - docker tag <resulting image> parobus/amazonlinux-elixir:<target> 3 - docker push parobus/amazonlinux-elixir:<target>

Note you will need to be logged in as some with DockerHub priviledges.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published