Skip to content

Commit

Permalink
[Automatic] Update Keylime base image 2025-01-02
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:981ad37955e56f0711e756d3df6b8f5f6e89d9ed211313554b03d87a73a445a9"

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ansasaki committed Jan 2, 2025
1 parent 5756729 commit 29ddc5d
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:c63a04e803f2eff9bda2c63c0b986bf2e89bd2ddc348caec726df2bf2af0c73c
FROM quay.io/fedora/fedora@sha256:981ad37955e56f0711e756d3df6b8f5f6e89d9ed211313554b03d87a73a445a9
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:c63a04e803f2eff9bda2c63c0b986bf2e89bd2ddc348caec726df2bf2af0c73c" AS keylime_base
FROM quay.io/fedora/fedora@sha256:981ad37955e56f0711e756d3df6b8f5f6e89d9ed211313554b03d87a73a445a9 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 29ddc5d

Please sign in to comment.