We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0453228 commit 56b7a34Copy full SHA for 56b7a34
GCP_upload.md
@@ -10,6 +10,9 @@ gcloud artifacts repositories create djangorepo \
10
--location=europe-west1 \
11
--description="repo for django app image"
12
13
+Also manually configure it to have a cleanup policy where untagged images are deleted. By always
14
+pushing to the same name and tag, the previous one becomes untagged and thus is deleted (eventually).
15
+
16
3. Tag the image with a special name:
17
docker tag django_app:latest europe-west1-docker.pkg.dev/fastapi-aws-django-gcp/djangorepo/django_app:latest
18
0 commit comments