File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 1
- ARG GITPOD_VERSION="aledbf-insts3.1 "
1
+ ARG GITPOD_VERSION="main.1962 "
2
2
3
3
FROM eu.gcr.io/gitpod-core-dev/build/installer:$GITPOD_VERSION as installer
4
4
Original file line number Diff line number Diff line change 1
1
import {
2
2
Construct ,
3
3
Stack ,
4
- StackProps ,
5
- Duration
4
+ StackProps
6
5
} from '@aws-cdk/core' ;
7
- import { NodejsFunction } from '@aws-cdk/aws-lambda-nodejs' ;
8
6
9
7
import { KubernetesManifest } from '@aws-cdk/aws-eks' ;
10
8
11
9
import { readYamlDocument , loadYaml } from './charts/utils' ;
12
- //import { Database } from './database';
13
- //import { Registry } from './registry';
14
10
import { importCluster } from './charts/cluster-utils' ;
15
11
16
12
export interface GitpodProps extends StackProps {
17
13
domain : string
18
14
19
15
certificateArn ?: string
20
-
21
- //database: Database
22
- //registry: Registry
23
16
}
24
17
25
18
export class GitpodStack extends Stack {
You can’t perform that action at this time.
0 commit comments