Skip to content

Commit

Permalink
[Automatic] Update Keylime base image 2024-09-11
Browse files Browse the repository at this point in the history
Automatically update the Keylime base image using:

Base image: quay.io/fedora/fedora@"sha256:cf6a57b85e253d0c3071c75629d1f8bf95fe444006a297b8c17c6c11e8b2ff65"

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ansasaki committed Sep 11, 2024
1 parent 5596efa commit e077a61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# It is not recommended for use beyond testing scenarios.
##############################################################################

FROM quay.io/fedora/fedora@sha256:a1906442319eea646dcc420cf2f18611fc90357af9d7505faad998e101102525
FROM quay.io/fedora/fedora@sha256:cf6a57b85e253d0c3071c75629d1f8bf95fe444006a297b8c17c6c11e8b2ff65
MAINTAINER Luke Hinds <lhinds@redhat.com>
LABEL version="1.2.0" description="Keylime - Bootstrapping and Maintaining Trust in the Cloud"

Expand Down
2 changes: 1 addition & 1 deletion docker/release/base/Dockerfile.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fedora/fedora@sha256:a1906442319eea646dcc420cf2f18611fc90357af9d7505faad998e101102525 AS keylime_base
FROM quay.io/fedora/fedora@sha256:cf6a57b85e253d0c3071c75629d1f8bf95fe444006a297b8c17c6c11e8b2ff65 AS keylime_base
LABEL version="_version_" description="Keylime Base - Only used as an base image for derived packages"
MAINTAINER Keylime Team <main@keylime.groups.io>

Expand Down

0 comments on commit e077a61

Please sign in to comment.