diff --git a/.ci/ansible/Containerfile.j2 b/.ci/ansible/Containerfile.j2 index c6c21fd..338ff69 100644 --- a/.ci/ansible/Containerfile.j2 +++ b/.ci/ansible/Containerfile.j2 @@ -1,4 +1,4 @@ -FROM {{ ci_base | default("ghcr.io/pulp/pulp-ci-centos:" + pulp_container_tag) }} +FROM {{ ci_base | default(pulp_default_container) }} # Add source directories to container {% for item in plugins %} @@ -11,7 +11,7 @@ ADD ./{{ item.name }} ./{{ item.name }} RUN pip3 install {%- if s3_test | default(false) -%} -{{ " " }}git+https://github.com/fabricio-aguiar/botocore.git@fix-100-continue +{{ " " }}git+https://github.com/gerrod3/botocore.git@fix-100-continue {%- endif -%} {%- for item in plugins -%} {{ " " }}{{ item.source }} diff --git a/.github/template_gitref b/.github/template_gitref index 443d675..2b533f2 100644 --- a/.github/template_gitref +++ b/.github/template_gitref @@ -1 +1 @@ -2021.08.26-313-g0528507 +2021.08.26-315-g8ecb63d diff --git a/.github/workflows/scripts/install.sh b/.github/workflows/scripts/install.sh index a076f02..136c6c4 100755 --- a/.github/workflows/scripts/install.sh +++ b/.github/workflows/scripts/install.sh @@ -76,9 +76,7 @@ cat >> vars/main.yaml << VARSYAML pulp_env: {} pulp_settings: null pulp_scheme: https - -pulp_container_tag: "latest" - +pulp_default_container: ghcr.io/pulp/pulp-ci-centos:latest VARSYAML if [ "$TEST" = "s3" ]; then diff --git a/docs/template_gitref b/docs/template_gitref index 443d675..2b533f2 100644 --- a/docs/template_gitref +++ b/docs/template_gitref @@ -1 +1 @@ -2021.08.26-313-g0528507 +2021.08.26-315-g8ecb63d diff --git a/template_config.yml b/template_config.yml index 3833d96..6fe1c9a 100644 --- a/template_config.yml +++ b/template_config.yml @@ -1,7 +1,7 @@ # This config represents the latest values used when running the plugin-template. Any settings that # were not present before running plugin-template have been added with their default values. -# generated with plugin_template@2021.08.26-312-ge121aa6 +# generated with plugin_template@2021.08.26-315-g8ecb63d api_root: /pulp/ black: true @@ -9,6 +9,7 @@ check_commit_message: false check_gettext: true check_manifest: true check_stray_pulpcore_imports: true +ci_base_image: ghcr.io/pulp/pulp-ci-centos ci_env: {} ci_trigger: '{pull_request: {branches: [''*'']}}' ci_update_docs: true