Merge pull request #10884 from backstage/techdocs/bump-container-v1-0-2

[TechDocs] Bump default container version to v1.0.2
This commit is contained in:
Eric Peterson
2022-04-19 13:56:21 +02:00
committed by GitHub
7 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ export class TechdocsGenerator implements GeneratorBase {
config: Config;
scmIntegrations: ScmIntegrationRegistry;
});
static readonly defaultDockerImage = 'spotify/techdocs:v0.3.7';
static readonly defaultDockerImage = 'spotify/techdocs:v1.0.2';
static fromConfig(
config: Config,
options: GeneratorOptions,
@@ -53,7 +53,7 @@ export class TechdocsGenerator implements GeneratorBase {
* The default docker image (and version) used to generate content. Public
* and static so that techdocs-node consumers can use the same version.
*/
public static readonly defaultDockerImage = 'spotify/techdocs:v0.3.7';
public static readonly defaultDockerImage = 'spotify/techdocs:v1.0.2';
private readonly logger: Logger;
private readonly containerRunner: ContainerRunner;
private readonly options: GeneratorConfig;