Skip to content

Commit

Permalink
Merge pull request #189 from TechnologyBrewery/HAB-188
Browse files Browse the repository at this point in the history
HAB-188 - Update dockerBuilderBase and dockerFinalbase
  • Loading branch information
colinpalmer-pro authored Oct 8, 2024
2 parents c867e5e + 696f532 commit 7ed23f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public class ContainerizeDepsMojo extends AbstractHabushuMojo {
* compatibility, this image must share a platform with {@link dockerFinalBase}. The base image must have the target
* Python version resolvable via the PATH.
*/
@Parameter(defaultValue = "python:3.11", property = "habushu.dockerBuilderBase")
@Parameter(defaultValue = "docker.io/python:3.11", property = "habushu.dockerBuilderBase")
protected String dockerBuilderBase;

/**
Expand All @@ -94,7 +94,7 @@ public class ContainerizeDepsMojo extends AbstractHabushuMojo {
* this image must share a platform with {@link dockerBuilderBase}. The base image must have the target Python
* version resolvable via the PATH.
*/
@Parameter(defaultValue = "python:3.11-slim", property = "habushu.dockerFinalBase")
@Parameter(defaultValue = "docker.io/python:3.11-slim", property = "habushu.dockerFinalBase")
protected String dockerFinalBase;

protected final String HABUSHU = "habushu";
Expand Down

0 comments on commit 7ed23f9

Please sign in to comment.