Nicholas Langer
Nicholas Langer
still receiving the same error, heres my updated dockerfile based on your feedback ` FROM --platform=linux/amd64 ubuntu:24.10 AS runner-image RUN apt-get update && apt-get install --no-install-recommends -y python3.12 python3.12-dev python3.12-venv...
that worked! Thanks for all the help.
We were under the impression that pacOwnerId must be associated with a service principal id as the docs state the recommended format is a GUID. Does it really matter what...