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

Commit

Permalink
update avd to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed Apr 10, 2022
1 parent 82ce3be commit 5acd1dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ ENTRYPOINT [ "/bin/entrypoint.sh" ]
COPY ./gitconfig /home/avd/gitconfig-avd-base-template

# change this for every release
ENV _AVD_VERSION="3.3.3"
ENV _AVD_VERSION="3.4.0"
ENV _CVP_VERSION="3.3.1"

# labels to be changed for every release
LABEL maintainer="Arista Ansible Team <[email protected]>"
LABEL com.example.version="avd3.3.3_cvp3.3.1_debian"
LABEL com.example.version="avd3.4.0_cvp3.3.1_debian"
LABEL vendor1="Arista"
LABEL com.example.release-date="2022-03-22"
LABEL com.example.release-date="2022-04-10"
LABEL com.example.version.is-production="False"

# install ansible.cvp, ansible.avd collections and their requirements
Expand Down

0 comments on commit 5acd1dc

Please sign in to comment.