Skip to content

Commit

Permalink
Enable Dependabot for Dockerfile (suse-edge#486)
Browse files Browse the repository at this point in the history
* Add dependabot ecosystem for Dockerfile

To detect OpenSuse leap and golang BCI updates

Signed-off-by: Erik Agterdenbos <erik.agterdenbos@philips.com>

* Add RUN instruction to Dockerfile to verify eib glibc compatibility

Signed-off-by: Erik Agterdenbos <erik.agterdenbos@philips.com>

---------

Signed-off-by: Erik Agterdenbos <erik.agterdenbos@philips.com>
  • Loading branch information
agterdenbos authored Jul 11, 2024
1 parent 173908a commit 0588601
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ updates:
- "kind/dependabot"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/"
labels:
- "kind/dependabot"
schedule:
interval: "weekly"
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@ RUN mkdir -p /usr/share/edk2/aarch64 && \
COPY --from=0 /src/eib /bin/eib
COPY config/artifacts.yaml artifacts.yaml

# Test eib executable to verify glibc compatibility on openSUSE Leap
RUN /bin/eib version

ENTRYPOINT ["/bin/eib"]

0 comments on commit 0588601

Please sign in to comment.