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