Update gitea build to golang 1.13 on buster-slim
buster is the new debian release, use it. And use the slim image, rather than the full, because we can. Upstream is now building with 1.13 - follow suit. Update the FROM lines to use explicit paths to images. Change-Id: I42f7cea1365b8bb0af56861f38107cbdffd130b0
This commit is contained in:
parent
cedb272a9b
commit
1993d985d0
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
###################################
|
###################################
|
||||||
#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"
|
||||||
|
|
||||||
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user