Locked image versions

This commit is contained in:
Max Vorobyev 2022-04-08 19:12:56 +03:00
parent 3af4438815
commit e268aed2ca
18 changed files with 30 additions and 29 deletions

View File

@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
FROM nginx:alpine
FROM nginx:stable-alpine
LABEL maintainer="Jones MAGLOIRE @Joxit"

View File

@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
FROM arm32v7/nginx
FROM arm32v7/nginx:stable-alpine
LABEL maintainer="Jones MAGLOIRE @Joxit"

View File

@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
FROM arm64v8/nginx
FROM arm64v8/nginx:stable-alpine
LABEL maintainer="Jones MAGLOIRE @Joxit"

View File

@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
FROM nginx:latest
FROM nginx:stable-alpine
LABEL maintainer="Jones MAGLOIRE @Joxit"

View File

@ -1,8 +1,8 @@
version: '2'
services:
registry-srv:
image: registry:2.7
registry:
image: registry:2.8.1
restart: always
volumes:
- storage:/var/lib/registry
@ -23,7 +23,7 @@ services:
- registry-ui-net
container_name: registry-srv
registry-ui:
ui:
image: joxit/docker-registry-ui:latest
restart: always
ports:

View File

@ -1,7 +1,7 @@
version: '2.0'
services:
registry:
image: registry:2.7
image: registry:2.8.1
volumes:
- ./registry-data:/var/lib/registry
networks:

View File

@ -1,7 +1,7 @@
version: '2.0'
services:
registry:
image: registry:2.7
image: registry:2.8.1
volumes:
- ./registry-data:/var/lib/registry
networks:
@ -19,7 +19,7 @@ services:
- registry-ui-net
proxy:
image: nginx:alpine
image: nginx:stable-alpine
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf
ports:

View File

@ -1,7 +1,7 @@
version: '2.0'
services:
registry:
image: registry:2.7
image: registry:2.8.1
volumes:
- ./registry-data:/var/lib/registry
- ./registry-config/config.yml:/etc/docker/registry/config.yml

View File

@ -1,8 +1,8 @@
version: '2'
services:
registry-srv:
image: registry:2.7
registry:
image: registry:2.8.1
restart: always
volumes:
- storage:/var/lib/registry
@ -11,14 +11,14 @@ services:
- registry-ui-net
container_name: registry-srv
registry-ui:
ui:
image: joxit/docker-registry-ui:latest
restart: always
ports:
- 8080:80
- 80:80
environment:
- REGISTRY_TITLE=Private Docker Registry
- NGINX_PROXY_PASS_URL=http://registry-srv:5000
- NGINX_PROXY_PASS_URL=http://registry:5000
- DELETE_IMAGES=true
- SINGLE_REGISTRY=true
networks:

View File

@ -2,7 +2,7 @@ version: '2'
services:
registry_1:
image: registry:latest
image: registry:2.8.1
restart: always
ports:
- 5000:5000
@ -14,7 +14,7 @@ services:
- ./data:/var/lib/registry
registry_2:
image: registry:latest
image: registry:2.8.1
restart: always
ports:
- 5001:5000

View File

@ -1,7 +1,7 @@
version: '2.0'
services:
registry:
image: registry:2.7
image: registry:2.8.1
volumes:
- ./registry-data:/var/lib/registry
- ./registry-config/credentials.yml:/etc/docker/registry/config.yml

View File

@ -1,7 +1,7 @@
version: '2.0'
services:
registry:
image: registry:2.7
image: registry:2.8.1
volumes:
- ./registry-data:/var/lib/registry
- ./registry.yml:/etc/docker/registry/config.yml
@ -14,6 +14,7 @@ services:
- 80:80
environment:
- REGISTRY_TITLE=My Private Docker Registry
- NGINX_PROXY_PASS_URL=http://registry:5000
- SINGLE_REGISTRY=true
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf

View File

@ -1,7 +1,7 @@
version: '2.4'
services:
keycloak:
image: jboss/keycloak
image: jboss/keycloak:16.1.1
environment:
KEYCLOAK_USER: admin
KEYCLOAK_PASSWORD: password
@ -13,7 +13,7 @@ services:
command: -Dkeycloak.profile.feature.docker=enabled -b 0.0.0.0
proxy:
image: nginx:alpine
image: nginx:stable-alpine
ports:
- 80:80
volumes:
@ -22,7 +22,7 @@ services:
- registry-ui-net
ui:
image: joxit/docker-registry-ui
image: joxit/docker-registry-ui:latest
environment:
REGISTRY_TITLE: My Private Docker Registry
REGISTRY_URL: http://localhost
@ -31,7 +31,7 @@ services:
- registry-ui-net
registry:
image: registry:2.7
image: registry:2.8.1
volumes:
- ./conf/registry/:/etc/docker/registry/
- ./data/registry:/var/lib/registry

View File

@ -1,7 +1,7 @@
version: '3.1'
services:
registry:
image: registry:2.7
image: registry:2.8.1
volumes:
- /opt/docker-registry:/var/lib/registry
environment:

View File

@ -1,7 +1,7 @@
version: '2.0'
services:
registry:
image: registry:2.7
image: registry:2.8.1
volumes:
- ./registry-data:/var/lib/registry
- ./registry-config/credentials.yml:/etc/docker/registry/config.yml

View File

@ -1,7 +1,7 @@
version: '2.0'
services:
registry:
image: registry:2.7
image: registry:2.8.1
volumes:
- ./registry-data:/var/lib/registry
networks:

View File

@ -1,7 +1,7 @@
version: '2.0'
services:
registry:
image: registry:2.7
image: registry:2.8.1
ports:
- 5000:5000
volumes:

View File

@ -1,7 +1,7 @@
version: '2.0'
services:
registry:
image: registry:2.7
image: registry:2.8.1
ports:
- 5000:5000
volumes: