Last active
May 28, 2021 04:42
-
-
Save gridhead/84c1b8ad181e0b9925a3a680797b7796 to your computer and use it in GitHub Desktop.
CentOS Stream (Unofficial)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM centos:latest | |
LABEL maintainer "Akashdeep Dhar <[email protected]>" | |
RUN dnf swap centos-linux-repos centos-stream-repos -y | |
RUN dnf distro-sync -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment