{"id":21531503,"url":"https://github.com/aguslr/esblue","last_synced_at":"2025-10-30T19:43:06.701Z","repository":{"id":228116458,"uuid":"696161390","full_name":"aguslr/esblue","owner":"aguslr","description":"Imagen de Fedora Silverblue para usar el certificado digital del Gobierno de España","archived":false,"fork":false,"pushed_at":"2025-03-28T00:30:40.000Z","size":299,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T01:28:20.954Z","etag":null,"topics":["fedora","fedora-silverblue","oci","ostree","rpm-fusion"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aguslr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-25T08:01:09.000Z","updated_at":"2025-03-28T00:30:43.000Z","dependencies_parsed_at":"2024-05-21T21:39:38.540Z","dependency_job_id":"e465cbd6-2e7a-4db3-8756-6da6885f32e3","html_url":"https://github.com/aguslr/esblue","commit_stats":null,"previous_names":["aguslr/esblue"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aguslr/esblue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aguslr%2Fesblue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aguslr%2Fesblue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aguslr%2Fesblue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aguslr%2Fesblue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aguslr","download_url":"https://codeload.github.com/aguslr/esblue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aguslr%2Fesblue/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261792359,"owners_count":23210303,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fedora","fedora-silverblue","oci","ostree","rpm-fusion"],"created_at":"2024-11-24T02:14:35.229Z","updated_at":"2025-10-30T19:43:06.589Z","avatar_url":"https://github.com/aguslr.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"[ESBlue][1]\n===========\n\n[![Vanilla](https://github.com/aguslr/esblue/actions/workflows/build-vanilla.yml/badge.svg)](https://github.com/aguslr/esblue/actions/workflows/build-vanilla.yml)\n[![Fusion](https://github.com/aguslr/esblue/actions/workflows/build-fusion.yml/badge.svg)](https://github.com/aguslr/esblue/actions/workflows/build-fusion.yml)\n[![Rock](https://github.com/aguslr/esblue/actions/workflows/build-rock.yml/badge.svg)](https://github.com/aguslr/esblue/actions/workflows/build-rock.yml)\n\nUna imagen personalizada basada en\n[BlueVanilla][2]/[BlueFusion][3]/[BlueRock][4] con los paquetes necesarios para\nusar los certificados digitales del Gobierno de España.\n\n![Captura](.github/screenshot.png \"Captura\")\n\nUso\n---\n\n1. Actualiza tu Fedora Silverblue a la imagen sin firmar para obtener las claves\n   de firma necesarias:\n\n       rpm-ostree rebase -r ostree-unverified-registry:ghcr.io/aguslr/esbluerock:stable\n\n2. Actualiza de nuevo a la image firmada para acabar la instalación:\n\n       rpm-ostree rebase -r ostree-image-signed:docker://ghcr.io/aguslr/esbluerock:stable\n\nOtra opción es generar una [imagen ISO para una instalación *offline*][8] con el\nsiguiente comando:\n\n    sudo podman run --rm --privileged \\\n        --volume .:/build-container-installer/build \\\n        --security-opt label=disable --pull=newer \\\n        ghcr.io/jasonn3/build-container-installer:latest \\\n        IMAGE_REPO=\"ghcr.io/aguslr\" \\\n        IMAGE_NAME=\"esbluerock\" \\\n        IMAGE_TAG=\"latest\" \\\n        VARIANT=\"Silverblue\"\n\nCaracterísticas\n---------------\n\n- Añade los siguientes paquetes a Silverblue:\n  + [`autofirma-1.8.3-1.noarch_FEDORA.rpm`][5]\n  + [`configuradorfnmt-4.0.6-0.x86_64.rpm`][6] (para `x86_64`)\n\nEtiquetas\n---------\n\nExisten 3 variantes para esta image:\n\n- `esbluevanilla`: Añade los paquetes a [BlueVanilla][2].\n\n- `esbluefusion`: Añade los paquetes a [BlueFusion][3].\n\n- `esbluerock`: Añade los paquetes a [BlueRock][4].\n\nVerificación\n------------\n\nEstas imágenes están firmadas con [Cosign][7] de Sisgstore. Puedes verificar la\nfirma descargando el archivo clave `cosign.pub` de este repositorio y ejecutando\nel siguiente comando:\n\n    cosign verify --key cosign.pub ghcr.io/aguslr/esbluerock\n\n\n[1]: https://github.com/aguslr/esblue\n[2]: https://github.com/aguslr/bluevanilla\n[3]: https://github.com/aguslr/bluefusion\n[4]: https://github.com/aguslr/bluerock\n[5]: https://firmaelectronica.gob.es/Home/Descargas.html\n[6]: https://www.sede.fnmt.gob.es/descargas/descarga-software/instalacion-software-generacion-de-claves\n[7]: https://docs.sigstore.dev/cosign/overview/\n[8]: https://blue-build.org/learn/universal-blue/#fresh-install-from-an-iso\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faguslr%2Fesblue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faguslr%2Fesblue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faguslr%2Fesblue/lists"}