Skip to content

Instantly share code, notes, and snippets.

@nak3
Created November 19, 2017 11:31
Show Gist options
  • Save nak3/223bf3bd7d59bfcc6eb63fa981a691ba to your computer and use it in GitHub Desktop.
Save nak3/223bf3bd7d59bfcc6eb63fa981a691ba to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: ImageStream
metadata:
annotations:
openshift.io/display-name: Perl
name: perl
spec:
tags:
- annotations:
version: "5.20"
from:
kind: DockerImage
name: registry.access.redhat.com/rhscl/perl-520-rhel7:latest
generation: 2
importPolicy: {}
name: "5.20"
- annotations:
version: "latest"
from:
kind: ImageStreamTag
name: "5.20"
generation: 1
importPolicy: {}
name: latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment