Skip to content

Commit 54a3cc2

Browse files
committed
Add sbom and provenance to container image
1 parent 670315f commit 54a3cc2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
platforms: linux/amd64,linux/arm64
6565
pull: true
6666
push: true
67+
sbom: true
68+
provenance: mode=max
6769
tags: ${{ steps.meta.outputs.tags }}
6870
labels: ${{ steps.meta.outputs.labels }}
6971
build-args: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ FROM base AS builder
2727
COPY Makefile .
2828
RUN make js lib
2929
ARG MAKEFLAGS=-j2
30-
RUN make all bin/lavinmq-debug
30+
RUN make all
3131

3232
# Resulting image with minimal layers
3333
FROM ubuntu:24.04

0 commit comments

Comments
 (0)