Compare commits
1 Commits
e96bb0fbdc
...
cfce801ae3
Author | SHA1 | Date | |
---|---|---|---|
cfce801ae3 |
@ -15,7 +15,7 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: install-lint-test
|
||||
image: python:3.10.14-alpine@sha256:8129a9d6c9c33707072299b4b8b5d4400df74bfbb80118501bda1ebc37e04090
|
||||
image: python:3.10.14-alpine@sha256:66fa7c8f87e761c81c8c559f4432633c8e83da726bd32d1e30301ce6e7c2420c
|
||||
env:
|
||||
PYROOT: '/pyroot'
|
||||
PYTHONUSERBASE: '/pyroot'
|
||||
@ -93,7 +93,7 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: install-lint-test
|
||||
image: python:3.10.14-alpine@sha256:8129a9d6c9c33707072299b4b8b5d4400df74bfbb80118501bda1ebc37e04090
|
||||
image: python:3.10.14-alpine@sha256:66fa7c8f87e761c81c8c559f4432633c8e83da726bd32d1e30301ce6e7c2420c
|
||||
env:
|
||||
PYROOT: '/pyroot'
|
||||
PYTHONUSERBASE: '/pyroot'
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
FROM python:3.10.14-alpine@sha256:8129a9d6c9c33707072299b4b8b5d4400df74bfbb80118501bda1ebc37e04090 AS builder
|
||||
FROM python:3.10.14-alpine@sha256:66fa7c8f87e761c81c8c559f4432633c8e83da726bd32d1e30301ce6e7c2420c 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.14-alpine@sha256:8129a9d6c9c33707072299b4b8b5d4400df74bfbb80118501bda1ebc37e04090 AS ki-backend
|
||||
FROM python:3.10.14-alpine@sha256:66fa7c8f87e761c81c8c559f4432633c8e83da726bd32d1e30301ce6e7c2420c AS ki-backend
|
||||
|
||||
ENV PYROOT=/pyroot
|
||||
ENV PYTHONUSERBASE=$PYROOT
|
||||
|
Loading…
x
Reference in New Issue
Block a user