open-ara-tree-viewer (f9467d7cea4fed50f24b6a3839e3e64cb36f6684)

Published 2026-06-11 11:25:57 +03:00 by nocyphr in nocyphr/open-ARA-Tree-Viewer

Installation

docker pull git.nocyphr.com/nocyphr/open-ara-tree-viewer:f9467d7cea4fed50f24b6a3839e3e64cb36f6684
sha256:f7e850d8fdc3d157f0ceb05bdbe208281c4cfef8d244b3be1e9a8696ae8fe500

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=22.04
ADD file:14c8897ef5107db11b35f5a0c05bdcb883c0a6daa83d07d4439865541f08514c in /
CMD ["/bin/bash"]
RUN apt-get update && apt-get install -y curl fzf python3 python3-pip && rm -rf /var/lib/apt/lists/*
COPY vendor/ara_cli-0.2.0-py3-none-any.whl /tmp/
RUN pip3 install --no-cache-dir /tmp/ara_cli-0.2.0-py3-none-any.whl && rm /tmp/ara_cli-0.2.0-py3-none-any.whl
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && apt-get install -y nodejs && rm -rf /var/lib/apt/lists/*
RUN groupadd -g ${GID} app && useradd -m -u ${UID} -g ${GID} app && mkdir -p /project/frontend /project/workspaces && chown -R app:app /project
COPY --chown=app:app frontend/package.json frontend/package-lock.json ./
RUN npm ci
COPY --chown=app:app frontend/ ./
RUN npm run build

Labels

Key Value
org.opencontainers.image.version 22.04
Details
Container
2026-06-11 11:25:57 +03:00
1
OCI / Docker
linux/amd64
300 MiB
Versions (14) View all