Fixed URL
This commit is contained in:
parent
add3f7df75
commit
6456a4a3ab
@ -6,16 +6,14 @@ LABEL MAINTAINER="Jonathan Ervine <jonathan.ervine@gogox.com>"
|
|||||||
ENV LANG='en_US.UTF-8' \
|
ENV LANG='en_US.UTF-8' \
|
||||||
LANGUAGE='en_US.UTF-8' \
|
LANGUAGE='en_US.UTF-8' \
|
||||||
FLASK_APP=/data/app-dev/app.py \
|
FLASK_APP=/data/app-dev/app.py \
|
||||||
VERSION=1.1.4
|
VERSION=1.1.5
|
||||||
|
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk -U upgrade --ignore alpine-baselayout && \
|
apk -U upgrade --ignore alpine-baselayout && \
|
||||||
apk -U add python3 gcc py3-pip python3-dev musl-dev libffi-dev git curl && \
|
apk -U add python3 gcc py3-pip python3-dev musl-dev libffi-dev git curl && \
|
||||||
adduser -D python && \
|
adduser -D python && \
|
||||||
mkdir /data && cd /data && git clone --single-branch --branch master https://github.com/jervine-gogo/python-helm-web /data && \
|
mkdir /data && cd /data && git clone --single-branch --branch issue-#2 https://github.com/jervine-gogo/python-helm-web /data && \
|
||||||
pip3 install -r /data/requirements.txt && \
|
pip3 install -r /data/requirements.txt && \
|
||||||
curl -L "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl" -o /usr/local/bin/kubectl && \
|
|
||||||
chmod 755 /usr/local/bin/kubectl && \
|
|
||||||
curl -L https://get.helm.sh/helm-v2.13.1-linux-amd64.tar.gz -o /tmp/helm-2.13.1.tgz && \
|
curl -L https://get.helm.sh/helm-v2.13.1-linux-amd64.tar.gz -o /tmp/helm-2.13.1.tgz && \
|
||||||
tar -zxvf /tmp/helm-2.13.1.tgz --strip-components=1 -C /usr/local/bin linux-amd64/helm && \
|
tar -zxvf /tmp/helm-2.13.1.tgz --strip-components=1 -C /usr/local/bin linux-amd64/helm && \
|
||||||
rm -rf /tmp/src && rm -rf /var/cache/apk/*
|
rm -rf /tmp/src && rm -rf /var/cache/apk/*
|
||||||
|
|||||||
@ -44,7 +44,7 @@
|
|||||||
<a class="btn btn-danger" href="/" role="button">Cancel</a>
|
<a class="btn btn-danger" href="/" role="button">Cancel</a>
|
||||||
</p>
|
</p>
|
||||||
<br>
|
<br>
|
||||||
<a class="btn btn-primary" href="/sign_out" role="button">Log Off</a>
|
<a class="btn btn-primary" href="/oauth2/sign_out" role="button">Log Off</a>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user