Skip to content

Instantly share code, notes, and snippets.

@gridhead
Last active May 28, 2021 04:42
Show Gist options
  • Save gridhead/84c1b8ad181e0b9925a3a680797b7796 to your computer and use it in GitHub Desktop.
Save gridhead/84c1b8ad181e0b9925a3a680797b7796 to your computer and use it in GitHub Desktop.
CentOS Stream (Unofficial)
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