Skip to content

Update ubuntu-dev images to disable gh telemetry#548

Merged
takahiro-yamada merged 1 commit intomainfrom
update-ubunt-dev-to-disable-gh-telemetry
Apr 30, 2026
Merged

Update ubuntu-dev images to disable gh telemetry#548
takahiro-yamada merged 1 commit intomainfrom
update-ubunt-dev-to-disable-gh-telemetry

Conversation

@gokken-roko
Copy link
Copy Markdown
Contributor

@gokken-roko gokken-roko commented Apr 27, 2026

Changes

Test

ubuntu-dev:22.04

$ cd 22.04/ubuntu-dev
$ docker build -t ghcr.io/cybozu/ubuntu-dev:test-22.04 --build-arg TAG=22.04 .
$ docker run --rm -it ghcr.io/cybozu/ubuntu-dev:test-22.04 bash
root@11aed3f3c549:/# env | grep GH_TELEMETRY
GH_TELEMETRY=false
root@11aed3f3c549:/# env | grep DO_NOT_TRACK
DO_NOT_TRACK=true

ubuntu-dev:24.04

$ cd 24.04/ubuntu-dev
$ docker build -t ghcr.io/cybozu/ubuntu-dev:test-24.04 --build-arg TAG=24.04 .
$ docker run --rm -it ghcr.io/cybozu/ubuntu-dev:test-24.04 bash
root@f48ecaa6375e:/# env | grep GH_TELEMETRY
GH_TELEMETRY=false
root@f48ecaa6375e:/# env | grep DO_NOT_TRACK
DO_NOT_TRACK=true

@gokken-roko gokken-roko self-assigned this Apr 27, 2026
@gokken-roko gokken-roko changed the title Update ubuntu-dev images to disable(opt-out) gh telemetry Update ubuntu-dev images to disable gh telemetry Apr 27, 2026
Signed-off-by: Kenta Goto <kenta-goto@cybozu.co.jp>
@gokken-roko gokken-roko force-pushed the update-ubunt-dev-to-disable-gh-telemetry branch 2 times, most recently from f91e733 to 183f60d Compare April 30, 2026 00:58
@gokken-roko gokken-roko marked this pull request as ready for review April 30, 2026 01:01
@gokken-roko gokken-roko requested review from a team and rkwmt April 30, 2026 01:01
Copy link
Copy Markdown
Contributor

@takahiro-yamada takahiro-yamada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@takahiro-yamada takahiro-yamada merged commit 2600666 into main Apr 30, 2026
2 checks passed
@takahiro-yamada takahiro-yamada deleted the update-ubunt-dev-to-disable-gh-telemetry branch April 30, 2026 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants