gitea (1.22.3)

Published 2024-10-31 03:04:49 +00:00 by ami

Installation

docker pull git.ami.sc/ami/gitea:1.22.3
sha256:1dab01ecda9b8f1767e5ddcd0b79dbf52c621320e82e5d4a229af50dcdb41da2

Image Layers

KIWI 10.1.13
ENV GO_VERSION=1.23.2
ENV NODEJS_VERSION=v20.17.0
ENV GITEA_VERSION=v1.22.3
/bin/sh -c dnf update -y --refresh
/bin/sh -c dnf install -y wget git make
/bin/sh -c dnf clean all -y
/bin/sh -c wget "https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz" && tar -C /usr/local -xzf "go${GO_VERSION}.linux-amd64.tar.gz" && rm "go${GO_VERSION}.linux-amd64.tar.gz"
/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
/bin/sh -c useradd -ms /bin/bash git
USER git
WORKDIR /app
/bin/sh -c export PATH="$PATH:/usr/local/go/bin" && git clone "https://github.com/go-gitea/gitea" . && git checkout "${GITEA_VERSION}" && TAGS="bindata" make build -j $(nproc)

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-10-31 03:04:49 +00:00
0
OCI / Docker
linux/amd64
1.6 GiB
Versions (3) View all
1.22.6 2025-01-01
1.22.3 2024-10-31
1.22.2 2024-09-25