Skip to content

Instantly share code, notes, and snippets.

@dudash
Created January 23, 2017 16:39
Show Gist options
  • Save dudash/fd72016a9ecd5e8940de55063d8fe47b to your computer and use it in GitHub Desktop.
Save dudash/fd72016a9ecd5e8940de55063d8fe47b to your computer and use it in GitHub Desktop.
This is a image stream resource (defined in yaml) that can be used to put a Swift S2I image into the Open Shift registry
apiVersion: v1
kind: ImageStream
metadata:
name: swift
annotations:
openshift.io/display-name: Swift
spec:
tags:
- name: '3.0'
annotations:
openshift.io/display-name: Swift 3.0
description: >-
Build and run Swift 3.0 applications on CentOS 7. For more information
about using this builder image, including OpenShift considerations,
see
https://github.com/dudash/s2i-swift
iconClass: fa-apple
sampleRepo: 'https://github.com/dudash/swift-ex.git'
tags: 'builder,swift'
version: '3.0'
from:
kind: DockerImage
name: 'openshift/swift-30-centos7:latest'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment