Skip to content

Commit

Permalink
Add 'ARG UBUNTU_CODENAME' to final image build so that Podman correct…
Browse files Browse the repository at this point in the history
…ly interprets PUPPET_DEB environment variable.
  • Loading branch information
bschonec committed Apr 2, 2024
1 parent 1296305 commit d265afc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions puppetdb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ ARG UBUNTU_CODENAME
# hadolint ignore=DL3006
FROM ${build_type} as final

ARG UBUNTU_CODENAME
ARG vcs_ref
ARG build_date
ARG build_type
Expand Down

0 comments on commit d265afc

Please sign in to comment.