8000 GROUNDWORK-3433 by yuriyDeneha · Pull Request #40 · gwos/grafana · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

GROUNDWORK-3433 #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:16-alpine3.16 AS builder
ARG GITHUB_TOKEN
WORKDIR /tmp

RUN wget --header="Authorization: token ${GITHUB_TOKEN}" -O ds.zip https://api.github.com/repos/gwos/next-grafana-datasource/zipball \
RUN wget --header="Authorization: token ${GITHUB_TOKEN}" -O ds.zip https://api.github.com/repos/gwos/next-grafana-datasource/zipball/GROUNDWORK-3433-grafama-image-share \
&& unzip ds.zip \
&& mv gwos-next-grafana* gwos-next-grafana \
&& cd gwos-next-grafana \
Expand Down Expand Up @@ -59,7 +59,7 @@ RUN apt update -qy \

ADD https://github.com/Yelp/dumb-init/releases/download/v1.2.5/dumb-init_1.2.5_x86_64 /usr/local/bin/dumb-init
RUN chmod +x /usr/local/bin/dumb-init \
&& grafana cli plugins install grafana-image-renderer v3.7.2
&& grafana cli plugins install grafana-image-renderer v3.11.5

WORKDIR $GF_PATHS_HOME

Expand Down
0