Update gitea to 1.9.5

This reverts commit c53c87621f.

Change-Id: I616ad7c631b72ebd704cce1ab4a6d5f1ca188285
This commit is contained in:
Monty Taylor 2019-10-24 16:23:14 +09:00
parent c53c87621f
commit a4643fdef6
2 changed files with 7 additions and 3 deletions

View File

@ -22,11 +22,11 @@
###################################
#Build stage
FROM golang:1.11-stretch AS build-env
FROM docker.io/library/golang:1.13-buster AS build-env
LABEL maintainer="infra-root@openstack.org"
ARG GITEA_VERSION=6eb53ac570ab9af51fc9cbd79f1db782edce57e0
ARG GITEA_VERSION="v1.9.5"
ENV TAGS "bindata $TAGS"
#Build deps
@ -44,7 +44,7 @@ RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}"; fi \
###################################
# Basic system setup common to all containers in our pod
FROM debian:testing as base
FROM docker.io/library/debian:buster-slim as base
RUN apt-get update && apt-get -y install \
bash \

View File

@ -3,7 +3,11 @@
<div class="ui container">
<div class="repo-header">
<div class="ui huge breadcrumb repo-title">
{{if .RelAvatarLink}}
<img class="ui avatar image" src="{{.RelAvatarLink}}">
{{else}}
<i class="mega-octicon octicon-{{if .IsPrivate}}lock{{else if .IsMirror}}repo-clone{{else if .IsFork}}repo-forked{{else}}repo{{end}}"></i>
{{end}}
<a href="{{AppSubUrl}}/{{.Owner.Name}}">{{.Owner.Name}}</a>
<div class="divider"> / </div>
<a href="{{$.RepoLink}}">{{.Name}}</a>