Drydock updates
This PS makes the following changes: - increases timeout for docker images build jobs - adds available security updates to docker images Change-Id: Ib10309bab017e864d14cad2dec816645220fba06
This commit is contained in:
parent
613dd89fb0
commit
25456d677b
@ -99,7 +99,7 @@
|
||||
|
||||
- job:
|
||||
name: airship-drydock-docker-build-gate-ubuntu_focal
|
||||
timeout: 1800
|
||||
timeout: 3600
|
||||
run: tools/gate/playbooks/docker-image-build.yaml
|
||||
nodeset: airship-drydock-single-node-focal
|
||||
irrelevant-files:
|
||||
@ -115,7 +115,7 @@
|
||||
|
||||
- job:
|
||||
name: airship-drydock-docker-build-gate-ubuntu_bionic
|
||||
timeout: 1800
|
||||
timeout: 3600
|
||||
run: tools/gate/playbooks/docker-image-build.yaml
|
||||
nodeset: airship-drydock-single-node
|
||||
irrelevant-files:
|
||||
@ -131,7 +131,7 @@
|
||||
|
||||
- job:
|
||||
name: airship-drydock-docker-publish-ubuntu_focal
|
||||
timeout: 1800
|
||||
timeout: 3600
|
||||
run: tools/gate/playbooks/docker-image-build.yaml
|
||||
nodeset: airship-drydock-single-node-focal
|
||||
secrets:
|
||||
@ -151,7 +151,7 @@
|
||||
|
||||
- job:
|
||||
name: airship-drydock-docker-publish-ubuntu_bionic
|
||||
timeout: 1800
|
||||
timeout: 3600
|
||||
run: tools/gate/playbooks/docker-image-build.yaml
|
||||
nodeset: airship-drydock-single-node-focal
|
||||
secrets:
|
||||
|
@ -44,6 +44,7 @@ RUN ./baclient_build.sh /tmp/drydock/go /tmp/drydock/baclient
|
||||
# Build LibYAML
|
||||
ARG LIBYAML_VERSION=0.2.5
|
||||
RUN set -ex \
|
||||
&& apt-get update && apt-get upgrade -y \
|
||||
&& apt install -y git automake make libtool \
|
||||
&& git clone https://github.com/yaml/libyaml.git \
|
||||
&& cd libyaml \
|
||||
|
@ -46,6 +46,7 @@ RUN ./baclient_build.sh /tmp/drydock/go /tmp/drydock/baclient
|
||||
# Build LibYAML
|
||||
ARG LIBYAML_VERSION=0.2.5
|
||||
RUN set -ex \
|
||||
&& apt-get update && apt-get upgrade -y \
|
||||
&& apt install -y git automake make libtool \
|
||||
&& git clone https://github.com/yaml/libyaml.git \
|
||||
&& cd libyaml \
|
||||
|
@ -20,7 +20,6 @@
|
||||
- ensure-python
|
||||
- ensure-pip
|
||||
|
||||
|
||||
tasks:
|
||||
- name: Debug tag generation inputs
|
||||
block:
|
||||
@ -56,6 +55,13 @@
|
||||
executable: pip3
|
||||
become: True
|
||||
|
||||
- name: Install tox python module for ansible docker login
|
||||
block:
|
||||
- pip:
|
||||
name: tox
|
||||
version: 3.28.0
|
||||
executable: pip3
|
||||
become: True
|
||||
|
||||
- name: Run images
|
||||
shell: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user