mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-03 18:55:08 +03:00 
			
		
		
		
	
						commit
						46a5c7cccf
					
				
					 1 changed files with 6 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -1,18 +1,19 @@
 | 
			
		|||
FROM docker.io/golang:alpine as builder
 | 
			
		||||
FROM golang:alpine as builder
 | 
			
		||||
 | 
			
		||||
COPY . /src
 | 
			
		||||
WORKDIR /src
 | 
			
		||||
 | 
			
		||||
ENV CGO_ENABLED=0
 | 
			
		||||
 | 
			
		||||
RUN apk add git && ./build 
 | 
			
		||||
RUN apk add git && \
 | 
			
		||||
    git clone https://github.com/yggdrasil-network/yggdrasil-go.git . && \
 | 
			
		||||
    ./build
 | 
			
		||||
 | 
			
		||||
FROM docker.io/alpine
 | 
			
		||||
FROM alpine
 | 
			
		||||
LABEL maintainer="Christer Waren/CWINFO <christer.waren@cwinfo.org>"
 | 
			
		||||
 | 
			
		||||
COPY --from=builder /src/yggdrasil /usr/bin/yggdrasil
 | 
			
		||||
COPY --from=builder /src/yggdrasilctl /usr/bin/yggdrasilctl
 | 
			
		||||
COPY contrib/docker/entrypoint.sh /usr/bin/entrypoint.sh
 | 
			
		||||
COPY --from=builder /src/contrib/docker/entrypoint.sh /usr/bin/entrypoint.sh
 | 
			
		||||
 | 
			
		||||
# RUN addgroup -g 1000 -S yggdrasil-network \
 | 
			
		||||
#  && adduser -u 1000 -S -g 1000 --home /etc/yggdrasil-network yggdrasil-network
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue