Skip to content

Commit

Permalink
Update release.yml, Dockerfiles - 21.06 release (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Miklus <[email protected]>
  • Loading branch information
mmiklus authored Dec 16, 2021
1 parent 31aaab0 commit ca87e07
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.MM_PKG_WRITE }}

- name: "Build and push Docker image"
run: make push-images
Expand Down
2 changes: 1 addition & 1 deletion docker/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG VPP_IMAGE=vpp:20.09
ARG VPP_IMAGE=vpp:21.06
# TODO replace with stable VPP-Agent version containing https://github.com/ligato/vpp-agent/pull/1763 (probably v3.3.0+)
ARG VPPAGENT_IMAGE=ligato/vpp-agent:latest

Expand Down
2 changes: 1 addition & 1 deletion docker/mockcnf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG VPP_IMAGE=vpp:20.09
ARG VPP_IMAGE=vpp:21.06

FROM $VPP_IMAGE as vpp
FROM ligato/vpp-agent:latest as vppagent
Expand Down
4 changes: 2 additions & 2 deletions docker/vpp.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG VPP_VERSION=21.01
ARG VPP_VERSION=21.06
ARG VPP_IMAGE=ligato/vpp-base:$VPP_VERSION

FROM ${VPP_IMAGE}
Expand All @@ -33,7 +33,7 @@ RUN cd vpp && \

#----------------------
# build & install external plugins (ABX, ISISX)
ARG VPP_VERSION=21.01
ARG VPP_VERSION=21.06
COPY vpp/abx /tmp/abx
COPY vpp/isisx /tmp/isisx

Expand Down

0 comments on commit ca87e07

Please sign in to comment.