This repository contains a Dockerfile of alpinego for Docker's trusted build published to the public DockerHub.
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"]
MIT Copyright (c) 2019-2020 [email protected]
Content type
Image
Digest
Size
2.7 MB
Last updated
almost 6 years ago
docker pull sort/alpinego