Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Task to build a builder image using the paketo pack tool
Review the wording of the intro text Signed-off-by: cmoulliard <[email protected]> Changing the OWNERS Signed-off-by: cmoulliard <[email protected]> Use kerberios username for cmoulliard Signed-off-by: cmoulliard <[email protected]> Fix username typo error Signed-off-by: cmoulliard <[email protected]> Remove ubi from name, README and task definition Signed-off-by: cmoulliard <[email protected]> Removing the default value image as name will change Signed-off-by: cmoulliard <[email protected]> Removing #rsync comments Signed-off-by: cmoulliard <[email protected]> Remove from message printed: Signed-off-by: cmoulliard <[email protected]> Use buildah --retry parameter Signed-off-by: cmoulliard <[email protected]> Rename the task to include the suffic: -oci-ta Signed-off-by: cmoulliard <[email protected]> Change owner from cmoullia to cmoulliard Signed-off-by: cmoulliard <[email protected]> Double quote to prevent globbing and word splitting Signed-off-by: cmoulliard <[email protected]> Double quote to prevent globbing and word splitting Signed-off-by: cmoulliard <[email protected]> Double quote to prevent word splitting Signed-off-by: cmoulliard <[email protected]> Declare and assign separately to avoid masking return values. Signed-off-by: cmoulliard <[email protected]> Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead. Signed-off-by: cmoulliard <[email protected]> Remove trailing spaces and wrong indentation: expected 4 but found 6 Signed-off-by: cmoulliard <[email protected]> Fixing: Assigning an array to a string! Assign as array, or use * instead of @ to concatenate Signed-off-by: cmoulliard <[email protected]> Fixing: Expanding an array without an index only gives the first element. Signed-off-by: cmoulliard <[email protected]> Fixing: Use braces when expanding arrays. Signed-off-by: cmoulliard <[email protected]> Remove double quote for ${BUILD_ARGS[@]} Signed-off-by: cmoulliard <[email protected]> Rename the task to include the suffix: -oci-ta Signed-off-by: cmoulliard <[email protected]> Replace @ with * for the array Signed-off-by: cmoulliard <[email protected]> Replace @ with * for the array Signed-off-by: cmoulliard <[email protected]> Removing some additional comments Signed-off-by: cmoulliard <[email protected]> Moving from OWNERS to CODEOWNERS Signed-off-by: cmoulliard <[email protected]> Add missing task of paketo to the renovate.json file Signed-off-by: cmoulliard <[email protected]> Updating renovate.json using update_renovate_json_based_on_codeowners.py script Signed-off-by: cmoulliard <[email protected]> Create a new renovate group for paketo => buildpack Signed-off-by: cmoulliard <[email protected]> Set -x to debug the bash script and review the logic to set the args passed to BUILD_ARGS Signed-off-by: cmoulliard <[email protected]> Remove set +x to understand why the bash script fails Signed-off-by: cmoulliard <[email protected]> Remove double quotes around argument: SSH_ARGS and echo BUILD_ARGS Signed-off-by: cmoulliard <[email protected]> Remove set +x to understand why the bash script fails Signed-off-by: cmoulliard <[email protected]> Declare the SSH_ARGS using an array Signed-off-by: cmoulliard <[email protected]> Remove set -x as non needed and fix wrong path to get image_digest Signed-off-by: cmoulliard <[email protected]> Remove trailling spaces Signed-off-by: cmoulliard <[email protected]> Removing ##### from echo commands Signed-off-by: cmoulliard <[email protected]> Generate the SBOM of the base image Signed-off-by: cmoulliard <[email protected]> Remove trailing space reported by yamllint Signed-off-by: cmoulliard <[email protected]> Remove trailing ## Signed-off-by: cmoulliard <[email protected]> Removing the BUILDER_IMAGE parameter Signed-off-by: cmoulliard <[email protected]>
- Loading branch information