Compare commits
1 Commits
9d2ec7ab58
...
827c0ac615
Author | SHA1 | Date | |
---|---|---|---|
827c0ac615 |
@ -15,7 +15,7 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: install-lint-test
|
||||
image: python:3.9.20-alpine@sha256:483d2f6bf05e648dc69d7bd97ba4bb16d5f8c916a89a9e1ae8011a38b4044d8d
|
||||
image: python:3.9.20-alpine@sha256:127eaabb01e9a6e1748f33623c62ec02d5dbc60e778ba9b91a16d0b674d9e9db
|
||||
env:
|
||||
PYROOT: '/pyroot'
|
||||
PYTHONUSERBASE: '/pyroot'
|
||||
@ -104,7 +104,7 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: install-lint-test
|
||||
image: python:3.9.20-alpine@sha256:483d2f6bf05e648dc69d7bd97ba4bb16d5f8c916a89a9e1ae8011a38b4044d8d
|
||||
image: python:3.9.20-alpine@sha256:127eaabb01e9a6e1748f33623c62ec02d5dbc60e778ba9b91a16d0b674d9e9db
|
||||
env:
|
||||
PYROOT: '/pyroot'
|
||||
PYTHONUSERBASE: '/pyroot'
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
FROM python:3.9.20-alpine@sha256:483d2f6bf05e648dc69d7bd97ba4bb16d5f8c916a89a9e1ae8011a38b4044d8d AS builder
|
||||
FROM python:3.9.20-alpine@sha256:127eaabb01e9a6e1748f33623c62ec02d5dbc60e778ba9b91a16d0b674d9e9db 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.9.20-alpine@sha256:483d2f6bf05e648dc69d7bd97ba4bb16d5f8c916a89a9e1ae8011a38b4044d8d AS ki-backend
|
||||
FROM python:3.9.20-alpine@sha256:127eaabb01e9a6e1748f33623c62ec02d5dbc60e778ba9b91a16d0b674d9e9db AS ki-backend
|
||||
|
||||
ENV PYROOT=/pyroot
|
||||
ENV PYTHONUSERBASE=$PYROOT
|
||||
|
Loading…
x
Reference in New Issue
Block a user