Merge "Update limboria ircbot to bullseye"
This commit is contained in:
commit
a1885ef992
@ -13,7 +13,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM opendevorg/python-builder:3.9 as builder
|
FROM opendevorg/python-builder:3.9-bullseye as builder
|
||||||
ARG ZUUL_SIBLINGS=""
|
ARG ZUUL_SIBLINGS=""
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
@ -29,7 +29,7 @@ COPY . /tmp/src
|
|||||||
|
|
||||||
RUN assemble
|
RUN assemble
|
||||||
|
|
||||||
FROM opendevorg/python-base:3.9 as ircbot
|
FROM opendevorg/python-base:3.9-bullseye as ircbot
|
||||||
|
|
||||||
COPY --from=builder /output /output
|
COPY --from=builder /output /output
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
description: Build a ircbot image.
|
description: Build a ircbot image.
|
||||||
parent: system-config-build-image
|
parent: system-config-build-image
|
||||||
requires: &ircbot_requires
|
requires: &ircbot_requires
|
||||||
- python-base-3.9-buster-container-image
|
- python-base-3.9-bullseye-container-image
|
||||||
- python-builder-3.9-buster-container-image
|
- python-builder-3.9-bullseye-container-image
|
||||||
provides: ircbot-container-image
|
provides: ircbot-container-image
|
||||||
required-projects: &ircbot_required_projects
|
required-projects: &ircbot_required_projects
|
||||||
- opendev/meetbot
|
- opendev/meetbot
|
||||||
|
@ -138,7 +138,7 @@
|
|||||||
- system-config-build-image-ircbot:
|
- system-config-build-image-ircbot:
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: opendev-buildset-registry
|
- name: opendev-buildset-registry
|
||||||
- name: system-config-build-image-python-builder-3.9-buster
|
- name: system-config-build-image-python-builder-3.9-bullseye
|
||||||
soft: true
|
soft: true
|
||||||
- system-config-build-image-matrix-eavesdrop:
|
- system-config-build-image-matrix-eavesdrop:
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -288,7 +288,7 @@
|
|||||||
- system-config-upload-image-ircbot:
|
- system-config-upload-image-ircbot:
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: opendev-buildset-registry
|
- name: opendev-buildset-registry
|
||||||
- name: system-config-upload-image-python-builder-3.9-buster
|
- name: system-config-upload-image-python-builder-3.9-bullseye
|
||||||
soft: true
|
soft: true
|
||||||
- system-config-upload-image-matrix-eavesdrop:
|
- system-config-upload-image-matrix-eavesdrop:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Loading…
Reference in New Issue
Block a user