pulumi_docker 5.2.0+1 copy "pulumi_docker: ^5.2.0+1" to clipboard
pulumi_docker: ^5.2.0+1 copied to clipboard

A Pulumi package for interacting with Docker in Pulumi programs

120/ 160
pub points
58
downloads

We analyzed this package 44 hours ago, and awarded it 120 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Could not find any pubspec.yaml in the repository.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: pulumi_docker,
    • contains a version property, and,
    • does not contain a publish_to property.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

1408 out of 1826 API elements (77.1 %) have documentation comments.

Some symbols that are missing documentation: index, index.BuilderVersion.fromValue, index.BuilderVersion.wireValue, index.BuildxBuilder.childResources, index.BuildxBuilder.completionSources.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:pulumi_docker/pulumi_docker.dart that imports:
  • package:pulumi_docker/providers.dart that imports:
  • package:pulumi_docker/src/providers.dart that imports:
  • package:pulumi_docker/src/providers/terraform_config_args.dart that imports:
  • package:pulumi/pulumi.dart that imports:
  • package:pulumi/src/stash.dart that imports:
  • package:pulumi/src/resource/custom_resource.dart that imports:
  • package:pulumi/src/resource/resource_transformation.dart that imports:
  • package:pulumi/src/resource/resource_options.dart that imports:
  • package:pulumi/src/resource/resource_hooks.dart that imports:
  • dart:io
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 11 issues. Showing the first 2:

INFO: Unnecessary 'this.' qualifier.

lib/src/index/buildx_builder.dart:266:5

    ╷
266 │     this.name = registerOutput<String>('name');
    │     ^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/index/buildx_builder.dart

INFO: Unnecessary 'this.' qualifier.

lib/src/index/container.dart:757:5

    ╷
757 │     this.name = registerOutput<String>('name');
    │     ^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/index/container.dart

Failed report section
Support up-to-date dependencies
20 / 40trigger folding of the section

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
pulumi ^3.0.0 3.1.1 3.1.1
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 91.0.0 108.0.0
analyzer - 8.4.1 14.4.0
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
build - 4.0.7 4.0.11
characters - 1.4.1 1.4.1
clock - 1.1.3 1.1.3
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
dart_style - 3.1.3 3.1.13
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
glob - 2.2.0 2.2.0
google_cloud - 0.5.0 0.5.0
google_identity_services_web - 0.3.3+1 0.3.3+1
googleapis_auth - 2.3.3 2.3.3
grpc - 5.1.0 5.1.0
http - 1.6.0 1.6.0
http2 - 2.3.1 2.3.1
http_parser - 4.1.2 4.1.2
logging - 1.3.0 1.3.0
meta - 1.19.0 1.19.0
package_config - 2.2.0 3.0.0
path - 1.9.1 1.9.1
protobuf - 6.1.0 6.1.0
pub_semver - 2.2.1 2.2.1
source_gen - 4.2.4 4.3.0
source_span - 1.10.2 1.10.2
stack_trace - 1.12.2 1.12.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
uuid - 4.6.0 4.6.0
watcher - 1.2.1 1.2.1
web - 1.1.1 1.1.1
yaml - 3.1.4 3.1.4

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 172 errors:

  • IMPLEMENTS_NON_CLASS - lib/src/index/builder_version.dart:4:32 - Classes and mixins can only implement other classes and mixins.
  • ARGUMENT_TYPE_NOT_ASSIGNABLE - lib/src/index/buildx_builder.dart:190:11 - The argument type 'ResourceOptions' can't be assigned to the parameter type 'CustomResourceOptions'.
  • ARGUMENT_TYPE_NOT_ASSIGNABLE - lib/src/index/buildx_builder.dart:218:16 - The argument type 'ResourceOptions' can't be assigned to the parameter type 'CustomResourceOptions?'.

Run dart pub downgrade and then dart analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.19, Dart 3.13.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
120
points
58
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Pulumi package for interacting with Docker in Pulumi programs

Topics

#pulumi #docker

License

Apache-2.0 (license)

Dependencies

pulumi

More

Packages that depend on pulumi_docker