-
Notifications
You must be signed in to change notification settings - Fork 144
[release-4.17] OCPBUGS-36520: Rename Dockerfile to .ocp #1023
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release-4.17
Are you sure you want to change the base?
[release-4.17] OCPBUGS-36520: Rename Dockerfile to .ocp #1023
Conversation
@Leo6Leo: This pull request references Jira Issue OCPBUGS-36520, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Leo6Leo The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to duplicate the Dockerfile, in order to avoid CI failures, until we do followup changes in the release repo. After those are in, we can remove the original Dockerfile.rhel7
/cc @jhadvig |
@@ -0,0 +1,33 @@ | |||
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.17 AS builder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the duplicate of Dockerfile.rhel7, just with different name.
/hold just to be safe |
README.md
Outdated
# for development, you are going to push to an alternate registry. | ||
# specifically it can look something like this: | ||
docker build -f Dockerfile.rhel7 -t quay.io/benjaminapetersen/console-operator:latest . | ||
docker build -f Dockerfile.ocp -t quay.io/benjaminapetersen/console-operator:latest . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Leo6Leo Would it be clearer to replace the benjaminapetersen
with a placeholder like <your-username>
. Also, this appears in multiple places in the file.
/retest |
1 similar comment
/retest |
Update: Based on my research and understanding, this is my planning for the next move. The Problem Chain:
So what I will be doing is:
|
/retest |
Co-authored-by: Jon Jackson <jonjacks@redhat.com>
/retest-required |
The CI test |
/retest |
@Leo6Leo: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/unhold The test is passing. openshift/release#67416 will be unhold after this PR get merged. |
/jira refresh |
@Leo6Leo: This pull request references Jira Issue OCPBUGS-36520, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Description
Rename Dockerfile from Dockerfile.rhel7 to Dockerfile.ocp