From 8c052f491fe5e2705ec0af37d2eaf977c7862392 Mon Sep 17 00:00:00 2001 From: qbiqing Date: Mon, 12 Jul 2021 18:12:33 +0800 Subject: [PATCH 01/25] add DockerhubApi in clients --- ' | 29 +++++++++++++ .gitignore | 1 + Dockerfile-golang | 8 ++-- client/client.go | 3 ++ client/dockerhub_api_client.go | 17 ++++++++ config/sample.toml | 7 +++- go.mod | 14 ++++++- go.sum | 77 ++++++++++++++++++++++++++++++++++ main.go | 61 +++++++++++++++++++++++++++ test.sh | 6 +-- 10 files changed, 210 insertions(+), 13 deletions(-) create mode 100644 ' create mode 100644 client/dockerhub_api_client.go diff --git a/' b/' new file mode 100644 index 0000000..1b3a518 --- /dev/null +++ b/' @@ -0,0 +1,29 @@ +pick 364274a fix Dockerfile-golang +s c81fb5b fix test.sh +s 7775366 tmp + +# Rebase 05a46fd..7775366 onto 05a46fd (3 commands) +# +# Commands: +# p, pick = use commit +# r, reword = use commit, but edit the commit message +# e, edit = use commit, but stop for amending +# s, squash = use commit, but meld into previous commit +# f, fixup = like "squash", but discard this commit's log message +# x, exec = run command (the rest of the line) using shell +# b, break = stop here (continue rebase later with 'git rebase --continue') +# d, drop = remove commit +# l, label