mirror of
https://github.com/puppetlabs/infinitory.git
synced 2026-01-26 18:28:41 -05:00
(DIO-1541) Release with github actions
This commit is contained in:
parent
39cadfd3a6
commit
fff88bcff7
3 changed files with 53 additions and 3 deletions
|
|
@ -1,8 +1,11 @@
|
|||
FROM python:3.10-rc-buster
|
||||
ADD README.md /
|
||||
ADD generate.py /
|
||||
ADD setup.py /
|
||||
ADD infinitory /infinitory
|
||||
ENV TOKEN $TOKEN
|
||||
ENV BUCKET $BUCKET
|
||||
ENV GOOGLE_APPLICATION_CREDENTIALS $GOOGLE_APPLICATION_CREDENTIALS
|
||||
RUN pip install --upgrade pip
|
||||
RUN pip install -i https://artifactory.delivery.puppetlabs.net/artifactory/api/pypi/pypi/simple -v infinitory==0.1.6
|
||||
ENTRYPOINT python generate.py ${PDB_HOST} ${TOKEN} ${BUCKET}
|
||||
RUN python setup.py install
|
||||
ENTRYPOINT python generate.py ${PDB_HOST} ${TOKEN} ${BUCKET}
|
||||
Loading…
Add table
Add a link
Reference in a new issue