summaryrefslogtreecommitdiffhomepage
path: root/cmd/sync-containers
AgeCommit message (Collapse)AuthorFilesLines
2023-08-24all: adjust some build tags for plan9Brad Fitzpatrick1-0/+2
I'm not saying it works, but it compiles. Updates #5794 Change-Id: I2f3c99732e67fe57a05edb25b758d083417f083e Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2023-02-10cmd/sync-containers: update latest and stable tagsDenton Gentry1-0/+32
Fixes https://github.com/tailscale/tailscale/issues/7251 Signed-off-by: Denton Gentry <dgentry@tailscale.com>
2023-01-27all: update copyright and license headersWill Norris1-3/+2
This updates all source files to use a new standard header for copyright and license declaration. Notably, copyright no longer includes a date, and we now use the standard SPDX-License-Identifier header. This commit was done almost entirely mechanically with perl, and then some minimal manual fixes. Updates #6865 Signed-off-by: Will Norris <will@tailscale.com>
2023-01-25cmd/sync-containers: add github.KeychainDenton Gentry1-1/+3
Running sync-containers in a GitHub workflow will be simpler if we check github.Keychain, which uses the GITHUB_TOKEN if present. Updates https://github.com/tailscale/corp/issues/8461 Signed-off-by: Denton Gentry <dgentry@tailscale.com>
2022-12-19cmd/sync-containers: add a dry-run option.David Anderson1-6/+11
Updates tailscale/corp#8461 Signed-off-by: David Anderson <danderson@tailscale.com>
2022-12-19cmd/sync-containers: program to sync tags between container registries.David Anderson1-0/+174
Updates tailscale/corp#8461 Signed-off-by: David Anderson <danderson@tailscale.com>