This website requires JavaScript.
Explore
Help
Sign In
mirror
/
prysm-pulse
Watch
1
Star
0
Fork
0
You've already forked prysm-pulse
mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced
2025-01-08 02:31:19 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
3bd116db16
prysm-pulse
/
.github
/
actions
/
gomodtidy
/
Dockerfile
6 lines
90 B
Docker
Raw
Normal View
History
Unescape
Escape
Add staticchecks to bazel builds (#13298) * Update staticcheck to latest * Add static checks while ignoring for third party / external stuff * Added a hack to keep go mod happy. * disable SA2002 * Pin go mod tidy checker image to golang:1.20-alpine
2023-12-08 05:42:55 +00:00
FROM
golang:1.20-alpine
Go mod tidy (#6264) * updates go.sum * go mod tidy checker * reverts go.sum * updates apk command * fixes path * show git status * more debug info * more debug info * minor test * get rid of git * multiple checks * test reset * change order of checkers * mod verify * broken sum * Merge refs/heads/master into go-mod-tidy * better info * Merge branch 'go-mod-tidy' of github.com:prysmaticlabs/prysm into go-mod-tidy * better info * reset * run go mod tidy to fix
2020-06-15 16:15:54 +00:00
COPY
entrypoint.sh /entrypoint.sh
ENTRYPOINT
[
"/entrypoint.sh"
]
Reference in New Issue
Copy Permalink