Compare commits

...

2 commits

Author SHA1 Message Date
cea9bea9d2 Add install procedure
All checks were successful
build-ublue-custom / Build and push image (push) Successful in 4m58s
2024-10-11 23:22:08 +02:00
030ccc61cf Disable signature 2024-10-11 23:22:01 +02:00
2 changed files with 11 additions and 9 deletions

View file

@ -64,12 +64,10 @@ jobs:
push: true push: true
tags: gitea.mrdev023.fr/florian.richer/fedora_atomic_custom_image:latest tags: gitea.mrdev023.fr/florian.richer/fedora_atomic_custom_image:latest
- name: Sign container image # - name: Sign container image
if: gitea.event_name != 'pull_request' # if: gitea.event_name != 'pull_request'
run: | # run: |
cosign sign -y --key env://COSIGN_PRIVATE_KEY gitea.mrdev023.fr/florian.richer/fedora_atomic_custom_image:latest # cosign sign -y --key env://COSIGN_PRIVATE_KEY gitea.mrdev023.fr/florian.richer/fedora_atomic_custom_image:latest
env: # env:
TAGS: ${{ steps.push.outputs.digest }} # COSIGN_PRIVATE_KEY: ${{ secrets.SIGNING_SECRET }}
COSIGN_EXPERIMENTAL: false # COSIGN_PASSWORD: ""
COSIGN_PRIVATE_KEY: ${{ secrets.SIGNING_SECRET }}
COSIGN_PASSWORD: ""

View file

@ -1,6 +1,10 @@
# My Custom Fedora Atomic Image # My Custom Fedora Atomic Image
## Install
```
rpm-ostree rebase ostree-unverified-registry:gitea.mrdev023.fr/florian.richer/fedora_atomic_custom_image:latest
```
## Thanks ## Thanks