File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,5 @@ RUN chmod +x /app/entry.sh
45
45
# Switch to non-root user
46
46
USER movement
47
47
48
- # Dynamically build the PATH from all /nix/store/*/bin directories and use it in this layer
49
- RUN PODMAN=$(find /nix/store -type f -name podman | head -n 1) && \
50
- "$PODMAN" pull ghcr.io/movementlabsxyz/movement-full-node:c2372ff && \
51
- "$PODMAN" pull ghcr.io/movementlabsxyz/movement-celestia-da-light-node:c2372ff && \
52
- "$PODMAN" pull ghcr.io/movementlabsxyz/movement-full-node-setup:c2372ff && \
53
- "$PODMAN" pull ghcr.io/movementlabsxyz/movement-faucet-service:c2372ff && \
54
- "$PODMAN" pull ghcr.io/movementlabsxyz/movement-celestia-bridge:c2372ff && \
55
- "$PODMAN" pull ghcr.io/movementlabsxyz/movement-celestia-appd:c2372ff && \
56
- "$PODMAN" pull ghcr.io/movementlabsxyz/wait-for-celestia-light-node:c2372ff
57
-
58
48
# Entrypoint to bootstrap podman and launch movement
59
49
ENTRYPOINT ["/app/entry.sh" ]
Original file line number Diff line number Diff line change @@ -44,15 +44,5 @@ RUN chmod +x /app/entry.sh
44
44
# Switch to non-root user
45
45
USER mtma
46
46
47
- # Dynamically build the PATH from all /nix/store/*/bin directories and use it in this layer
48
- RUN PODMAN=$(find /nix/store -type f -name podman | head -n 1) && \
49
- "$PODMAN" pull ghcr.io/movementlabsxyz/movement-full-node:c2372ff && \
50
- "$PODMAN" pull ghcr.io/movementlabsxyz/movement-celestia-da-light-node:c2372ff && \
51
- "$PODMAN" pull ghcr.io/movementlabsxyz/movement-full-node-setup:c2372ff && \
52
- "$PODMAN" pull ghcr.io/movementlabsxyz/movement-faucet-service:c2372ff && \
53
- "$PODMAN" pull ghcr.io/movementlabsxyz/movement-celestia-bridge:c2372ff && \
54
- "$PODMAN" pull ghcr.io/movementlabsxyz/movement-celestia-appd:c2372ff && \
55
- "$PODMAN" pull ghcr.io/movementlabsxyz/wait-for-celestia-light-node:c2372ff
56
-
57
47
# Entrypoint to bootstrap podman and launch mtma
58
48
ENTRYPOINT ["/app/entry.sh" ]
You can’t perform that action at this time.
0 commit comments