Compare commits
1 Commits
a63f032697
...
4c1a883e48
Author | SHA1 | Date | |
---|---|---|---|
4c1a883e48 |
@ -15,7 +15,7 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: install-lint-test
|
||||
image: python:3.12.8-alpine@sha256:8ec03ca472c231f937e1dba980722922ee1a78d5c8c920a6d020447c3c7644c2
|
||||
image: python:3.12.8-alpine@sha256:8d48752fb492127f70a93bed2346bee1ab9cd40df0c09968cb6f2f7883fcd13a
|
||||
env:
|
||||
PYROOT: '/pyroot'
|
||||
PYTHONUSERBASE: '/pyroot'
|
||||
@ -104,7 +104,7 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: install-lint-test
|
||||
image: python:3.12.8-alpine@sha256:8ec03ca472c231f937e1dba980722922ee1a78d5c8c920a6d020447c3c7644c2
|
||||
image: python:3.12.8-alpine@sha256:8d48752fb492127f70a93bed2346bee1ab9cd40df0c09968cb6f2f7883fcd13a
|
||||
env:
|
||||
PYROOT: '/pyroot'
|
||||
PYTHONUSERBASE: '/pyroot'
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
FROM python:3.12.8-alpine@sha256:8ec03ca472c231f937e1dba980722922ee1a78d5c8c920a6d020447c3c7644c2 AS builder
|
||||
FROM python:3.12.8-alpine@sha256:8d48752fb492127f70a93bed2346bee1ab9cd40df0c09968cb6f2f7883fcd13a 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.12.8-alpine@sha256:8ec03ca472c231f937e1dba980722922ee1a78d5c8c920a6d020447c3c7644c2 AS ki-backend
|
||||
FROM python:3.12.8-alpine@sha256:8d48752fb492127f70a93bed2346bee1ab9cd40df0c09968cb6f2f7883fcd13a AS ki-backend
|
||||
|
||||
ENV PYROOT=/pyroot
|
||||
ENV PYTHONUSERBASE=$PYROOT
|
||||
|
Loading…
x
Reference in New Issue
Block a user