Merge pull request #2724 from coreos-inc/multistage-build-ui
Add support for multistage Docker build in build UI
This commit is contained in:
commit
3b73695c04
25 changed files with 229 additions and 450 deletions
|
@ -29,6 +29,8 @@ import { MarkdownInputComponent } from './directives/ui/markdown/markdown-input.
|
|||
import { MarkdownViewComponent } from './directives/ui/markdown/markdown-view.component';
|
||||
import { MarkdownToolbarComponent } from './directives/ui/markdown/markdown-toolbar.component';
|
||||
import { MarkdownEditorComponent } from './directives/ui/markdown/markdown-editor.component';
|
||||
import { DockerfileCommandComponent } from './directives/ui/dockerfile-command/dockerfile-command.component';
|
||||
import { ImageCommandComponent } from './directives/ui/image-command/image-command.component';
|
||||
import { BrowserPlatform, browserPlatform } from './constants/platform.constant';
|
||||
import { ManageTriggerComponent } from './directives/ui/manage-trigger/manage-trigger.component';
|
||||
import { ClipboardCopyDirective } from './directives/ui/clipboard-copy/clipboard-copy.directive';
|
||||
|
@ -68,6 +70,8 @@ import * as Clipboard from 'clipboard';
|
|||
MarkdownToolbarComponent,
|
||||
MarkdownEditorComponent,
|
||||
SearchBoxComponent,
|
||||
DockerfileCommandComponent,
|
||||
ImageCommandComponent,
|
||||
TypeaheadDirective,
|
||||
ManageTriggerComponent,
|
||||
ClipboardCopyDirective,
|
||||
|
|
Reference in a new issue