Skip to content

Commit ca87e07

Browse files
authored
Update release.yml, Dockerfiles - 21.06 release (#3)
Signed-off-by: Miroslav Miklus <[email protected]>
1 parent 31aaab0 commit ca87e07

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
registry: ghcr.io
2828
username: ${{ github.actor }}
29-
password: ${{ secrets.GITHUB_TOKEN }}
29+
password: ${{ secrets.MM_PKG_WRITE }}
3030

3131
- name: "Build and push Docker image"
3232
run: make push-images

docker/dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

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

docker/mockcnf/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
ARG VPP_IMAGE=vpp:20.09
17+
ARG VPP_IMAGE=vpp:21.06
1818

1919
FROM $VPP_IMAGE as vpp
2020
FROM ligato/vpp-agent:latest as vppagent

docker/vpp.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
ARG VPP_VERSION=21.01
17+
ARG VPP_VERSION=21.06
1818
ARG VPP_IMAGE=ligato/vpp-base:$VPP_VERSION
1919

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

3434
#----------------------
3535
# build & install external plugins (ABX, ISISX)
36-
ARG VPP_VERSION=21.01
36+
ARG VPP_VERSION=21.06
3737
COPY vpp/abx /tmp/abx
3838
COPY vpp/isisx /tmp/isisx
3939

0 commit comments

Comments
 (0)