Skip to content

Commit

Permalink
Add bake file for meshcmd image
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Oct 17, 2023
1 parent c579db5 commit 55409ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 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-20230816 AS build
FROM $CONTAINER_REGISTRY/ubuntu:jammy-20231004 AS build

RUN <<EOF
apt-get update
Expand All @@ -24,7 +24,7 @@ RUN <<EOF
curl -o /tmp/meshcmd/meshcmd "$MESHCMD_URL"
EOF

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

LABEL \
org.opencontainers.image.source="https://github.com/boxcutter/oci" \
Expand Down
4 changes: 4 additions & 0 deletions meshcmd/docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
target "default" {
dockerfile = "Containerfile"
tags = ["docker.io/boxcutter/meshcmd:1.1.9", "docker.io/boxcutter/meshcmd:latest"]
}

0 comments on commit 55409ff

Please sign in to comment.