Update gitea to 1.9.5
This reverts commit c53c87621f
.
Change-Id: I616ad7c631b72ebd704cce1ab4a6d5f1ca188285
This commit is contained in:
parent
c53c87621f
commit
a4643fdef6
@ -22,11 +22,11 @@
|
|||||||
|
|
||||||
###################################
|
###################################
|
||||||
#Build stage
|
#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"
|
LABEL maintainer="infra-root@openstack.org"
|
||||||
|
|
||||||
ARG GITEA_VERSION=6eb53ac570ab9af51fc9cbd79f1db782edce57e0
|
ARG GITEA_VERSION="v1.9.5"
|
||||||
ENV TAGS "bindata $TAGS"
|
ENV TAGS "bindata $TAGS"
|
||||||
|
|
||||||
#Build deps
|
#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
|
# 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 \
|
RUN apt-get update && apt-get -y install \
|
||||||
bash \
|
bash \
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
<div class="ui container">
|
<div class="ui container">
|
||||||
<div class="repo-header">
|
<div class="repo-header">
|
||||||
<div class="ui huge breadcrumb repo-title">
|
<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>
|
<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>
|
<a href="{{AppSubUrl}}/{{.Owner.Name}}">{{.Owner.Name}}</a>
|
||||||
<div class="divider"> / </div>
|
<div class="divider"> / </div>
|
||||||
<a href="{{$.RepoLink}}">{{.Name}}</a>
|
<a href="{{$.RepoLink}}">{{.Name}}</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user