lstags

Explore Docker registries and manipulate Docker images!

APACHE-2.0 License

Stars
327
Committers
9

Bot releases are hidden (Show)

lstags - v1.2.23 Latest Release

Published by ivanilves over 2 years ago

Changelog

  • df12307 chore(release): respect Windows binary file naming
lstags - v1.2.22

Published by ivanilves over 2 years ago

Changelog

  • caa59e9 security(issue-234): Do NOT package current directory
  • 48f1ca2 chore(release): Update golang to 1.17
  • aee6741 chore(release): remove DockerHub-related blackbox tests (unreliable)
lstags - v1.2.21

Published by ivanilves over 3 years ago

Changelog

  • 82034fe fix(issue-231): nil *Token pointer panic
  • 97a7299 chore: CircleCI SSH key
lstags - v1.2.20

Published by ivanilves almost 4 years ago

Changelog

  • 02fb16c fix(repository): ensure we parse docker.io repos correctly
lstags - v1.2.19

Published by ivanilves almost 4 years ago

Changelog

  • 557e38b chore(client): Remove redundant function call
  • 3872f9b fix: Do NOT require list permissions on a single set of tags
lstags - v1.2.18

Published by ivanilves about 4 years ago

Changelog

  • 3961ec2 fix: Hardcoded username for registry authentication
  • 834d53b fix: Resolve problem when running release in Circle CI
lstags - v1.2.17

Published by ivanilves about 4 years ago

Changelog

  • 6fcf756 fix: pagination bug #225 and fix tests on Ubuntu
  • 9ea36fc fix: Resolve problem when running release in Circle CI
lstags - v1.2.16

Published by ivanilves over 4 years ago

Changelog

  • a10732b fix: base64 encoded json service accounts
  • e33c4e2 fix: remove special _json_key handling

Thank you @jacobstr for your awesome contribution to the project 🙇

lstags - v1.2.15

Published by ivanilves over 4 years ago

Changelog

  • 2ef14d6 fix(CI): Ensure correct Linux binary versioning
  • d8a1665 chore(CI): Re-structure of the release process

Thanks @gregor-j for reporting https://github.com/ivanilves/lstags/issues/212 🤝

lstags - v1.2.14

Published by ivanilves over 4 years ago

Changelog

  • 26ee146 feat(auth): Set BASIC auth disregarding remote preferences
lstags - v1.2.13

Published by ivanilves over 4 years ago

Changelog

  • 666a8fb chore(auth): Do not skip tracing/header printing on 5xx/4xx code
  • fda7542 feat(client): Trace request headers as well as response headers
lstags - v1.2.12

Published by ivanilves over 4 years ago

Changelog

  • 42203d3 chore(issue-213): Validate push prefix format
  • 29726ba fix(issue-215): more strict locking (to see where it does break) 😅
lstags - v1.2.11

Published by ivanilves almost 5 years ago

Changelog

  • 5d95cbe feat(ISSUE-204): Reduce "error 429" impact
lstags - v1.2.10

Published by ivanilves almost 5 years ago

Changelog

  • bba3f6e fix: remove "filter" part from ref spec
lstags - v1.2.9

Published by ivanilves about 5 years ago

Changelog

  • be6cefe feat: PushPathTemplate support.
  • 6bc4cac feat: PushTagTemplate support.
  • 85b7b25 feat: dry-run support for #111
  • 1f6b434 feat: flag '--no-ssl-verify' support.
  • 13cea5b fix: incorrect dstRef on push phase for push-template.
  • 72c437f fix: output error when push response include error message
  • e77f75e fix: adjust specs to support templating feature
lstags - v1.2.8

Published by ivanilves about 5 years ago

Changelog

  • de49d70 refactor: gomod support and upgrade to go1.13
lstags - v1.2.7

Published by ivanilves about 5 years ago

Changelog

  • 6d065b7 chore: get digest from header by default
  • a938475 refactor: put manifest routines into a separate package
  • 1c50df5 docs: change Travis for CircleCI in README
  • 3f642ce chore: less aggressive default concurrency
lstags - v1.2.6

Published by ivanilves about 5 years ago

Changelog

  • 6ced3b6 chore: Add CircleCI badge to README
lstags - v1.2.5

Published by ivanilves about 5 years ago

Changelog

  • 95feceb fix(issue-186): extract image digest from JSON response body
  • 04b2a53 chore(issue-148): do not "assume" tags by default
  • 8223034 fix(issue-134): get image creation date while querying GCR
  • 3c3664e chore: less useless verbosity
lstags - v1.2.4

Published by ivanilves about 5 years ago

Changelog

  • 359684e chore: Migrate to CircleCI and update Golang to 1.12 🚀
  • abea25f chore(CI): add "make release" before deploy
  • 99d0bda chore(CI): install "file" utility
  • 2118c1b chore(CI): build Docker image for release