Skip to content

Releases: Azure/azure-acr-plugin

Update SDK version to official released one

13 Dec 09:48
c7befac
Compare
Choose a tag to compare

♻️ Rename plugin to azure-container-registry-tasks-plugin

07 Dec 08:19
ae8ef88
Compare
Choose a tag to compare

Queue an ACR quick task. It supports:

  • Rename plugin to azure-container-registry-tasks-plugin
  • Support running on agent
  • Refine service error message when ACR or resource group not found
  • Add retry time when log blob not ready

Known issue:

  • Snapshot dependency need to be updated to official one once released
  • Build the hpi file by mvn package hpi:hpi -Danimal.sniffer.skip -Denforcer.skip

Support build argument and long name file

23 Nov 03:27
5ddb7c6
Compare
Choose a tag to compare

Queue an ACR quick task. It supports:

  • Add build arguments for docker build
  • Send a long name(align to operating system) file to ACR

Known issue:

  • Snapshot dependency need to be updated to official one once released
  • Build the hpi file by mvn package hpi:hpi -Danimal.sniffer.skip -Denforcer.skip

♻️ Update builder from acrQuickBuild to acrQuickTask

10 Nov 02:16
d8a945f
Compare
Choose a tag to compare

Queue an ACR quick task. It supports:

  • Update to latest Azure Fluent SDK Snapshot
  • Rebranding ACR build to ACR task
  • Refactor scm utility to commands
  • Add platform architecture and CPU variant options

Known issue:

  • Snapshot dependency need to be updated to official one once released
  • Build argument is not supported

Mask nimbusds

26 Oct 08:41
Compare
Choose a tag to compare
Mask nimbusds Pre-release
Pre-release
0.2.3

:bug: Fixes #23 webview crash if unselect cred

Support docker build from remote tarball

30 Aug 02:59
Compare
Choose a tag to compare

Queue an ACR quick build. It supports:

  • Support docker build from remote tarball.
  • Support docker build arguments.
  • Change build method from git to local as a more Jenkins way
  • Fixes unAuth crashed issue

Know issue:

  • Cannot deep cancel a build from ACR service.
  • .dockerignore in building from local cannot support complicated scenario (such as nested) yet.

Basic support

21 Aug 04:13
fb483bb
Compare
Choose a tag to compare
Basic support Pre-release
Pre-release

Queue an ACR quick build. It supports:

  • Support build from a local directory.
  • Support specify branch and sub directory when building for Git repository.
  • Support abort a job.

Know issue:

  • Cannot deep cancel a build from ACR service.
  • Pipeline is not tested yet.