We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f5a59 commit 61b2939Copy full SHA for 61b2939
Dockerfile
@@ -1,9 +1,9 @@
1
-FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18 AS builder
+FROM golang:1.22.4 AS builder
2
WORKDIR /go/src/github.com/josephdrichard/linuxptp-daemon
3
COPY . .
4
RUN make clean && make
5
6
-FROM registry.ci.openshift.org/ocp/4.18:base-rhel9
+FROM quay.io/centos/centos:stream9
7
8
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
9
0 commit comments