Compare commits
1 Commits
910d426d24
...
031b56cda4
Author | SHA1 | Date | |
---|---|---|---|
031b56cda4 |
@ -15,7 +15,7 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: install-lint-test
|
||||
image: python:3.10.15-alpine@sha256:c8cde3c8b2969dd2974648075780dc0a413cdb1b10df7d4b0dc25f7790c77e92
|
||||
image: python:3.10.15-alpine@sha256:554403e9b87b8d1f24423d5f8dd13da2d12e33328b18829140d7a458e433d9a5
|
||||
env:
|
||||
PYROOT: '/pyroot'
|
||||
PYTHONUSERBASE: '/pyroot'
|
||||
@ -104,7 +104,7 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: install-lint-test
|
||||
image: python:3.10.15-alpine@sha256:c8cde3c8b2969dd2974648075780dc0a413cdb1b10df7d4b0dc25f7790c77e92
|
||||
image: python:3.10.15-alpine@sha256:554403e9b87b8d1f24423d5f8dd13da2d12e33328b18829140d7a458e433d9a5
|
||||
env:
|
||||
PYROOT: '/pyroot'
|
||||
PYTHONUSERBASE: '/pyroot'
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
FROM python:3.10.15-alpine@sha256:c8cde3c8b2969dd2974648075780dc0a413cdb1b10df7d4b0dc25f7790c77e92 AS builder
|
||||
FROM python:3.10.15-alpine@sha256:554403e9b87b8d1f24423d5f8dd13da2d12e33328b18829140d7a458e433d9a5 AS builder
|
||||
|
||||
ENV PYROOT=/pyroot
|
||||
ENV PYTHONUSERBASE=$PYROOT
|
||||
@ -20,7 +20,7 @@ RUN PIP_USER=1 PIP_IGNORE_INSTALLED=1 pipenv install --system --deploy --ignore-
|
||||
RUN pip3 uninstall --yes pipenv
|
||||
|
||||
|
||||
FROM python:3.10.15-alpine@sha256:c8cde3c8b2969dd2974648075780dc0a413cdb1b10df7d4b0dc25f7790c77e92 AS ki-backend
|
||||
FROM python:3.10.15-alpine@sha256:554403e9b87b8d1f24423d5f8dd13da2d12e33328b18829140d7a458e433d9a5 AS ki-backend
|
||||
|
||||
ENV PYROOT=/pyroot
|
||||
ENV PYTHONUSERBASE=$PYROOT
|
||||
|
Loading…
x
Reference in New Issue
Block a user