Sign container images #10624
Labels
No labels
after freeze
automation
backlog
blocked
change-ack
change-nak
change-noreleng
changes
Closed As
Can't Fix
Closed As
Duplicate
Closed As
Fixed
Closed As
Fixed with Explanation
Closed As
Get back later
Closed As
Grooming
Closed As
Insufficient data
Closed As
Invalid
Closed As
It's all good
Closed As
taiga
Closed As
upstream
day-to-day
dev
docs
easyfix
epel
f26
f27
f28
f29
f30
f31
f32
f33
f34
f35
f36
f37
f38
f39
f40
f41
f42
f43
f44
f45
fedora
groomed
high-gain
high-trouble
in-progress
in-review
investigation
legal
low-gain
low-trouble
mass rebuild
medium-gain
medium-trouble
meeting
mini-initiative
new_artifact
ops
pdc_retirement
rawhide
RCA
review
script
sidetarget
sprint-0
sprint-1
sprint-2
sprint-3
sprint-4
sprint-5
unfrozen
waiting on external
Backlog Status
Needs Review
Backlog Status
Ready
chore
documentation
points
01
points
02
points
03
points
05
points
08
points
13
Priority
High
Priority
Low
Priority
Medium
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
No milestone
No project
No assignees
7 participants
Notifications
Due date
No due date set.
Depends on
#13334 Document releng container build process
releng/tickets
Reference
releng/tickets#10624
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the issue
Fedora’s container images should be signed by official Fedora project keys, just like Red Hat’s are.
When do you need this? (YYYY/MM/DD)
2022/02/21 but sooner would be amazing
When is this no longer needed or useful? (YYYY/MM/DD)
N/A — sooner is better than later, but later is better than never
If we cannot complete your request, what is the impact?
Qubes OS will need to generate and sign its own container images, since it cannot verify the authenticity of ones shipped by Fedora.
Metadata Update from @zlopez:
Any ideas about how to approach this? @cverna @otaylor
Metadata Update from @amedvede:
@demiobenour Do it still needed?
Metadata Update from @amedvede:
@amedvede if it hasn't been implemented, it's still needed.
Related to this, travier requested a way to use cosign to sign containers. Those wouldn't be GPG signatures, though.
Metadata Update from @jnsamyak:
Investigating it
Issue tagged with: sprint-3
Issue tagged with: sprint-4
Metadata Update from @jnsamyak:
Hey all, lets go deep into this problem and hopefully will fix it soon enough
fedora-base,fedora-minimal,fedora-toolboxand sync those images to quay.io, we build them using pungi. And here I see at least in description that it uses kickstarts to build container image for docker hub. So question is what exactly images you would to be signed?2)As far as I know we don't support to update dockerhub, and it should be documented somewhere. Can you suggest the place where? Also fix if I'm mistaking.
3)Can you verify that image is still not signed? because
pungiconfig has variablesigkeyso it might be signed indeed. Would like to mention that I'm not an expert in signing and just trying to learn how this process works so fix me where I'm wrong.4)If it still needed I believe it should be done on on pungi side
As far as I know the Fedora container images are still not signed.
As Jeremy mentioned, I requested in https://github.com/fedora-infra/siguldry/issues/49 support for cosign signatures.
In the mean time, we are currently signing Fedora CoreOS container images with GPG signatures (https://github.com/coreos/fedora-coreos-config/blob/testing-devel/overlay.d/17fcos-container-signing/etc/containers/registries.d/fedora-coreos.yaml) but this is not ideal.