/
githubmirror
/
trivy
Обзор
Документация
Войти
/
githubmirror
/
trivy
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Dockerfile.canary
11 строк
453 B
DmitriyLewen
chore(deps): bump alpine to 3.24.1 (#10868)
19 июн 2026, 11:19
Не верифицирован
19 июн 2026, 11:19
49299df
Код
Авторство
О чём код?
FROM alpine:3.24.1 RUN apk --no-cache add ca-certificates git # binaries were created with GoReleaser # need to copy binaries from folder with correct architecture # example architecture folder: dist/trivy_canary_build_linux_arm64/trivy # GoReleaser adds _v* to the folder name, but only when GOARCH is amd64 ARG TARGETARCH COPY "dist/trivy_canary_build_linux_${TARGETARCH}*/trivy" /usr/local/bin/trivy COPY contrib/*.tpl contrib/ ENTRYPOINT ["trivy"]