Merge branch 'development' into 'master'
chore: release See merge request nofusscomputing/projects/ansible/execution_environment!130
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
FROM --platform=$TARGETPLATFORM python:3.11-bullseye as wheelbuild
|
FROM --platform=$TARGETPLATFORM python:3.11-slim-bookworm as wheelbuild
|
||||||
|
|
||||||
ARG CI_JOB_TOKEN
|
ARG CI_JOB_TOKEN
|
||||||
ARG CI_API_V4_URL
|
ARG CI_API_V4_URL
|
||||||
@ -15,7 +15,8 @@ RUN apt update \
|
|||||||
&& apt install --reinstall -yq \
|
&& apt install --reinstall -yq \
|
||||||
git \
|
git \
|
||||||
curl \
|
curl \
|
||||||
rustc cargo || true
|
rustc cargo \
|
||||||
|
libpq-dev || true
|
||||||
|
|
||||||
|
|
||||||
RUN mkdir -p /tmp/python_modules /tmp/python_builds
|
RUN mkdir -p /tmp/python_modules /tmp/python_builds
|
||||||
@ -47,7 +48,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
|
|||||||
libffi-dev \
|
libffi-dev \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
cargo \
|
cargo \
|
||||||
pkg-config || true
|
pkg-config \
|
||||||
|
libpq-dev || true
|
||||||
|
|
||||||
|
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
|
Submodule includes/etc/ansible/playbooks updated: ac45d0837c...7acd7e385d
Submodule includes/etc/ansible/roles updated: 7b2fcb3ee1...fe7841dff5
@ -1,4 +1,4 @@
|
|||||||
ansible-core==2.14.5
|
ansible-core==2.16.0
|
||||||
ansible-lint==6.15.0
|
ansible-lint==6.15.0
|
||||||
ansible-runner==2.3.4
|
ansible-runner==2.3.4
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user