Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Create the smallest and secured golang docker image based on scratch

Notifications You must be signed in to change notification settings

MadHive/smallest-secured-golang-docker-image

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create the smallest secured golang docker image base on scratch

Read the related article : Create the smallest and secured golang docker image based on scratch

✓ usage: make [target]

build-no-cache                 - Build the smallest and secured golang docker image based on scratch with no cache
build                          - Build the smallest and secured golang docker image based on scratch
help                           - Show help message
ls                             - List 'smallest-secured-golang' docker images
push-to-azure                  - Push docker image to azurecr.io container registry
push-to-gcp                    - Push docker image to gcr.io container registry
run                            - Run the smallest and secured golang docker image based on scratch

Quickstart

make build && make run

About

Create the smallest and secured golang docker image based on scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 48.7%
  • Dockerfile 32.1%
  • Go 19.2%