grist (1.2.0)

Published 2024-10-05 19:09:44 +00:00 by ami

Installation

docker pull git.ami.sc/ami/grist:1.2.0
sha256:5bd4877f2726fe1361500719c68d62cfcd5c07eef565bffdbd68fb9aa7545988

Image Layers

LABEL maintainer=Clement Verna <cverna@fedoraproject.org>
ENV DISTTAG=f40container FGC=f40 FBR=f40
ADD fedora-20240916.tar / # buildkit
CMD ["/bin/bash"]
ENV NODEJS_VERSION=v20.17.0
ENV GRIST_VERSION=v1.2.0
/bin/sh -c dnf update -y --refresh
/bin/sh -c dnf install -y wget git
/bin/sh -c dnf clean all -y
/bin/sh -c wget "https://nodejs.org/dist/${NODEJS_VERSION}/node-${NODEJS_VERSION}-linux-x64.tar.xz" && tar xvf node-${NODEJS_VERSION}-linux-x64.tar.xz && cp -r node-${NODEJS_VERSION}-linux-x64/{lib,share,include,bin} /usr && rm -r node-${NODEJS_VERSION}-linux-x64 && rm node-${NODEJS_VERSION}-linux-x64.tar.xz && corepack enable
/bin/sh -c useradd -ms /bin/bash grist
USER grist
WORKDIR /app
/bin/sh -c git clone "https://github.com/gristlabs/grist-core" . && git checkout "${GRIST_VERSION}" && yarn install && yarn run build:prod && yarn run install:python

Labels

Key Value
io.buildah.version 1.37.3
maintainer Clement Verna <cverna@fedoraproject.org>
Details
Container
2024-10-05 19:09:44 +00:00
1
OCI / Docker
linux/amd64
775 MiB
Versions (2) View all
1.2.0 2024-10-05
1.1.18 2024-09-25