Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit cacdf07

Browse files
authored
Bump: AVD version 3.8.1, CVP version 3.6.0 and ansible-core>=2.13.1,<2.14.0 (#19)
1 parent 585b281 commit cacdf07

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,21 @@ ENTRYPOINT [ "/bin/entrypoint.sh" ]
6464
COPY ./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
7171
LABEL 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"
7373
LABEL vendor1="Arista"
74-
LABEL com.example.release-date="2022-08-12"
74+
LABEL com.example.release-date="2023-01-24"
7575
LABEL 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
7979
RUN 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

Comments
 (0)