Skip to content

Commit

Permalink
Add exclusion (container.io|docker-ce|docker-ce-cli|docker-ce-rootles…
Browse files Browse the repository at this point in the history
…s-extras|gcc) in images builder
  • Loading branch information
JeGoi committed Oct 2, 2024
1 parent a0e5bbf commit 66d6483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containers/kaniko_vars
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
export PF_VERSION=$(egrep -o '[0-9]+\.[0-9]+' $CI_PROJECT_DIR/conf/pf-release)

# only used for pfdebian build
export PKGS_TO_EXCLUDE="packetfence|freeradius"
export PKGS_TO_EXCLUDE="packetfence|freeradius|container.io|docker-ce|docker-ce-cli|docker-ce-rootless-extras|gcc"

# variables to pass during build
DOCKFILE_VARS='PF_VERSION KNK_REGISTRY_URL IMAGE_TAG FINGERBANK_BUILD_API_KEY BUILD_PFAPPSERVER_VUE PKGS_TO_EXCLUDE'
DOCKFILE_VARS='PF_VERSION KNK_REGISTRY_URL IMAGE_TAG FINGERBANK_BUILD_API_KEY BUILD_PFAPPSERVER_VUE PKGS_TO_EXCLUDE'

0 comments on commit 66d6483

Please sign in to comment.