All Downloads are FREE. Search and download functionalities are using the official Maven repository.

echo.echo-pubsub-google.2.43.0.source-code.gcb.jinja Maven / Gradle / Ivy

The newest version!
[
  {% for image in results.images %}
  {
    {% set split = image.name.split(":") %}
    "reference": "{{ split[0] }}@{{ image.digest }}",
    "name": "{{ split[0] }}",
    "version": "{{ image.digest }}",
    "type": "docker/image"
  } {% if (not loop.last) or ((artifacts.objects.paths | length) > 0) %} , {% endif %} {% endfor %}

  {% set location = artifacts.objects.location %}
  {% for path in artifacts.objects.paths %}
    {
      "reference": "{{ location }}{{ path }}",
      "name": "{{ location }}{{ path }}",
      "version": "{{ location }}{{ path }}",
      "type": "gcs/object"
    } {% if not loop.last %} , {% endif %}{% endfor %}
]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy