Skip to content

Commit

Permalink
Merge branch 'main' into anmol/bug-image-pull-policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 authored Oct 19, 2023
2 parents 021086f + 96be66e commit 0d52c44
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docker/chains/Dockerfile.union
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
ARG BASE_IMAGE
ARG VERSION
FROM ${BASE_IMAGE}:${VERSION} AS source

FROM alpine:3.16

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

COPY --from=source /nix/store/*/bin/uniond /usr/bin

USER root

# Setup injective deps
RUN apk add --no-cache libgcc libstdc++ ncurses-libs

# Set up dependencies
ENV PACKAGES curl make bash jq sed

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

WORKDIR /opt
7 changes: 7 additions & 0 deletions docker/chains/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,3 +267,10 @@ chains:
base: ghcr.io/strangelove-ventures/heighliner/neutron
tags:
- v1.0.4
- name: union
base: ghcr.io/unionlabs/uniond
file: Dockerfile.union
tags:
- v0.13.1
- v0.13.0
- v0.12.0

0 comments on commit 0d52c44

Please sign in to comment.