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

Commit

Permalink
release avd3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed Feb 21, 2022
1 parent a5305bc commit 088447f
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 @@ -65,14 +65,14 @@ COPY ./gitconfig /home/avd/gitconfig-avd-base-template
COPY ./avd-all-in-one-requirements.txt /home/avd/avd-all-in-one-requirements.txt

# change this for every release
ENV _AVD_VERSION="v3.3.0"
ENV _AVD_VERSION="v3.3.1"
ENV _CVP_VERSION="v3.2.0"

# labels to be changed for every release
LABEL maintainer="Arista Ansible Team <[email protected]>"
LABEL com.example.version="avd3.3.0_cvp3.2.0_debian"
LABEL com.example.version="avd3.3.1_cvp3.2.0_debian"
LABEL vendor1="Arista"
LABEL com.example.release-date="2022-02-18"
LABEL com.example.release-date="2022-02-21"
LABEL com.example.version.is-production="False"

# clone AVD and CVP collections
Expand Down

0 comments on commit 088447f

Please sign in to comment.