Skip to content

Commit 61b2939

Browse files
Update Dockerfile
1 parent 43f5a59 commit 61b2939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18 AS builder
1+
FROM golang:1.22.4 AS builder
22
WORKDIR /go/src/github.com/josephdrichard/linuxptp-daemon
33
COPY . .
44
RUN make clean && make
55

6-
FROM registry.ci.openshift.org/ocp/4.18:base-rhel9
6+
FROM quay.io/centos/centos:stream9
77

88
RUN yum -y update && yum -y update glibc && yum --setopt=skip_missing_names_on_install=False -y install linuxptp ethtool hwdata synce4l && yum clean all
99

0 commit comments

Comments
 (0)