Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

chennqqi/alpinego

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

alpinego

** Deplicated!!! ** Change build mode below to solve glibc linking problem

go build -a -installsuffix cgo

License License Docker Stars Docker Pulls Docker Image

This repository contains a Dockerfile of alpinego for Docker's trusted build published to the public DockerHub.

Dependencies

usage

1.build go app under linux
2.write Dockerfile

#Dockerfile

FROM sort/alpinego

ARG app_name=YOU-GO-APP-BINARY  
COPY ${app_name} /usr/bin/  

ENTRYPOINT ["YOU-GO-APP-BINARY"]

License

MIT Copyright (c) 2019-2020 q@shellpub.com

About

Deplicated!!!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published