Fabric8io Docker Maven Plugin Versions Save

Maven plugin for running and creating Docker images

v0.44.0

3 months ago
  • Add new option "useDefaultExclusion" for build configuration to handle exclusion of hidden files (1708)
  • The <noCache> option is now propagated down to the buildx command, if it is set in the section. (1717)
  • Fix Buildx build with Dockerfile outside of the Docker build context directory (1721)
  • Add support setting driverOpts for buildx (1704)
  • Multi-Architecture push is not sending pull registry auth credentials (1709)
  • Adding support for --cacheFrom and --cacheTo buildX arguments (1621)
  • Add support for using maven/system properties for an ARG used as the FROM image in a dockerfile (1731)
  • Revert workaround for checking docker version for checking whether to add docker --config flag or not. (1754)
  • Add a workaround to copy docker-buildx binary to temporary config directory created for docker buildx build. This seems to make docker recognize buildx even after config override. (1754)
  • Fix Windows volume bindings for Rancher, Podman and Windows-based containers (1719)
  • Extract the Docker Compose v2.1+ depends_on conditions and apply them as Docker Maven Plugin waiting configurations (888)
  • Update org.apache.maven:maven-core to 3.8.1 (1702)

Thanks to our contributors ❤️ 🤗

  • @thuva9872
  • @tadgh
  • @mruzicka
  • @Hellspam
  • @sdumitriu
  • @bergerst
  • @mdxabu
  • @poikilotherm

v0.43.4

8 months ago
  • Always pass --config option for latest versions of Docker CLI (1701)

v0.43.3

9 months ago
  • Only add --config to buildx command string when authentication credentials are coming from outside sources
  • Remove hardcoded --node value while creating buildx builder

v0.43.2

9 months ago
  • Make --config from buildx command string generation optional (1673) @robfrank

v0.43.1

9 months ago
  • Resolve registry auth URL by registry ID (1688) @wajda
  • Allow 'host-gateway' as non-resolvable hostname in extraHosts (1527) @azaaiman
  • Bump guava from 31.1-jre to 32.0.1-jre (1686) @dependabot
  • Bump jib-core from 0.23.0 to 0.24.0 (1686) @rohanKanojia
  • Fix unauthorized error with buildx needing multiple credentials (1583) @eocantu
  • Add logger to HTTP ping checker (1689) @ryanrishi

v0.43.0

11 months ago
  • Make buildx build single non-native platform if requested (1665) @martyvona
  • Support for buildx option to disable attestations (1661) @chonton

v0.42.1

1 year ago
  • Update Jnr Jffi dependency to v1.3.11 (1660) @rohanKanojia
  • Update run platform documentation (1652) @chonton
  • buildx should split platforms by comma as documented (1651) @chonton

v0.42.0

1 year ago
  • Support docker run --platform (1641) @chonton
  • Update buildx documentation to amplify the build behavior (1646) @chonton
  • Default to native platform when creating container (1645) @chonton
  • JIB ignores the DOCKER_REGISTRY environment variable (1617) @rohanKanojia

v0.41.0

1 year ago
  • multi-arch build should use provided repository (1597) @merikan
  • new property docker.build.network to override the network for RUN directives for docker build (1636) @tulinkry
  • Update Jib Core to v0.23.0 (1637) @rohanKanojia
  • Update JNR UnixSocket to v0.38.19 (1638) @rohanKanojia

v0.40.3

1 year ago
  • image/squash option is taken into account when using buildx (1605) @kevinleturc
  • Allow having build args with same name but different value in various sources, which are overriden in the order of precedence in resulting build args map (1407) @pavelsmolensky
  • Use double for docker.cpus property and interpret this value in the same way as Docker config option --cpus (1609) @vjuranek
  • NPE from Assembly plugin when POM packaging is used (1146) @slawekjaranowski
  • Docker pulling progress only shown after pull has completed and not in real-time (1598) @causalnet
  • Bump org.yaml:snakeyaml to v1.32 (1619) @pen4
  • Bump com.google.cloud.tools:jib-core to v0.23.0 (1620) @pen4
  • Bump com.google.guava:guava to v31.1-jre @rohanKanojia