Skip to content

Commit

Permalink
Temporarily restrict ccia container to F36
Browse files Browse the repository at this point in the history
At the time of this commit, there is a problem with aiohttp in python
3.11 shipping with F37.

aio-libs/aiohttp#6600

Temporarily force this particular container image to use F36 until the
problem is corrected.

Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich committed Aug 31, 2022
1 parent cde088c commit 7647593
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -273,12 +273,14 @@ $(_TEMPDIR)/skopeo_cidev.tar: $(wildcard skopeo_base/*) $(_TEMPDIR)/.cache/fedor
rm -f $@
podman save --quiet -o $@ skopeo_cidev:$(IMG_SFX)

# TODO: Temporarily force F36 due to:
# https://github.com/aio-libs/aiohttp/issues/6600
.PHONY: ccia
ccia: $(_TEMPDIR)/ccia.tar ## Build the Cirrus-CI Artifacts container image
$(_TEMPDIR)/ccia.tar: ccia/Containerfile
podman build -t ccia:$(call err_if_empty,IMG_SFX) \
--security-opt seccomp=unconfined \
--build-arg=BASE_TAG=$(FEDORA_RELEASE) \
--build-arg=BASE_TAG=36 \
ccia
rm -f $@
podman save --quiet -o $@ ccia:$(IMG_SFX)
Expand Down

0 comments on commit 7647593

Please sign in to comment.