Closed eguerrant closed 5 months ago
Hi, I believe this is failing because of the chisel-releases repo that is being used in that Dockerfile:
RUN git clone -b ubuntu-${UBUNTU_RELEASE}_2 https://github.com/cjdcordeiro/chisel-releases /opt/chisel-releases
Make sure to use this repo: https://github.com/canonical/chisel-releases/.
chiselled-base was updated in https://github.com/canonical/chiselled-base/pull/15 so it is now using official slices from chisel-releases. This should solve the issue you were having.
Hi, I was attempting to try out chisel with on Ubuntu 22.04 with python3.11 but ran into the following error:
It seems that there may be a problem with the python yaml file, although I'm not sure where to start debugging since it looks pretty similar to the other yaml files that work correctly... I used this Dockerfile with
openssl_config
andpython3.11_standard
added to the chisel cut command. Any guidance on how to get this up and running or where to start looking to debug python3.11.yaml would be appreciated. Thanks!