diff --git a/_data/centos/distributions.yml b/_data/centos/distributions.yml
index 2939bf0..9d95b17 100644
--- a/_data/centos/distributions.yml
+++ b/_data/centos/distributions.yml
@@ -9,7 +9,7 @@
- title: "CentOS Hyperscale"
page: "/hyperscale"
description: "CentOS stability built for massively large-scale deployments."
-- title: "CentOS Connect"
- page: "https://connect.centos.org/"
- description: "Join us January 30-31 in Brussels to collaborate on the future of Enterprise Linux."
+- title: "CentOS Showcase"
+ page: "https://www.centos.org/events/showcase-2025-04/"
+ description: "Join us April 7 for a half-day virtual event that showcases our SIGs and other work in the EL ecosystem."
background: images/connecttilebg.png
diff --git a/_data/centos/footer.yml b/_data/centos/footer.yml
deleted file mode 100644
index a802053..0000000
--- a/_data/centos/footer.yml
+++ /dev/null
@@ -1,27 +0,0 @@
----
-#
-# site.data.centos.footer - Control footer section.
-#
-columns:
- - "About"
- - "Community"
-social:
- - icon: "fab fa-facebook-f"
- link: "https://www.facebook.com/groups/centosproject/"
- - icon: "fab fa-twitter"
- link: "https://twitter.com/CentOS"
- - icon: "fab fa-youtube"
- link: "https://youtube.com/TheCentOSProject"
- - icon: "fab fa-linkedin"
- link: "https://www.linkedin.com/groups/22405"
- - icon: "fab fa-reddit"
- link: "https://www.reddit.com/r/CentOS/"
-copyright:
- author: "The CentOS Project"
- legals:
- - text: "Legal"
- link: "/legal"
- - text: "Privacy"
- link: "/legal/privacy"
- - text: "Site source"
- link: "https://git.centos.org/centos/centos.org"
diff --git a/_data/centos/social.yml b/_data/centos/social.yml
new file mode 100644
index 0000000..0dedfb0
--- /dev/null
+++ b/_data/centos/social.yml
@@ -0,0 +1,25 @@
+---
+#
+# site.data.base.social - Provides social networks information.
+#
+- name: YouTube
+ icon: "fa-brands fa-youtube"
+ link: "https://youtube.com/TheCentOSProject"
+- name: Bluesky
+ icon: "fa-brands fa-bluesky"
+ link: "https://bsky.app/profile/centos.org"
+- name: Mastodon
+ icon: "fa-brands fa-mastodon"
+ link: "https://fosstodon.org/@centos"
+- name: Facebook
+ icon: "fa-brands fa-facebook-f"
+ link: "https://www.facebook.com/CentOSProject"
+- name: LinkedIn
+ icon: "fa-brands fa-linkedin"
+ link: "https://www.linkedin.com/company/centos-project/"
+- name: x
+ icon: "fa-brands fa-x-twitter"
+ link: "https://x.com/centos"
+- name: Discourse
+ icon: "fa-brands fa-discourse"
+ link: "https://discussion.fedoraproject.org/c/neighbors/centos/"
diff --git a/_data/centos/videos.yml b/_data/centos/videos.yml
index d1e28fb..02bd28e 100644
--- a/_data/centos/videos.yml
+++ b/_data/centos/videos.yml
@@ -1,9 +1,9 @@
---
-- id: FSvdDaIRV6c
- title: CentOS Board Meeting, November 2024
+- id: 1P7xYLt7rYk
+ title: "CentOS Stream - a preview of RHEL, a solid base for CentOS SIGs"
-- id: sCvawNYcfgA
- title: Using Hyperscale as a staging ground for Fedora improvements
+- id: RFxBy8SK_FE
+ title: "Something for SIGs: Story of Packit and CBS Koji"
-- id: cERMntyJuxc
- title: CentOS Stream on Windows
+- id: Hhy14OI9RTA
+ title: "Creating content collections for CentOS SIGs"
diff --git a/_data/sponsors/carousel.yml b/_data/sponsors/carousel.yml
index ec076f8..38be37e 100644
--- a/_data/sponsors/carousel.yml
+++ b/_data/sponsors/carousel.yml
@@ -49,10 +49,6 @@ members:
country: usa
image: dedicatedsolutions.png
url: https://www.dedicatedsolutions.com/
-- name: Equinix Metal
- country: usa
- image: equinix.png
- url: https://metal.equinix.com/
- name: eukhost
country: usa
image: eukhost.png
diff --git a/_includes/event.html b/_includes/event.html
index d3e4874..0f17db6 100644
--- a/_includes/event.html
+++ b/_includes/event.html
@@ -5,7 +5,11 @@
{% elsif talk.thumb %}
+{% if talk.link %}
+
+{% else %}
+{% endif %}
{% else %}
{% endif %}
diff --git a/about/governance/sig-council.md b/about/governance/sig-council.md
new file mode 100644
index 0000000..9413438
--- /dev/null
+++ b/about/governance/sig-council.md
@@ -0,0 +1,28 @@
+---
+title: "CentOS SIG Council"
+title_lead: Structure and Purpose
+---
+
+**This document is a work in progress.**
+
+## The CentOS SIG Council
+
+The CentOS Board has established the CentOS SIG Council, which manages investigations of technical issues among the SIGs and coordinates requests to the CentOS Stream and CentOS
+Infrastructure teams. The Board is responsible for all decisions related to policy and governance and would defer to the Council for technical decisions. Should a technical decision
+effect policy, finances or legal issues, the Council should provide a recommendation to the Board, who would then make an informed decision.
+
+Initial membership of the Council is made up of the SIG Chair (or their designee) from each Active SIG as determined by the board. Standing invites to the meeting are given to:
+- members of the CentOS Infrastructure Team at Red Hat
+- a representative from the CentOS Stream Engineering team
+- a representative from RHEL Engineering
+- the CentOS Board chair (or a designated representative)
+- the EPEL Steering Commitee chair (or a designated representative)
+
+The SIG Council may request attendance at certain meetings from other stakeholders through the Board or the Red Hat Liason.
+
+The SIG Council will determine future governance, in accordance with the principles set forward by the Board, but the initial requirements are:
+- Regular, minuted meetings
+- A strong preference for deliberative, open, discussion
+- The ability to enter Executive session to discuss sensitive technical matters. To be used only in extraordinary circumstances
+
+The Board also requests this group produce a State of the SIGs report at least twice a year, covering the Council activities and highlights from the individual SIGs.
diff --git a/assets/img/sponsors/equinix.png b/assets/img/sponsors/equinix.png
deleted file mode 100644
index 8033ed2..0000000
Binary files a/assets/img/sponsors/equinix.png and /dev/null differ
diff --git a/centos10.md b/centos10.md
index 1ed49fb..897edad 100644
--- a/centos10.md
+++ b/centos10.md
@@ -115,14 +115,12 @@ You can read more about this transition in the blog post
### Desktop applications
-Most graphical desktop applications have been removed.
+Some graphical desktop applications have been removed.
This includes:
-* Firefox
* GIMP
* LibreOffice
* Inkscape
-* Thunderbird
RHEL is transitioning to providing desktop applications via Flatpak.
CentOS users who want these applications are encouraged to install them from
diff --git a/community/calendar.md b/community/calendar.md
index 4a725a6..98e7fc9 100644
--- a/community/calendar.md
+++ b/community/calendar.md
@@ -41,7 +41,6 @@ Here is a list of current meetings with their descriptions:
* [NFV SIG](#nfv-sig)
* [Software Collections SIG Sync-up](#software-collections-sig-sync-up)
* [Storage SIG](#storage-sig)
-* [Virtualization SIG](#virtualization-sig)
### Alternate Images SIG
@@ -156,13 +155,5 @@ The Hyperscale SIG focuses on enabling CentOS Stream deployment on large-scale i
* [Link to Agenda](https://hackmd.io/@qItv4l_CSAOOoigrY3dOGA/rkAGV6Lpr)
-### Virtualization SIG
-* Every two weeks (on even weeks) on Wednesday at [1600 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=16&min=00&sec=0) in #[meeting:fedoraproject.org](https://chat.fedoraproject.org/#/room/#meeting:fedoraproject.org) (#meeting-2 or #meeting-3 will be used if #meeting is already running another meeting)
-* Chair (to contact for more information): Sandro Bonazzola (sbonazzo)
-* [Link to Project Site](https://sig.centos.org/virt/)
-* The CentOS Virtualization Special Interest Group ( virt-sig ) is a group of people coming together to promote and use CentOS Linux as a base platform as a suitable platform for various virtualization efforts. This includes type-1 and type-2 hypervisors like Xen and KVM, containers and containment based technologies like LXC and other system and process level virtualization technologies in the future.
-
-
-
-Page generated on 2024-12-12 15:19:48.680374 UTC
\ No newline at end of file
+Page generated on 2025-02-13 08:54:20.904807 UTC
\ No newline at end of file
diff --git a/community/irc-meetings.ical b/community/irc-meetings.ical
index b8f396f..7629c77 100644
--- a/community/irc-meetings.ical
+++ b/community/irc-meetings.ical
@@ -5,10 +5,10 @@ X-WR-CALDESC:Meeting schedule for the CentOS Project and SIGS
X-WR-CALNAME:CentOS Meetings
BEGIN:VEVENT
SUMMARY:Alternate Images SIG
-DTSTART:20250109T190000Z
+DTSTART:20250313T190000Z
DURATION:PT1H
DTSTAMP:20230727T145547Z
-UID:alternateimagessig-20250109
+UID:alternateimagessig-20250313
RRULE:FREQ=MONTHLY;BYDAY=2TH
DESCRIPTION:Project: Alternate Images SIG\nChair: Troy Dawson (tdawson)\
nDescription: The Alternate Images SIG's goal is to build and provide alt
@@ -18,10 +18,10 @@ LOCATION:#centos-meeting
END:VEVENT
BEGIN:VEVENT
SUMMARY:Automotive SIG
-DTSTART:20250101T140000Z
+DTSTART:20250305T140000Z
DURATION:PT1H
DTSTAMP:20221123T130408Z
-UID:automotivesig-20250101
+UID:automotivesig-20250305
RRULE:FREQ=MONTHLY;BYDAY=1WE
DESCRIPTION:Project: Automotive SIG\nChair: Jefro Osier-Mixon (JeffreyOs
ierMixon)\, acting\nDescription: The purpose of the Automotive SIG is two
@@ -40,10 +40,10 @@ LOCATION:#google-meet
END:VEVENT
BEGIN:VEVENT
SUMMARY:Board of Directors
-DTSTART:20250115T140000Z
+DTSTART:20250319T140000Z
DURATION:PT1H
DTSTAMP:20210908T105120Z
-UID:boardofdirectors-20250115
+UID:boardofdirectors-20250319
RRULE:FREQ=MONTHLY;BYDAY=3WE
DESCRIPTION:Project: Board of Directors\nChair: Rich Bowen (rbowen) and
Thomas Oulevey (alphacc)\nDescription: Board of Directors open discussion
@@ -53,10 +53,10 @@ LOCATION:#centos-meeting
END:VEVENT
BEGIN:VEVENT
SUMMARY:CentOS Stream Office Hours (meet.opensuse\, not IRC)
-DTSTART:20250108T170000Z
+DTSTART:20250312T170000Z
DURATION:PT1H
DTSTAMP:20220302T131018Z
-UID:centosstreamofficehours(meet.opensuse\,notirc)-20250108
+UID:centosstreamofficehours(meet.opensuse\,notirc)-20250312
RRULE:FREQ=MONTHLY;BYDAY=2WE
DESCRIPTION:Project: CentOS Stream Office Hours (meet.opensuse\, not IRC)
\nChair: Shaun McCance (shaunm)\nDescription: Monthly CentOS Stream offi
@@ -67,10 +67,10 @@ LOCATION:#google-meet
END:VEVENT
BEGIN:VEVENT
SUMMARY:Cloud SIG
-DTSTART:20250109T150000Z
+DTSTART:20250313T150000Z
DURATION:PT1H
DTSTAMP:20220119T094548Z
-UID:cloudsig-20250109
+UID:cloudsig-20250313
RRULE:FREQ=MONTHLY;BYDAY=2TH
DESCRIPTION:Project: Cloud SIG\nChair: Alfredo Moralejo Alonso (amoralej
)\nDescription: The CentOS Cloud SIG (CCS) is a group of people coming to
@@ -88,10 +88,10 @@ LOCATION:#centos-meeting
END:VEVENT
BEGIN:VEVENT
SUMMARY:Hyperscale SIG
-DTSTART:20241218T160000Z
+DTSTART:20250226T160000Z
DURATION:PT1H
DTSTAMP:20220921T180840Z
-UID:hyperscalesig-20241218
+UID:hyperscalesig-20250226
RRULE:FREQ=WEEKLY;INTERVAL=2
DESCRIPTION:Project: Hyperscale SIG\nChair: Davide Cavalca (dcavalca) an
d Neal Gompa (ngompa)\nDescription: The Hyperscale SIG focuses on enablin
@@ -102,10 +102,10 @@ LOCATION:#centos-meeting
END:VEVENT
BEGIN:VEVENT
SUMMARY:Hyperscale SIG monthly hangout (US daylight saving time)
-DTSTART:20250115T210000Z
+DTSTART:20250319T210000Z
DURATION:PT1H
DTSTAMP:20240717T162212Z
-UID:hyperscalesigmonthlyhangout(usdaylightsavingtime)-20250115
+UID:hyperscalesigmonthlyhangout(usdaylightsavingtime)-20250319
RRULE:FREQ=MONTHLY;BYDAY=3WE
DESCRIPTION:Project: Hyperscale SIG monthly hangout (US daylight saving t
ime)\nChair: Davide Cavalca (dcavalca) and Neal Gompa (ngompa)\nDescripti
@@ -121,10 +121,10 @@ LOCATION:#zoom-vc
END:VEVENT
BEGIN:VEVENT
SUMMARY:Hyperscale SIG monthly hangout (US standard time)
-DTSTART:20250115T220000Z
+DTSTART:20250319T220000Z
DURATION:PT1H
DTSTAMP:20240717T162212Z
-UID:hyperscalesigmonthlyhangout(usstandardtime)-20250115
+UID:hyperscalesigmonthlyhangout(usstandardtime)-20250319
RRULE:FREQ=MONTHLY;BYDAY=3WE
DESCRIPTION:Project: Hyperscale SIG monthly hangout (US standard time)\nC
hair: Davide Cavalca (dcavalca) and Neal Gompa (ngompa)\nDescription: Mo
@@ -140,10 +140,10 @@ LOCATION:#zoom-vc
END:VEVENT
BEGIN:VEVENT
SUMMARY:ISA SIG
-DTSTART:20241220T160000Z
+DTSTART:20250214T160000Z
DURATION:PT1H
DTSTAMP:20230630T174120Z
-UID:isasig-20241220
+UID:isasig-20250214
RRULE:FREQ=WEEKLY;INTERVAL=2
DESCRIPTION:Project: ISA SIG\nChair: Josh Boyer (jwboyer) and Florian We
imer (fweimer)\nDescription: The ISA SIG explores potential benefits of a
@@ -155,10 +155,10 @@ LOCATION:#centos-meeting
END:VEVENT
BEGIN:VEVENT
SUMMARY:NFV SIG
-DTSTART:20250101T150000Z
+DTSTART:20250305T150000Z
DURATION:PT1H
DTSTAMP:20210728T173932Z
-UID:nfvsig-20250101
+UID:nfvsig-20250305
RRULE:FREQ=MONTHLY;BYDAY=1WE
DESCRIPTION:Project: NFV SIG\nChair: Alfredo Moralejo (amoralej)\nDescri
ption: The goal of NFV SIG is to provide a set of packages related to vir
@@ -170,10 +170,10 @@ LOCATION:#centos-meeting
END:VEVENT
BEGIN:VEVENT
SUMMARY:Software Collections SIG Sync-up
-DTSTART:20241224T140000Z
+DTSTART:20250218T140000Z
DURATION:PT1H
DTSTAMP:20200731T142602Z
-UID:softwarecollectionssigsync-up-20241224
+UID:softwarecollectionssigsync-up-20250218
RRULE:FREQ=WEEKLY;INTERVAL=2
DESCRIPTION:Project: Software Collections SIG Sync-up\nChair: Jan Staně
k (jstanek)\nDescription: The Software Collections SIG will provide an up
@@ -186,10 +186,10 @@ LOCATION:#centos-meeting
END:VEVENT
BEGIN:VEVENT
SUMMARY:Storage SIG
-DTSTART:20250107T100000Z
+DTSTART:20250304T100000Z
DURATION:PT1H
DTSTAMP:20210706T115543Z
-UID:storagesig-20250107
+UID:storagesig-20250304
RRULE:FREQ=MONTHLY;BYDAY=1TU
DESCRIPTION:Project: Storage SIG\nChair: Karanbir Singh (kbsingh)\, Niel
s de Vos (ndevos)\, Giulio Fidente (gfidente)\nDescription: The CentOS St
@@ -203,23 +203,4 @@ DESCRIPTION:Project: Storage SIG\nChair: Karanbir Singh (kbsingh)\, Niel
SpecialInterestGroup/Storage
LOCATION:#centos-meeting2
END:VEVENT
-BEGIN:VEVENT
-SUMMARY:Virtualization SIG
-DTSTART:20241225T160000Z
-DURATION:PT1H
-DTSTAMP:20240701T102535Z
-UID:virtualizationsig-20241225
-RRULE:FREQ=WEEKLY;INTERVAL=2
-DESCRIPTION:Project: Virtualization SIG\nChair: Sandro Bonazzola (sbonaz
- zo)\nDescription: The CentOS Virtualization Special Interest Group ( virt
- -sig ) is a group of people coming together to promote and use CentOS Linu
- x as a base platform as a suitable platform for various virtualization eff
- orts. This includes type-1 and type-2 hypervisors like Xen and KVM\, conta
- iners and containment based technologies like LXC and other system and pro
- cess level virtualization technologies in the future.\n\nProject URL: htt
- ps://sig.centos.org/virt/
-LOCATION:#[meeting:fedoraproject.org](https://chat.fedoraproject.org/#/roo
- m/#meeting:fedoraproject.org) (#meeting-2 or #meeting-3 will be used if #m
- eeting is already running another meeting)
-END:VEVENT
END:VCALENDAR
diff --git a/events.md b/events.md
index f612bea..28ef4b5 100644
--- a/events.md
+++ b/events.md
@@ -4,27 +4,30 @@ title: "Events"
## Upcoming Events
-* CentOS @ [SCaLE 22x](/events/scale22x-2025), March 6-9, 2025
+* [CentOS Showcase 2025-04](/events/showcase-2025-04), April 7, 2025
+
+* CentOS @ [SCaLE 22x](/events/scale22x-2025), March 6 – 9, 2025
## Past Events
### 2025
-* CentOS @ [FOSDEM 2025](fosdem-2025), February 1-2, 2025
-* [CentOS Connect 2025](https://connect.centos.org/), January 30-31, 2025
+* CentOS @ [FOSDEM 2025](fosdem-2025), February 1 – 2, 2025
+
+* [CentOS Connect 2025](/events/connect-2025), January 30 – 31, 2025
### 2024
* [CentOS Showcase 2024-11](/events/showcase-2024-11), November 4, 2024
-* CentOS @ [Flock 2024](/events/flock-2024), August 7-11, 2024
+* CentOS @ [Flock 2024](/events/flock-2024), August 7 – 11, 2024
-* [CentOS Connect 2024](/events/connect-2024), February 1-2, 2024
+* [CentOS Connect 2024](/events/connect-2024), February 1 – 2, 2024
### 2023
-* CentOS @ [Flock 2023](/events/flock-2023), August 1-4, 2023
+* CentOS @ [Flock 2023](/events/flock-2023), August 1 – 4, 2023
* [CentOS Connect 2023](/events/connect-2023), February 3, 2024
diff --git a/events/booth1.png b/events/booth1.png
deleted file mode 100644
index 7359931..0000000
Binary files a/events/booth1.png and /dev/null differ
diff --git a/events/connect-2024.md b/events/connect-2024.md
index b877e59..a313c73 100644
--- a/events/connect-2024.md
+++ b/events/connect-2024.md
@@ -1,6 +1,6 @@
---
title: "CentOS Connect 2024"
-title_lead: "February 1, 2024 - February 2, 2024 • Brussels, Belgium"
+title_lead: "February 1 – 2, 2024 • Brussels, Belgium"
talks:
- title: "Hyperscale SIG update"
youtube: YOC1mxCGAi8
@@ -248,6 +248,6 @@ talks:
CentOS Connect is the contributor conference for CentOS, focusing on CentOS Stream, Special Interest Groups, and the entire Enterprise Linux ecosystem. -CentOS Connect at FOSDEM happens February 1-2, 2024, as part of the FOSDEM Fringe.
+CentOS Connect at FOSDEM happens February 1 – 2, 2024, as part of the FOSDEM Fringe. {% include event.html %} diff --git a/events/connect-2025.md b/events/connect-2025.md new file mode 100644 index 0000000..624dde8 --- /dev/null +++ b/events/connect-2025.md @@ -0,0 +1,300 @@ +--- +title: "CentOS Connect 2025" +title_lead: "January 30 – 31, 2025 • Brussels, Belgium" +talks: + - title: "CentOS Stream - a preview of RHEL, a solid base for CentOS SIGs" + youtube: "1P7xYLt7rYk" + speakers: + - name: Troy Dawson + desc: | +CentOS Stream is a Linux distribution built by Red Hat Enterprise Linux (RHEL) + engineers as part of RHEL development.
+Innovation within the OS happens in Fedora. + CentOS Stream provides a solid base for innovation on top of an OS. + Many CentOS Special Interest Groups (SIGs) are building on and extending it in all + sorts of interesting ways without needing to reinvent the wheel.
+CentOS Stream also serves as a contribution path to RHEL itself. + The source, the builds, the release, it all happens in the open.
+Come and learn about what's new, what's coming, + how to get involved both directly and through CentOS SIGs.
+ - title: "Leveraging the Kubernetes Enqueue Scheduling Plugin for Smarter Workload Placement" + youtube: "vfuJsB8MCko" + speakers: + - name: Alessandro Di Stefano + - name: Dennis Gilmore + desc: | +This session highlights the OKD community’s initiative to evolve + Kubernetes scheduling into a dynamic, collaborative framework. + Building on the experience gained from developing the Multiarch + Tuning Operator for OpenShift, the initiative leverages Kubernetes' + 2scheduling gates mechanism to go beyond multi-architecture-aware scheduling. + It introduces a framework where multiple controllers can compete to inject + augmented information into pod specifications, enabling smarter and more + efficient pod placement across Kubernetes clusters.
+Rooted in OKD, the upstream distribution of OpenShift, and running on + CentOS Stream CoreOS, this effort showcases how the OKD community is driving + innovation for scheduling in Kubernetes Clusters. + The framework optimizes workload placement while coordinating with + descheduling and autoscaling components.
+This talk will explore how OKD’s community-driven approach connects + observability platforms with Kubernetes’ scheduling ecosystem, closing + the feedback loop for improved performance, SLA guarantees, cost savings, + and energy efficiency. + Attendees will also learn how this framework lays the foundation for a fully + distributed, intelligent placement system for Kubernetes workloads.
+Join us to discover how the OKD community is extending its vision through + CentOS Stream CoreOS, fostering collaboration and innovation to advance + Kubernetes scheduling.
+ - title: "Web revamp: We did it! (sort of...)" + youtube: "e5POjZcmLXY" + speakers: + - name: Shaun McCance + desc: | +After a long time working on it, we finally launched the new website + and docs site with the CentOS Stream 10 announcement. + There was a lot of frantic scrambling among the Artwork, Infra, Docs, + and Promo SIGs. There were snags. There were delays. + But we finally got it out the door.
+This talk will explore what we did. + But more importantly, it will explore what we didn't do. + We had to think hard about what work we could defer to meet deadlines. + Learn how you can contribute tonight from the comfort of your hotel room.
+ - title: "OKD, kubernetes on CentOS Stream" + youtube: "UDJzV5SJFRw" + speakers: + - name: Dennis Gilmore + desc: | + We are currently going through a big shift in OKD. We are working to have + everything entirely built on CentOS stream. + This talk will explain what we want OKD to look like and the steps we are + taking to get there. + - title: "From RPM to S2I of an OpenStack service in Konflux" + youtube: "ouTzUKGldko" + speakers: + - name: Joel Capitao + desc: | +At RDO, we are experimenting building the OpenStack services from source + instead of packaging them first with RPM. + This initiative is conducted alongside the Konflux effort which is taking + place within the Fedora community.
+We'll present a PoC of an Openstack service built from source in the + Cloud SiG Konflux tenant.
+ - title: "AlmaLinux: the special derivative" + youtube: "r6CJwCvNsVw" + speakers: + - name: Andrew Lukoshko + desc: | +On the dates of CentOS Connect 2025, we get to celebrate exactly 4 years + since the release of the very first beta version of AlmaLinux. + While being RHEL (and later CentOS Stream) derivative AlmaLinux still does + a lot of things differently both on the distribution and tooling sides. + Our build system and mirror service are just the tip of the iceberg. + In my talk I'd like to focus on more things we do differently, like:
+... and many more.
+This can be useful for users and developers to look at familiar + features and processes from a new angle.
+ - title: "OpenScanHub and Packit: Fully automated static analysis of RPM-based distributions" + youtube: "XYCh1hkCo-o" + speakers: + - name: František Lachman + - name: Siteshwar Vashisht + desc: | +What if detecting bugs and vulnerabilities in RPM-based + distributions could be seamless and fully automated?
+OpenScanHub is a service for static and dynamic code analysis. + It was internally used inside Red Hat to scan releases of RHEL + for more than a decade and was open-sourced in 2023.
+OpenScanHub can fully automatically scan RPMs and has the ability + to do differential scans that helps in finding bugs that may be + introduced on package updates and new distribution releases. + By default, it supports static analyzers embedded in GCC, Cppcheck, ShellCheck, + find-unicode-control, Clippy and is extensible to support other analyzers. + It can collect reports from various analyzers at a single place to + make it easy to analyze them.
+OpenScanHub was recently integrated with Packit, a CI/CD solution for + automating RPM package builds, tests, and distribution releases. + This new integration performs differential scans on pull requests, + so potential bugs may be found during the pull request review process + and would not be introduced into the codebase.
+In this talk, we will share ideas about how CentOS Stream and its + derivatives may benefit from OpenScanHub.
+ - title: "CentOS Infra SIG review and updates" + youtube: "jkc3jdxSZmA" + speakers: + - name: Fabian Arrotin + desc: | + The CentOS Infra Special Interest Group is there to serve the whole + CentOS Ecosystem, especially the other SIGs. + What has been achieved during the 2024 year ? + What are some other goals for 2025 ? + Let's present these though slides but also Q&A (hearing from SIGs themselves !) + - title: "Hyperscale SIG update" + youtube: "iXTIf4T1i_s" + speakers: + - name: Davide Cavalca + - name: Neal Gompa + desc: | + This presentation will provide an update on what the CentOS Hyperscale SIG has + been working on, what work has been done by the Hyperscale SIG in CentOS Stream, + what deliverables are available, how to use them, and what's coming up next. + - title: "CentOS Alt Images - Lets Talk About It" + youtube: "rXTK-CvB-OE" + speakers: + - name: Troy Dawson + desc: | + CentOS Alternative Images SIG has progressed alot in the past year. + Troy will go over all the new Images we adding this past year and what we have planned next. + He will also do a demo some of his favorite images. + - title: "Creating content collections for CentOS SIGs" + youtube: "Hhy14OI9RTA" + speakers: + - name: Neal Gompa + desc: | +CentOS Hyperscale is constructed with the combination of CentOS Stream, + Fedora EPEL, and our own produced packages. + This gives us a broad content set, but since each of these are released + with their own cadences, it becomes important to create discrete collections + of this for various purposes (notably integration testing).
+This talk will discuss the problem and share the solution created for the + Hyperscale SIG, and show how other CentOS SIGs and communities can benefit from it.
+ - title: "OpenHPC - Running on Multiple Distributions" + youtube: "bTvWE1ID0sw" + speakers: + - name: Adrian Reber + desc: | +OpenHPC is Linux Foundation project which tries to provide an easy + starting point into High Performance Computing (HPC). + Currently the OpenHPC projects supports Leap 15.5, openEuler 22.03 and + different RHEL 9 clones (AlmaLinux and Rocky Linux). + For those distributions OpenHPC provides RPMs and validated recipes which + guide the user to a running HPC cluster.
+In this session I want to give an introduction why OpenHPC exists and + what special requirements HPC systems have, how OpenHPC builds its RPMs + and how OpenHPC validates its released recipes with hundreds of tests + for each release.
+ - title: "Something for SIGs: Story of Packit and CBS Koji" + youtube: "RFxBy8SK_FE" + speakers: + - name: František Lachman + desc: | +For some time, Packit’s main target had been Fedora. + But we have something for the CentOS Stream community as well. + Specifically for CentOS SIGs this time.
+Providing builds and CI for your SIG is not easy, and with Packit, + we thought we could be of help. + We were asked about this a long long time ago, but last year, + Christian Glombek sent us the first contribution that kicked off the + actual work and together with the Packit team, the work on automation + for CBS Koji builds started for real. + Just another Koji instance one would say. + We’ve come a long way since then and learned our lesson. + Come and see what it takes to automate RPM builds on CBS Koji in + reality and how you can benefit from our work.
+During the talk, we’ll show what we’ve managed to finish and what + are our plans for the future.
+ - title: "The Road to EPEL 10" + youtube: "3pbjS-tD4q8" + speakers: + - name: Carl George + desc: | +Extra Packages for Enterprise Linux (EPEL) is a yum repository of + community maintained packages for use on CentOS Stream and Red Hat + Enterprise Linux (RHEL). + For most of its history, each version of EPEL was made available after + the corresponding major version of RHEL. + This slowed down package availability, which then slowed down adoption + of new RHEL major versions. + In EPEL 9, package maintainers were able to build against CentOS Stream 9 + early to have a large number of packages ready before the RHEL 9.0 launch.
+For EPEL 10, the EPEL Steering Committee is expanding that strategy + to all minor versions of RHEL 10. + This will improve support for CentOS Stream and for specific minor versions + of RHEL, resolving several key pain points of users and maintainers. + Attend this talk to learn more about this bold initiative and the results + achieved so far.
+ - title: "Automating CentOS Provisioning with Foreman" + youtube: "psarnHrK89Y" + speakers: + - name: Nofar Alfassi + desc: | +Foreman is a robust, open-source solution for provisioning and + managing CentOS systems at scale. + This talk will highlight how Foreman simplifies the provisioning + process for CentOS environments using PXE-based booting, image-based + workflows, and integrations with hypervisors like Libvirt and VMware.
+We’ll also explore recent advancements such as Secure Boot and IPv6 + support, ensuring that Foreman remains compatible with modern CentOS + infrastructure needs. + A live demo will demonstrate how to efficiently provision CentOS systems, + helping attendees streamline their workflows and manage environments with + confidence.
+Key Takeaways:
+CentOS Connect is the contributor conference for CentOS, +focusing on CentOS Stream, Special Interest Groups, and the entire Enterprise +Linux ecosystem. CentOS Connect 2025 happens January 30 – 31, as part of the +FOSDEM Fringe.
+ +{% include event.html %} diff --git a/events/flock-2023.md b/events/flock-2023.md index 73280c2..1994201 100644 --- a/events/flock-2023.md +++ b/events/flock-2023.md @@ -1,6 +1,6 @@ --- title: "CentOS @ Flock 2023" -title_lead: "August 1, 2023 - August 4, 2023 • Cork, Ireland" +title_lead: "August 1 – 4, 2023 • Cork, Ireland" talks: - title: "CentOS Alternative Images SIG status report" youtube: MDWAiDiI5qA diff --git a/events/flock-2024.md b/events/flock-2024.md index 7a4187d..6599a15 100644 --- a/events/flock-2024.md +++ b/events/flock-2024.md @@ -1,6 +1,6 @@ --- title: "CentOS @ Flock 2024" -title_lead: "August 7, 2024 - August 11, 2024 • Rochester, NY, USA" +title_lead: "August 7 – 11, 2024 • Rochester, NY, USA" talks: - title: "CentOS Stream - a preview of RHEL, a solid base for CentOS SIGs" youtube: LNJtXYOSMio diff --git a/events/fosdem-2025-booth.png b/events/fosdem-2025-booth.png new file mode 100644 index 0000000..7359931 Binary files /dev/null and b/events/fosdem-2025-booth.png differ diff --git a/events/fosdem-2025-epel.png b/events/fosdem-2025-epel.png new file mode 100644 index 0000000..9730775 Binary files /dev/null and b/events/fosdem-2025-epel.png differ diff --git a/events/fosdem-2025-stream.png b/events/fosdem-2025-stream.png new file mode 100644 index 0000000..bef09e3 Binary files /dev/null and b/events/fosdem-2025-stream.png differ diff --git a/events/fosdem-2025.md b/events/fosdem-2025.md index c8b7b99..f90bf23 100644 --- a/events/fosdem-2025.md +++ b/events/fosdem-2025.md @@ -1,12 +1,13 @@ --- title: "CentOS @ FOSDEM 2025" -title_lead: "February 1, 2025 - February 2, 2025 • Brussels, Belgium" +title_lead: "February 1 – 2, 2025 • Brussels, Belgium" talks: - title: "Fedora and CentOS stand" - thumb: /events/booth1.png + thumb: /events/fosdem-2025-booth.png desc: | Find Fedora and CentOS contributors at the stand in the K building. - title: "CentOS Stream and the Power of SIGs: KDE, Hyperscale, and Beyond" + thumb: /events/fosdem-2025-stream.png slides: "https://fosdem.org/2025/events/attachments/fosdem-2025-5616-centos-stream-and-the-power-of-sigs-kde-hyperscale-and-beyond/slides/237378/2025-FOSD_BxjmNaw.pdf" link: "https://fosdem.org/2025/schedule/event/fosdem-2025-5616-centos-stream-and-the-power-of-sigs-kde-hyperscale-and-beyond/" speakers: @@ -21,6 +22,7 @@ talks:Come and learn how CentOS relates to Fedora, how it's built, how it's tested and released, the new CentOS Stream 10 release (yay!), and how you can get involved!
- title: "The Road to EPEL 10" + thumb: /events/fosdem-2025-epel.png slides: "https://fosdem.org/2025/events/attachments/fosdem-2025-6844-the-road-to-epel-10/slides/237476/the-road-_Ny3Et4L.pdf" link: "https://fosdem.org/2025/schedule/event/fosdem-2025-6844-the-road-to-epel-10/" speakers: diff --git a/events/scale22x-2025-booth.jpg b/events/scale22x-2025-booth.jpg new file mode 100644 index 0000000..dd1d7d3 Binary files /dev/null and b/events/scale22x-2025-booth.jpg differ diff --git a/events/scale22x-2025.md b/events/scale22x-2025.md index f4a7006..a174c10 100644 --- a/events/scale22x-2025.md +++ b/events/scale22x-2025.md @@ -1,9 +1,9 @@ --- title: "CentOS @ SCaLE 22x" -title_lead: "March 6, 2025 - March 9, 2025 • Pasadena, USA" +title_lead: "March 6 – 9, 2025 • Pasadena, USA" talks: - title: "Booth #102" - thumb: /events/booth1.png + thumb: /events/scale22x-2025-booth.jpg desc: | Visit Fedora and CentOS at Booth #102. CentOS experts will be on hand throughout the day to talk about CentOS Stream 10, diff --git a/events/showcase-2025-04.md b/events/showcase-2025-04.md new file mode 100644 index 0000000..ef4b646 --- /dev/null +++ b/events/showcase-2025-04.md @@ -0,0 +1,35 @@ +--- +title: "CentOS Showcase 2025-04" +title_lead: "April 7, 2025 • Online" +--- + +CentOS Showcase is a half-day virtual event that showcases +the work happening in the CentOS ecosystem. +It features short talks focusing on CentOS Stream, the CentOS SIGs, +and various projects that build on the work done in CentOS. + +This CentOS Showcase will be held April 7, 2025, from 17:00 to 21:00 UTC. + + +## Registration + +CentOS Showcase is free and open to all. Your registration helps us track attendance. + +Register + + +## Schedule + +The CFP is closed. We will release the schedule on Friday, March 28. + +This is a virtual event. Talks will be recorded and published. +All talks are 20 minutes, including time for Q+A. + + +## Conduct +CentOS is committed to providing an inclusive and harassment-free experience +for participants at all of our events. +All participants, whether in-person or virtual, are expected to follow the +[CentOS Code of Conduct](https://www.centos.org/code-of-conduct/). +To report violations or for any concerns, contact the Community Architect +[Shaun McCance](mailto:shaunm@redhat.com). diff --git a/hyperscale.md b/hyperscale.md index d5410f7..75b648b 100644 --- a/hyperscale.md +++ b/hyperscale.md @@ -20,7 +20,7 @@ status: DRAFT