Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
[solo] Fix solo base image build; bump its version
Browse files Browse the repository at this point in the history
Skydns now needs to be compiled with go 1.5+.
  • Loading branch information
davidxia committed Apr 6, 2016
1 parent aab587a commit 1c8b124
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion solo/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN curl -o $SKYDNS_PLUGIN_DEB -L $SKYDNS_PLUGIN_DEB_URI \
&& rm $SKYDNS_PLUGIN_DEB

# Install Go (from the official golang Dockerfile)
ENV GOLANG_VERSION 1.4.2
ENV GOLANG_VERSION 1.6
ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go

Expand Down
2 changes: 1 addition & 1 deletion solo/base/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4
0.5
2 changes: 1 addition & 1 deletion solo/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM spotify/helios-solo-base:0.4
FROM spotify/helios-solo-base:0.5

EXPOSE 5801

Expand Down
2 changes: 1 addition & 1 deletion solo/docker/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ done
curl -XPUT http://127.0.0.1:4001/v2/keys/skydns/${SKYDNS_PATH} \
-d value="{\"host\":\"$HOST_ADDRESS\"}"

skydns $SKYDNS_OPTS &
skydns $SKYDNS_OPTS -verbose &

/usr/share/zookeeper/bin/zkServer.sh start

Expand Down

0 comments on commit 1c8b124

Please sign in to comment.