fix requirements.txt missing; update docker build command
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3db21a1a13
commit
6aab3ac866
@ -41,8 +41,8 @@ steps:
|
||||
BUILD_NAME : centos9
|
||||
BUILD_TAG : "$CI_COMMIT_BRANCH-$CI_BUILD_NUMBER"
|
||||
commands:
|
||||
- echo "docker build -f build/Containerfile.centos-stream9 -t $REGISTRY/$BUILD_PREFIX/$BUILD_NAME:$CI_COMMIT_BRANCH ."
|
||||
- docker build -f build/Containerfile.centos-stream9 -t $REGISTRY/$BUILD_PREFIX/$BUILD_NAME:$CI_COMMIT_BRANCH .
|
||||
- echo "docker build -f build/Containerfile.centos-stream9 -t $REGISTRY/$BUILD_PREFIX/$BUILD_NAME:$CI_COMMIT_BRANCH-$CI_BUILD_NUMBER ."
|
||||
- docker build -f build/Containerfile.centos-stream9 -t $REGISTRY/$BUILD_PREFIX/$BUILD_NAME:$CI_COMMIT_BRANCH-$CI_BUILD_NUMBER .
|
||||
|
||||
# - name: docker_push
|
||||
# environment:
|
||||
|
@ -8,7 +8,7 @@ RUN mkdir -p /root/.ssh
|
||||
COPY conf/ssh_config /root/.ssh/config
|
||||
COPY conf/hosts /etc/hosts
|
||||
COPY conf/dnf.conf /etc/dnf/dnf.conf
|
||||
# COPY python/requirements.txt /tmp/requirements.txt
|
||||
COPY python/requirements.txt /tmp/requirements.txt
|
||||
|
||||
# RUN dnf install -y python3-pip git ansible-core python3-ansible-lint
|
||||
RUN dnf update -y \
|
||||
|
Loading…
x
Reference in New Issue
Block a user