Skip to content

Commit

Permalink
Merge branch 'main' into anmol/eth-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 authored Jan 7, 2025
2 parents 28c119b + 768e127 commit 32eb7cd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
17 changes: 17 additions & 0 deletions starship/docker/chains/Dockerfile.eth-prysmctl
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
ARG BASE_IMAGE
ARG VERSION
FROM ${BASE_IMAGE}:${VERSION} AS source

FROM alpine:3.17

LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship"

COPY --from=source /prysmctl /usr/bin

# Set up dependencies
ENV PACKAGES curl make bash jq sed

# Install minimum necessary dependencies
RUN apk add --no-cache $PACKAGES

WORKDIR /opt
6 changes: 6 additions & 0 deletions starship/docker/chains/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,9 @@ chains:
tags:
- stable
- v5.2.0
- name: prysm/cmd/prysmctl
base: gcr.io/prysmaticlabs/prysm/cmd/prysmctl
file: Dockerfile.eth-prysmctl
tags:
- stable
- v5.2.0

0 comments on commit 32eb7cd

Please sign in to comment.