mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-15 04:01:24 +01:00
Merge pull request #16588 from YangJiao0817/add-install-dateutil-module
Add python-dateutil module in api e2e image
This commit is contained in:
commit
d2a62cf688
@ -8,7 +8,7 @@ sudo gsutil version -l
|
|||||||
harbor_logs_bucket="harbor-ci-logs"
|
harbor_logs_bucket="harbor-ci-logs"
|
||||||
|
|
||||||
DIR="$(cd "$(dirname "$0")" && pwd)"
|
DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||||
E2E_IMAGE="goharbor/harbor-e2e-engine:4.2.0-api"
|
E2E_IMAGE="goharbor/harbor-e2e-engine:4.2.1-api"
|
||||||
|
|
||||||
# GS util
|
# GS util
|
||||||
function uploader {
|
function uploader {
|
||||||
|
@ -22,7 +22,7 @@ RUN tdnf install -y \
|
|||||||
gzip && \
|
gzip && \
|
||||||
tdnf erase -y toybox && \
|
tdnf erase -y toybox && \
|
||||||
tdnf install -y python3 python3-pip python3-setuptools httpd && \
|
tdnf install -y python3 python3-pip python3-setuptools httpd && \
|
||||||
pip3 install --upgrade pip pyasn1 google-apitools==0.5.31 gsutil \
|
pip3 install --upgrade pip pyasn1 google-apitools==0.5.31 gsutil python-dateutil \
|
||||||
robotframework==3.2.1 robotframework-sshlibrary robotframework-httplibrary \
|
robotframework==3.2.1 robotframework-sshlibrary robotframework-httplibrary \
|
||||||
requests dbbot robotframework-seleniumlibrary==4.3.0 robotframework-pabot \
|
requests dbbot robotframework-seleniumlibrary==4.3.0 robotframework-pabot \
|
||||||
robotframework-JSONLibrary hurry.filesize --upgrade && \
|
robotframework-JSONLibrary hurry.filesize --upgrade && \
|
||||||
|
Loading…
Reference in New Issue
Block a user