]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
containers/teuthology-dev: Remove access token 2018/head
authorZack Cerza <zack@redhat.com>
Mon, 6 Jan 2025 22:33:08 +0000 (15:33 -0700)
committerZack Cerza <zack@redhat.com>
Mon, 6 Jan 2025 22:33:10 +0000 (15:33 -0700)
commit7cc6ba4838150acd17649381313093185075ecb0
tree1d65b3528cabf6884e480dfe5056bb9e1a973792
parent6f07bcc0d123cb104e5ecd5a02c3c8cad1c3f834
containers/teuthology-dev: Remove access token

This container is built and pushed via GitHub Actions. GHA likes to provision a
personal access token for each job that gives tightly-scoped access to the git
repository to the job. When we build our container, we end up including
`.git/config`, which contains the token. Later, in ceph-dev-stack's CI, an
`ls-remote` is run against ceph.git, which ends up causing git to prompt for
credentials even though the repo is public. Removing the token should allow
reading all the relevant repos from the built container image.

Signed-off-by: Zack Cerza <zack@redhat.com>
containers/teuthology-dev/Dockerfile