explicit image versions
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM golang
|
FROM golang:1.4.2
|
||||||
|
|
||||||
# Copy the local package files to the container's workspace.
|
# Copy the local package files to the container's workspace.
|
||||||
ADD . /go/src/github.com/MDrollette/i2p-tools
|
ADD . /go/src/github.com/MDrollette/i2p-tools
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -4,6 +4,8 @@ DOCKER_IMAGE = mdrollette/$(NAME)
|
|||||||
all: build
|
all: build
|
||||||
|
|
||||||
.build: .
|
.build: .
|
||||||
|
docker pull golang:1.4.2
|
||||||
|
docker pull progrium/busybox:latest
|
||||||
docker build -t $(NAME) .
|
docker build -t $(NAME) .
|
||||||
docker inspect -f '{{.Id}}' $(NAME) > .build
|
docker inspect -f '{{.Id}}' $(NAME) > .build
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
I2P Reseed Tools
|
I2P Reseed Tools
|
||||||
==================
|
==================
|
||||||
|
|
||||||
This tool provides a secure and efficient reseed server for the I2P network. There are several utility commands to create, sign, validate SU3 files and to check the status of the currently known public reseed servers.
|
This tool provides a secure and efficient reseed server for the I2P network. There are several utility commands to create, sign, and validate SU3 files.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM progrium/busybox
|
FROM progrium/busybox:latest
|
||||||
|
|
||||||
ADD i2p-tools i2p-tools
|
ADD i2p-tools i2p-tools
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user