Sign inSign up

tonyup/go_build_base

By tonyup

•Updated over 4 years ago

Image
0

24

tonyup/go_build_base repository overview

⁠Go build base image with jq make and unzip tools

⁠Dockerfile

FROM harbor-repo.vmware.com/dockerhub-proxy-cache/library/golang:1.18
LABEL org.opencontainers.image.authors="Lei Zhao"

RUN apt-get update && \
    apt-get upgrade -y && \
    apt-get install jq make unzip -yq && \
    apt-get clean

Tag summary

Content type

Image

Digest

Size

354.6 MB

Last updated

over 4 years ago

docker pull tonyup/go_build_base:1.18