Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade image version #569

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions example/docker-compose-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
apisix:

web1:
image: nginx:1.19.10-alpine
image: nginx:1.27.1-alpine
restart: always
volumes:
- ./upstream/web1.conf:/etc/nginx/nginx.conf
Expand All @@ -65,7 +65,7 @@ services:
apisix:

web2:
image: nginx:1.19.10-alpine
image: nginx:1.27.1-alpine
restart: always
volumes:
- ./upstream/web2.conf:/etc/nginx/nginx.conf
Expand Down
2 changes: 1 addition & 1 deletion example/docker-compose-standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
apisix:

web1:
image: nginx:1.19.0-alpine
image: nginx:1.27.1-alpine
restart: always
volumes:
- ./upstream/web1.conf:/etc/nginx/nginx.conf
Expand Down
13 changes: 8 additions & 5 deletions example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
apisix:

etcd:
image: bitnami/etcd:3.5.11
image: bitnami/etcd:3.5.15
restart: always
volumes:
- etcd_data:/bitnami/etcd
Expand All @@ -51,7 +51,7 @@ services:
apisix:

web1:
image: nginx:1.19.0-alpine
image: nginx:1.27.1-alpine
restart: always
volumes:
- ./upstream/web1.conf:/etc/nginx/nginx.conf
Expand All @@ -63,7 +63,7 @@ services:
apisix:

web2:
image: nginx:1.19.0-alpine
image: nginx:1.27.1-alpine
restart: always
volumes:
- ./upstream/web2.conf:/etc/nginx/nginx.conf
Expand All @@ -75,7 +75,7 @@ services:
apisix:

prometheus:
image: prom/prometheus:v2.25.0
image: prom/prometheus:v2.53.1
restart: always
volumes:
- ./prometheus_conf/prometheus.yml:/etc/prometheus/prometheus.yml
Expand All @@ -85,7 +85,7 @@ services:
apisix:

grafana:
image: grafana/grafana:7.3.7
image: grafana/grafana:11.2.0
restart: always
ports:
- "3000:3000"
Expand All @@ -103,3 +103,6 @@ networks:
volumes:
etcd_data:
driver: local

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this



Loading