release 0.6.1 -- with no breaking changes, hopefully
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3.7'
|
||||
|
||||
services:
|
||||
docker_registry_proxy:
|
||||
image: rpardini/docker-registry-proxy:0.6.0 # Check and make sure this is the last released version
|
||||
image: rpardini/docker-registry-proxy:0.6.1 # Check and make sure this is the last released version
|
||||
env_file: # This contains REGISTRIES and AUTH_REGISTRIES
|
||||
- ./secrets.env
|
||||
environment:
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
serviceAccountName: default
|
||||
containers:
|
||||
- name: docker-registry-proxy
|
||||
image: ghcr.io/rpardini/docker-registry-proxy:0.6.0
|
||||
image: ghcr.io/rpardini/docker-registry-proxy:0.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: ENABLE_MANIFEST_CACHE
|
||||
|
||||
Reference in New Issue
Block a user