Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

使用するDockerイメージをAMD64のみにする #1496

Merged
merged 3 commits into from
Nov 19, 2022
Merged

Conversation

massongit
Copy link
Member

@massongit massongit commented Nov 19, 2022

https://github.com/dev-hato/youtube_streaming_watcher/actions/runs/3500844634/jobs/5863948273

#49 [reply linux/arm64 base  8/12] RUN npm ci     && rm -rf /home/node/.npm
...
#49 DONE 1492.4s

ARM64向けDockerイメージのビルドでは npm ci に時間がかかるので (上記の場合約25分)、使用するDockerイメージをAMD64のみにします。
また、 #1415 で追加した maxsockets の設定はARM64のビルド時のエラー解消のためのものなので削除しています。

@massongit massongit marked this pull request as ready for review November 19, 2022 00:05
@github-actions
Copy link
Contributor

インフラの差分

Bundling asset Stack-youtube-streaming-watcher/Function-notify/Code/Stage...

  ...f1999402527474193e348e9f6481218bd10c8d5c3b99b8372aabff/index.js  10.9mb ⚠️
  ...9402527474193e348e9f6481218bd10c8d5c3b99b8372aabff/index.js.map  37.1mb

⚡ Done in 2074ms
Bundling asset Stack-youtube-streaming-watcher/Function-reply/Code/Stage...

  ...e3d16001f2cb9243a9ccdf76dbb3d0936ecf6dd71aab26d0b3c914a/index.js  2.9mb ⚠️
  ...6001f2cb9243a9ccdf76dbb3d0936ecf6dd71aab26d0b3c914a/index.js.map  7.4mb

⚡ Done in 730ms
Stack Stack-youtube-streaming-watcher
There were no differences

NOTICES

8607	aws-iam: IAM OIDC provider configures the wrong certificate thumbprint

	Overview: Your application is using the iam.OpenIDConnectProvider
	          resource, which currently configures the thumbprint of the
	          leaf certificate instead of the root. Since leaf
	          certificates are rotated more frequently, you are in danger
	          of application errors next time those certificates get
	          rotated. See the attached issue for mitigation steps and
	          apply them as soon as possible.

	Affected versions: aws-cdk-lib.aws_iam.OpenIdConnectProvider: ^2.0.0, @aws-cdk/aws-iam.OpenIdConnectProvider: ^1.0.0

	More information at: https://github.com/aws/aws-cdk/issues/8607


If you don’t want to see a notice anymore, use "cdk acknowledge <id>". For example, "cdk acknowledge 8607".

@massongit massongit enabled auto-merge (squash) November 19, 2022 03:24
@github-actions
Copy link
Contributor

インフラの差分

Bundling asset Stack-youtube-streaming-watcher/Function-notify/Code/Stage...

  ...f1999402527474193e348e9f6481218bd10c8d5c3b99b8372aabff/index.js  10.9mb ⚠️
  ...9402527474193e348e9f6481218bd10c8d5c3b99b8372aabff/index.js.map  37.1mb

⚡ Done in 1784ms
Bundling asset Stack-youtube-streaming-watcher/Function-reply/Code/Stage...

  ...e3d16001f2cb9243a9ccdf76dbb3d0936ecf6dd71aab26d0b3c914a/index.js  2.9mb ⚠️
  ...6001f2cb9243a9ccdf76dbb3d0936ecf6dd71aab26d0b3c914a/index.js.map  7.4mb

⚡ Done in 648ms
Stack Stack-youtube-streaming-watcher
There were no differences

NOTICES

8607	aws-iam: IAM OIDC provider configures the wrong certificate thumbprint

	Overview: Your application is using the iam.OpenIDConnectProvider
	          resource, which currently configures the thumbprint of the
	          leaf certificate instead of the root. Since leaf
	          certificates are rotated more frequently, you are in danger
	          of application errors next time those certificates get
	          rotated. See the attached issue for mitigation steps and
	          apply them as soon as possible.

	Affected versions: aws-cdk-lib.aws_iam.OpenIdConnectProvider: ^2.0.0, @aws-cdk/aws-iam.OpenIdConnectProvider: ^1.0.0

	More information at: https://github.com/aws/aws-cdk/issues/8607


If you don’t want to see a notice anymore, use "cdk acknowledge <id>". For example, "cdk acknowledge 8607".

@massongit massongit merged commit 6e4decc into main Nov 19, 2022
@massongit massongit deleted the use_amd64_only branch November 19, 2022 03:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants