Compare commits
1 Commits
14d477b404
...
98f9b7c90e
Author | SHA1 | Date | |
---|---|---|---|
98f9b7c90e |
@ -15,7 +15,7 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: install-lint-test
|
||||
image: python:3.11.13-alpine@sha256:acb4b2d8e9cd607b50f39e71656a50dee0d5634ca7f8b04d602d9d09b2edc1d4
|
||||
image: python:3.11.13-alpine@sha256:a25e12e5f7bd9ce4578bc87eadec231cc3aa7d6a03723601d3e6f82639969d3a
|
||||
env:
|
||||
PYROOT: '/pyroot'
|
||||
PYTHONUSERBASE: '/pyroot'
|
||||
@ -104,7 +104,7 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: install-lint-test
|
||||
image: python:3.11.13-alpine@sha256:acb4b2d8e9cd607b50f39e71656a50dee0d5634ca7f8b04d602d9d09b2edc1d4
|
||||
image: python:3.11.13-alpine@sha256:a25e12e5f7bd9ce4578bc87eadec231cc3aa7d6a03723601d3e6f82639969d3a
|
||||
env:
|
||||
PYROOT: '/pyroot'
|
||||
PYTHONUSERBASE: '/pyroot'
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
FROM python:3.11.13-alpine@sha256:acb4b2d8e9cd607b50f39e71656a50dee0d5634ca7f8b04d602d9d09b2edc1d4 AS builder
|
||||
FROM python:3.11.13-alpine@sha256:a25e12e5f7bd9ce4578bc87eadec231cc3aa7d6a03723601d3e6f82639969d3a 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.11.13-alpine@sha256:acb4b2d8e9cd607b50f39e71656a50dee0d5634ca7f8b04d602d9d09b2edc1d4 AS ki-backend
|
||||
FROM python:3.11.13-alpine@sha256:a25e12e5f7bd9ce4578bc87eadec231cc3aa7d6a03723601d3e6f82639969d3a AS ki-backend
|
||||
|
||||
ENV PYROOT=/pyroot
|
||||
ENV PYTHONUSERBASE=$PYROOT
|
||||
|
Reference in New Issue
Block a user