mirror of
https://github.com/grafana/grafana.git
synced 2025-01-26 16:27:02 -06:00
Docker: Upgrade Ubuntu to 19.10 (#22306)
This commit is contained in:
parent
7bf3f0b9c1
commit
b148b306e2
@ -27,14 +27,14 @@ COPY packages packages
|
||||
RUN yarn install --pure-lockfile
|
||||
|
||||
COPY Gruntfile.js tsconfig.json .eslintrc .browserslistrc ./
|
||||
COPY public public
|
||||
COPY public public
|
||||
COPY scripts scripts
|
||||
COPY emails emails
|
||||
|
||||
ENV NODE_ENV production
|
||||
RUN ./node_modules/.bin/grunt build
|
||||
|
||||
FROM ubuntu:18.10
|
||||
FROM ubuntu:19.10
|
||||
|
||||
LABEL maintainer="Grafana team <hello@grafana.com>"
|
||||
EXPOSE 3000
|
||||
|
@ -64,7 +64,7 @@ docker_build () {
|
||||
else
|
||||
libc=""
|
||||
dockerfile="ubuntu.Dockerfile"
|
||||
base_image="${base_arch}ubuntu:18.10"
|
||||
base_image="${base_arch}ubuntu:19.10"
|
||||
fi
|
||||
|
||||
grafana_tgz="grafana-latest.linux-${arch}${libc}.tar.gz"
|
||||
|
@ -1,4 +1,4 @@
|
||||
ARG BASE_IMAGE=ubuntu:18.10
|
||||
ARG BASE_IMAGE=ubuntu:19.10
|
||||
FROM ${BASE_IMAGE} AS grafana-builder
|
||||
|
||||
ARG GRAFANA_TGZ="grafana-latest.linux-x64.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user