outline (0.81.1)

Published 2024-11-23 20:06:10 +00:00 by ami

Installation

docker pull git.ami.sc/ami/outline:0.81.1
sha256:890866655054e5e12e87cbea3c94e8ecc8f949b3976918ef9ae23a938472f237

Image Layers

KIWI 10.1.13
ENV NODEJS_VERSION=v20.11.0
ENV OUTLINE_VERSION=v0.81.1
/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 outline
USER outline
WORKDIR /app
/bin/sh -c git clone "https://github.com/outline/outline" . && git checkout "${OUTLINE_VERSION}" && yarn install --frozen-lockfile && yarn build

Labels

Key Value
io.buildah.version 1.37.5
license MIT
name fedora
org.opencontainers.image.license MIT
org.opencontainers.image.name fedora
org.opencontainers.image.url https://fedoraproject.org/
org.opencontainers.image.vendor Fedora Project
org.opencontainers.image.version 41
vendor Fedora Project
version 41
Details
Container
2024-11-23 20:06:10 +00:00
4
OCI / Docker
linux/amd64
1.1 GiB
Versions (3) View all
0.81.1 2024-11-23
0.80.2 2024-10-31
0.80.1 2024-09-25