Updated Labels
This commit is contained in:
parent
4eeefff641
commit
0e5f3823f1
4 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
## This base image is for running latest lbrycrdd
|
## This base image is for running latest lbrycrdd
|
||||||
# For some reason I may switch this image over to Alpine when I can RCA why it won't start.
|
# For some reason I may switch this image over to Alpine when I can RCA why it won't start.
|
||||||
FROM ubuntu:18.04
|
FROM ubuntu:18.04
|
||||||
LABEL MAINTAINER="chamunks [at] gmail [dot] com"
|
LABEL MAINTAINER="leopere [at] nixc [dot] us"
|
||||||
|
|
||||||
RUN adduser lbrycrdd --gecos GECOS --shell /bin/bash --disabled-password --home /data/ && \
|
RUN adduser lbrycrdd --gecos GECOS --shell /bin/bash --disabled-password --home /data/ && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## This base image is for running the latest lbrynet-daemon release.
|
## This base image is for running the latest lbrynet-daemon release.
|
||||||
FROM ubuntu:18.04
|
FROM ubuntu:18.04
|
||||||
LABEL MAINTAINER="chamunks [at] gmail [dot] com"
|
LABEL MAINTAINER="leopere [at] nixc [dot] us"
|
||||||
|
|
||||||
RUN apt-get update && apt-get -y install unzip
|
RUN apt-get update && apt-get -y install unzip
|
||||||
# RUN mkdir -pv /data && chown 1000:1000 /data
|
# RUN mkdir -pv /data && chown 1000:1000 /data
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## base image for github.com/lbryio/reflector.go release binaries
|
## base image for github.com/lbryio/reflector.go release binaries
|
||||||
FROM golang:1.11.1 as builder
|
FROM golang:1.11.1 as builder
|
||||||
LABEL MAINTAINER="chamunks [at] gmail [dot] com"
|
LABEL MAINTAINER="leopere [at] nixc [dot] us"
|
||||||
|
|
||||||
RUN export GOROOT=$GOPATH/bin && \
|
RUN export GOROOT=$GOPATH/bin && \
|
||||||
go get -v -u github.com/lbryio/reflector.go && \
|
go get -v -u github.com/lbryio/reflector.go && \
|
||||||
|
@ -11,7 +11,7 @@ RUN export GOROOT=$GOPATH/bin && \
|
||||||
|
|
||||||
## base image for github.com/lbryio/reflector.go release binaries
|
## base image for github.com/lbryio/reflector.go release binaries
|
||||||
FROM ubuntu:18:04 as app
|
FROM ubuntu:18:04 as app
|
||||||
LABEL MAINTAINER="chamunks [at] gmail [dot] com"
|
LABEL MAINTAINER="leopere [at] nixc [dot] us"
|
||||||
|
|
||||||
COPY /go/src/github.com/lbryio/reflector.go/bin/prism-bin /usr/bin/prism-bin
|
COPY /go/src/github.com/lbryio/reflector.go/bin/prism-bin /usr/bin/prism-bin
|
||||||
COPY start.sh /usr/local/bin/start
|
COPY start.sh /usr/local/bin/start
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
## https://hub.docker.com/_/node/
|
## https://hub.docker.com/_/node/
|
||||||
# 8.11.2-alpine, 8.11-alpine, 8-alpine, carbon-alpine (8/alpine/Dockerfile)
|
# 8.11.2-alpine, 8.11-alpine, 8-alpine, carbon-alpine (8/alpine/Dockerfile)
|
||||||
FROM node:8-alpine
|
FROM node:8-alpine
|
||||||
LABEL MAINTAINER="chamunks [at] gmail [dot] com"
|
LABEL MAINTAINER="leopere [at] nixc [dot] us"
|
||||||
|
|
||||||
## Install base packages and clone repo to src directory.
|
## Install base packages and clone repo to src directory.
|
||||||
RUN apk update && apk --no-cache add git curl wget python build-base bash && \
|
RUN apk update && apk --no-cache add git curl wget python build-base bash && \
|
||||||
|
|
Loading…
Reference in a new issue