This prevents supply chain attacks where the latest image is replaced with a malicious version. Pinning done by using https://github.com/Jille/dockpin
4 строки
241 B
Docker
4 строки
241 B
Docker
FROM golang:1.16.7@sha256:0b5bf2d2c5682b0de7425b8a379330493bb8bbe984ebbcaf7ced1c0138640417
|
|
|
|
RUN apt-get update && apt-get install -y make git apt-transport-https ca-certificates curl software-properties-common build-essential zip xmlsec1 jq
|