1
0
mirror of /repos/erlang-docker.git synced 2026-02-27 17:42:02 +01:00

x86 baseimage

This commit is contained in:
Aiko Mastboom
2016-04-26 23:28:53 +02:00
parent eb652fd084
commit 6ed3e36cea
3 changed files with 5 additions and 2 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
.idea
*.iml
*.log

View File

@@ -1,6 +1,6 @@
# Pull base image
FROM aiko/baseimage-pi:0.9.16
FROM phusion/baseimage:0.9.16
MAINTAINER Aiko Mastboom <docker@aiko.sh>

View File

@@ -1,5 +1,5 @@
DOCKER_IMAGE_VERSION=18.1
DOCKER_IMAGE_NAME=aiko/erlang-docker-pi
DOCKER_IMAGE_NAME=aiko/erlang-docker
DOCKER_IMAGE_TAGNAME=$(DOCKER_IMAGE_NAME):$(DOCKER_IMAGE_VERSION)
default: build