Bug 1804765 - oauth-proxy image cannot be referenced for disconnected installs
Summary: oauth-proxy image cannot be referenced for disconnected installs
Keywords:
Status: CLOSED DUPLICATE of bug 1812489
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: apiserver-auth
Version: 4.4
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: 4.5.0
Assignee: Michal Fojtik
QA Contact: scheng
URL:
Whiteboard:
Depends On: 1804763
Blocks: 1805247
TreeView+ depends on / blocked
 
Reported: 2020-02-19 15:15 UTC by Ben Parees
Modified: 2020-03-11 15:23 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1804763
: 1805247 (view as bug list)
Environment:
Last Closed: 2020-03-11 15:23:10 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift cluster-samples-operator pull 229 0 None closed [release-4.4] Bug 1804765: add imagestream for oauthproxy image 2021-02-04 11:20:06 UTC

Comment 3 XiuJuan Wang 2020-02-24 02:14:54 UTC
Test in Cluster 4.4.0-0.nightly-2020-02-23-191320

$ oc get is  oauth-proxy  -n openshift  -o yaml 
apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
  creationTimestamp: "2020-02-23T23:38:32Z"
  generation: 2
  name: oauth-proxy
  namespace: openshift
  resourceVersion: "19193"
  selfLink: /apis/image.openshift.io/v1/namespaces/openshift/imagestreams/oauth-proxy
  uid: 543198fb-4dbf-4941-8b1f-2758c7f0271e
spec:
  lookupPolicy:
    local: false
  tags:
  - annotations: null
    from:
      kind: DockerImage
      name: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:87ef12402928bc1c47c4dd7c56db397a8bb5e77825b5c7498c011ada86730153
    generation: 2
    importPolicy:
      scheduled: true
    name: latest
    referencePolicy:
      type: Source
status:
  dockerImageRepository: image-registry.openshift-image-registry.svc:5000/openshift/oauth-proxy
  tags:
  - items:
    - created: "2020-02-23T23:39:55Z"
      dockerImageReference: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:87ef12402928bc1c47c4dd7c56db397a8bb5e77825b5c7498c011ada86730153
      generation: 2
      image: sha256:87ef12402928bc1c47c4dd7c56db397a8bb5e77825b5c7498c011ada86730153
    tag: latest

Comment 4 Ben Parees 2020-03-02 14:39:08 UTC
reopening as the PR that resolved this is being reverted.

Comment 5 Michal Fojtik 2020-03-11 15:23:10 UTC

*** This bug has been marked as a duplicate of bug 1812489 ***


Note You need to log in before you can comment on or make changes to this bug.