DEV Community

Damrongsak Reetanon
Damrongsak Reetanon

Posted on

มี CentOS Stream Container Image ให้ใช้แล้วนะ

จากจุดเริ่มต้นของการประกาศเปลี่ยนแปลงของ CentOS ที่จะไม่มี version ที่ rebuild มาจาก Red Hat Enterprise อีกแล้วในสิ้นปี 2021 แต่จะมีแต่รุ่นที่เป็น CentOS Stream โดย CentOS ใช้คำว่า "CentOS Project shifts focus to CentOS Stream"
ในช่วงนี้สัญญาณของความเปลี่ยนแปลงก็เห็นชัดขึ้นอีก มีการสร้าง Container Image ในรุ่นของ Stream ไว้ให้คนที่ทำงานกับ Container Technology ให้ได้ใช้งานกันเรียบร้อย หากสนใจจะใช้งาน สามารถ pull image ได้จากที่ quay.io/centos/centos:stream

ทดสอบ pull image ของ centos:stream

❯ docker image pull quay.io/centos/centos:stream
stream: Pulling from centos/centos
95efbc6c0025: Pull complete
927653fd3e6b: Pull complete
71e5f9e90ef1: Pull complete
Digest: sha256:517798299340b0ddc377b4f7502f4a42ff6876e4f15b514db01b8fc8c3850559
Status: Downloaded newer image for quay.io/centos/centos:stream
quay.io/centos/centos:stream


❯ docker image pull quay.io/centos/centos:stream8
stream8: Pulling from centos/centos
Digest: sha256:517798299340b0ddc377b4f7502f4a42ff6876e4f15b514db01b8fc8c3850559
Status: Downloaded newer image for quay.io/centos/centos:stream8
quay.io/centos/centos:stream8


❯ docker image ls quay.io/centos/centos:stream
REPOSITORY              TAG       IMAGE ID       CREATED      SIZE
quay.io/centos/centos   stream    de9f93110166   5 days ago   355MB


❯ docker image history quay.io/centos/centos:stream
IMAGE          CREATED        CREATED BY                                      SIZE      COMMENT
de9f93110166   5 days ago     /bin/bash                                       154MB
<missing>      5 days ago     /bin/sh -c #(nop) LABEL io.openshift.tags="b…   0B
<missing>      5 days ago     /bin/sh -c #(nop) LABEL io.openshift.expose-…   0B
<missing>      5 days ago     /bin/sh -c #(nop) LABEL io.k8s.display-name=…   0B
<missing>      5 days ago     /bin/sh -c #(nop) LABEL description="CentOS …   0B
<missing>      5 days ago     /bin/sh -c #(nop) LABEL summary="Provides a …   0B
<missing>      5 days ago     /bin/sh -c #(nop) LABEL com.redhat.license_t…   0B
<missing>      5 days ago     /bin/sh -c #(nop) LABEL com.redhat.component…   0B
<missing>      5 days ago     /bin/sh -c #(nop) LABEL maintainer="The Cent…   0B
<missing>      2 months ago                                                   4.72kB
<missing>      2 months ago                                                   201MB     Imported from -
Enter fullscreen mode Exit fullscreen mode

ยังรักยังชอบกันอยู่ ก็ลองทดลองและทดสอบ CentOS Stream Container Image กันดู หรือ ลองหา Distribution ใหม่ก็มีให้เลือกใช้อีกมากมาย ... สุดท้ายเวลาก็คงพาทางเลือกมาให้เราเอง

มูลค่าความสุข

Top comments (1)

Collapse
 
terngr profile image
terngr

ขอบคุณครับ