Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit197b422

Browse files
chore: addtzdata to dockerfile base (#20553)
When deploying Coder using the ghcr.io/coder/coder image, it is notpossible to set the "timezone" field in a preset with an embeddedprovisioner. This is due to the container image not having the IANA timezone database installed, which causes an issue when the terraformprovider attempts to validate the given timezone is valid.
1 parent3801701 commit197b422

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎scripts/Dockerfile.base‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ RUN apk add --no-cache \
1212
bash \
1313
git \
1414
openssl \
15-
openssh-client && \
15+
openssh-client \
16+
tzdata && \
1617
addgroup \
1718
-g 1000 \
1819
coder && \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp