Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Closes #39] build centos docker image #40

Merged
merged 2 commits into from
Nov 6, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v6/alpine:3.6
FROM alpine:3.6

COPY _build/prod/rel/try_clojerl /opt/try_clojerl

Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.PHONY: all release clean docker-build docker

BUILD_IMAGE = jfacorro/erlang:20.1.1-armhf-alpine
DOCKER_REPO = jfacorro/try_clojerl
DOCKER_TAG = $(shell git describe --tags --always 2>/dev/null || echo 0)
BUILD_IMAGE ?= erlang:20.1.4-alpine
DOCKER_REPO := jfacorro/try_clojerl
DOCKER_TAG := $(shell git describe --tags --always 2>/dev/null || echo 0)

all:
@ rebar3 compile
Expand Down
2 changes: 1 addition & 1 deletion src/try_clojerl/layout.clje
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ source on GitHub by following the link on the ribbon in the top-right corner."]
[:p "Enjoy!"]

[:h4 "Some Technical Comments"]
[:p "This is currently being hosted on a Raspberry PI 3 and running
[:p "This is currently being hosted on a Linode VM and running
on a docker container. The user inside the docker container which runs the
Erlang VM process can't do much since it's not root or a sudoer."]
[:p "If the REPL is idle for 10 minutes the connection times out and a new
Expand Down