Skip to content

Commit

Permalink
Create ImageStream.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
academiaonline authored Nov 14, 2024
1 parent 89de881 commit 35a27f7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions santander/ImageStream.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
name: php-base
spec:
lookupPolicy:
local: false
tags:
- name: latest
from:
kind: DockerImage
name: 'docker.io/academiaonline/php-base:latest'
generation: 2
importPolicy:
importMode: Legacy
referencePolicy:
type: Local

0 comments on commit 35a27f7

Please sign in to comment.