mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 21:08:10 -05:00
docker: Add coreutils to docker images (#13564)
* Add coreutils to docker images * add coreutils dependencies * Add a prysmaticlabs.com/uploads backup of the deb files * Run gazelle and fix issues * Remove broken tar, change http_archive deps to debian_archive, remove http mirrors in favor of snapshot * Add comments about which deps are required by other deps
This commit is contained in:
17
distroless_deps.bzl
Normal file
17
distroless_deps.bzl
Normal file
@@ -0,0 +1,17 @@
|
||||
load("@prysm//tools/go:def.bzl", "go_repository") # gazelle:keep
|
||||
|
||||
def distroless_deps():
|
||||
go_repository(
|
||||
name = "com_github_ulikunitz_xz",
|
||||
importpath = "github.com/ulikunitz/xz",
|
||||
sum = "h1:kpFauv27b6ynzBNT/Xy+1k+fK4WswhN/6PN5WhFAGw8=",
|
||||
version = "v0.5.11",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_spdx_tools_golang",
|
||||
importpath = "github.com/spdx/tools-golang",
|
||||
sum = "h1:9B623Cfs+mclYK6dsae7gLSwuIBHvlgmEup87qpqsAQ=",
|
||||
version = "v0.3.1-0.20230104082527-d6f58551be3f",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user