From 18917eee8c3da8ace80f3ed437519eb97fa5d58c Mon Sep 17 00:00:00 2001 From: Aiko Mastboom Date: Tue, 26 Apr 2016 23:29:18 +0200 Subject: [PATCH] x86 baseimage --- .gitignore | 3 +++ Dockerfile | 2 +- Makefile | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b1267be --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea +*.iml +*.log diff --git a/Dockerfile b/Dockerfile index e7dbbdf..4f90729 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Pull base image -FROM aiko/erlang-docker-pi:18.1 +FROM aiko/erlang-docker:18.1 MAINTAINER Aiko Mastboom diff --git a/Makefile b/Makefile index f497937..b81ef32 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ DOCKER_IMAGE_VERSION=1.1.1 -DOCKER_IMAGE_NAME=aiko/elixir-docker-pi +DOCKER_IMAGE_NAME=aiko/elixir-docker DOCKER_IMAGE_TAGNAME=$(DOCKER_IMAGE_NAME):$(DOCKER_IMAGE_VERSION) default: build