Skip to content

Commit

Permalink
Merge pull request #100 from cloin/no-expriation
Browse files Browse the repository at this point in the history
comment expiration label
  • Loading branch information
cloin committed Jan 10, 2024
2 parents 73576f1 + d80ad49 commit 95de4ee
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion auto_satellite_ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ additional_build_steps:
append_final:
- RUN rm -rf /usr/libexec/platform-python
&& ln -s /usr/bin/python3.9 /usr/libexec/platform-python
- LABEL quay.expires-after="45d"
# - LABEL quay.expires-after="45d"
4 changes: 2 additions & 2 deletions f5_ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ ansible_config: '../ansible.cfg'
additional_build_steps:
prepend: |
RUN pip3 install --upgrade pip setuptools
append: |
LABEL quay.expires-after="45d"
# append: |
# LABEL quay.expires-after="45d"

4 changes: 2 additions & 2 deletions network-ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ dependencies:
additional_build_steps:
prepend: |
RUN pip3 install --upgrade pip setuptools
append: |
LABEL quay.expires-after="45d"
# append: |
# LABEL quay.expires-after="45d"

4 changes: 2 additions & 2 deletions product-demos-ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ additional_build_steps:
- RUN rpm -ivh /tmp/openshift-clients.rpm
prepend_galaxy:
- ADD _build/configs/ansible.cfg /etc/ansible/ansible.cfg
append_final:
- LABEL quay.expires-after="45d"
# append_final:
# - LABEL quay.expires-after="45d"
4 changes: 2 additions & 2 deletions rhel_90_ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ dependencies:
additional_build_steps:
prepend: |
RUN pip3 install --upgrade pip setuptools
append: |
LABEL quay.expires-after="45d"
# append: |
# LABEL quay.expires-after="45d"

4 changes: 2 additions & 2 deletions swingsight-ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencies:
additional_build_steps:
prepend: |
RUN pip3 install --upgrade pip setuptools
append: |
LABEL quay.expires-after="45d"
# append: |
# LABEL quay.expires-after="45d"
4 changes: 2 additions & 2 deletions workshop_ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ dependencies:
additional_build_steps:
prepend: |
RUN pip3 install --upgrade pip setuptools
append: |
LABEL quay.expires-after="45d"
# append: |
# LABEL quay.expires-after="45d"

0 comments on commit 95de4ee

Please sign in to comment.