Skip to content

Commit

Permalink
Bump meshcmd image to 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Sep 6, 2023
1 parent 3270491 commit c579db5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions meshcmd/Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#syntax=docker/dockerfile:1
ARG CONTAINER_REGISTRY=docker.io
FROM $CONTAINER_REGISTRY/ubuntu:jammy-20230624 AS build
FROM $CONTAINER_REGISTRY/ubuntu:jammy-20230816 AS build

RUN <<EOF
apt-get update
Expand All @@ -11,20 +11,20 @@ RUN <<EOF
dpkgArch="$(dpkg --print-architecture)"
case "${dpkgArch##*-}" in \
amd64) \
MESHCMD_URL='https://meshcentral.com/meshagents?meshcmd=6' \
MESHCMD_URL='https://meshcentral.com/executables/meshcmd-linux-x86-64' \
;; \
arm64) \
MESHCMD_URL='https://meshcentral.com/meshagents?meshcmd=26' \
MESHCMD_URL='https://meshcentral.com/executables/meshcmd-linux-arm-64' \
;; \
armhf) \
MESHCMD_URL='https://meshcentral.com/meshagents?meshcmd=25' \
MESHCMD_URL='https://meshcentral.com/executables/meshcmd-linux-arm-32' \
;; \
*) echo "unsupported architecture"; exit 1 ;; \
esac
curl -o /tmp/meshcmd/meshcmd "$MESHCMD_URL"
EOF

FROM $CONTAINER_REGISTRY/ubuntu:jammy-20230624
FROM $CONTAINER_REGISTRY/ubuntu:jammy-20230816

LABEL \
org.opencontainers.image.source="https://github.com/boxcutter/oci" \
Expand Down
2 changes: 1 addition & 1 deletion meshcmd/Polly.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[container_image]
tags = [ "1.1.3", "latest" ]
tags = [ "1.1.9", "latest" ]

0 comments on commit c579db5

Please sign in to comment.