@@ -64,21 +64,21 @@ ENTRYPOINT [ "/bin/entrypoint.sh" ]
6464COPY ./gitconfig /home/avd/gitconfig-avd-base-template
6565
6666# change this for every release
67- ENV _AVD_VERSION="3.7.0 "
68- ENV _CVP_VERSION="3.4 .0"
67+ ENV _AVD_VERSION="3.8.1 "
68+ ENV _CVP_VERSION="3.6 .0"
6969
7070# labels to be changed for every release
7171LABEL maintainer="Arista Ansible Team <ansible@arista.com>"
72- LABEL com.example.version="avd3.7.0_cvp3.4 .0_debian"
72+ LABEL com.example.version="avd3.8.1_cvp3.6 .0_debian"
7373LABEL vendor1="Arista"
74- LABEL com.example.release-date="2022-08-12 "
74+ LABEL com.example.release-date="2023-01-24 "
7575LABEL com.example.version.is-production="False"
7676
7777# install ansible.cvp, ansible.avd collections and their requirements
7878# ansible.avd pip requirements are superior, ansible.cvp requirements will be ignored
7979RUN wget --quiet https://raw.githubusercontent.com/aristanetworks/ansible-avd/v${_AVD_VERSION}/ansible_collections/arista/avd/requirements.txt \
8080 && wget --quiet https://raw.githubusercontent.com/aristanetworks/ansible-avd/v${_AVD_VERSION}/ansible_collections/arista/avd/requirements-dev.txt \
81- && pip3 install "ansible-core>=2.11.3 ,<2.13 .0" \
81+ && pip3 install "ansible-core>=2.13.1 ,<2.14 .0" \
8282 && pip3 install --user --no-cache-dir -r requirements.txt \
8383 && pip3 install --user --no-cache-dir -r requirements-dev.txt \
8484 # install ansible.cvp first to control version explicitely without installing dependencies
0 commit comments