Sign inSign up

sort/alpinego

By sort

•Updated almost 6 years ago

Image
0

216

sort/alpinego repository overview

⁠alpinego

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 [email protected]⁠

Tag summary

Content type

Image

Digest

Size

2.7 MB

Last updated

almost 6 years ago

docker pull sort/alpinego