Skip to content

Commit

Permalink
Tekton Url Update & Container File Expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurVardevanyan committed May 30, 2022
1 parent 971d8c6 commit d78d019
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# FROM python:3.9-slim
FROM registry.arthurvardevanyan.com/apps/analytics-for-spotify:base

ARG quay_expiration=24h
LABEL quay.expires-after=${quay_expiration}

RUN apt-get update && apt-get install -y apache2 libapache2-mod-wsgi-py3 libmariadb-dev gcc && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
2 changes: 1 addition & 1 deletion tekton/base/triggers/binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
params:
- name: git-url
value: $(body.repository.original_url)
value: $(body.repository.clone_url)
- name: git-name
value: $(body.repository.full_name)
- name: git-commit
Expand Down

0 comments on commit d78d019

Please sign in to comment.