Merge "Update to gitea 1.17.3"
This commit is contained in:
commit
089cb47757
@ -27,7 +27,7 @@ FROM docker.io/library/golang:1.18-bullseye AS build-env
|
|||||||
|
|
||||||
LABEL maintainer="infra-root@openstack.org"
|
LABEL maintainer="infra-root@openstack.org"
|
||||||
|
|
||||||
ARG GITEA_VERSION="v1.17.2"
|
ARG GITEA_VERSION="v1.17.3"
|
||||||
ENV TAGS "bindata $TAGS"
|
ENV TAGS "bindata $TAGS"
|
||||||
|
|
||||||
#Build deps
|
#Build deps
|
||||||
|
@ -70,7 +70,10 @@
|
|||||||
chdir: /etc/gitea-docker/
|
chdir: /etc/gitea-docker/
|
||||||
- name: Run docker prune to cleanup unneeded images
|
- name: Run docker prune to cleanup unneeded images
|
||||||
shell:
|
shell:
|
||||||
cmd: docker image prune -f
|
# Keep images around for 3 days before pruning them. Allows for
|
||||||
|
# easy rollback if necessary. Note "3d" seems to be rejected by
|
||||||
|
# docker but 72 hours == 3 days.
|
||||||
|
cmd: docker image prune -f --filter "until=72h"
|
||||||
|
|
||||||
# User management outside of service bringup to avoid confusion between
|
# User management outside of service bringup to avoid confusion between
|
||||||
# the two stages.
|
# the two stages.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user