Skip to content

Commit

Permalink
Merge pull request #2260 from GiganticMinecraft/renovate/busybox-1.x
Browse files Browse the repository at this point in the history
chore(deps): update busybox docker tag to v1.37.0
  • Loading branch information
outductor authored Oct 3, 2024
2 parents 40b192f + f1f6dba commit 4ac763f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docker-images/mcservers/base-server-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG MCSERVER_BASE_IMAGE

##---
# JVM exporter をダウンロードする stage
FROM busybox:1.36.1 as jmx-prometheus-exporter-downloader
FROM busybox:1.37.0 as jmx-prometheus-exporter-downloader
RUN wget \
-O /root/jmx_prometheus_javaagent.jar \
https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.17.2/jmx_prometheus_javaagent-0.17.2.jar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
spec:
initContainers:
- name: server-icon-downloader
image: busybox:1.36.1
image: busybox:1.37.0
env:
- name: SERVER_ICON_URL
# https://github.com/GiganticMinecraft/branding/blob/01438e6d18c3a2824e39e73354ab4105c9e8a89c/server-icon.png
Expand All @@ -35,7 +35,7 @@ spec:
- "-c"
- 'wget -O /root/server-icon-download/server-icon.png "${SERVER_ICON_URL}"'
- name: jmx-exporter-downloader
image: busybox:1.36.1
image: busybox:1.37.0
env:
- name: JMX_EXPORTER_URL
value: "https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.16.1/jmx_prometheus_javaagent-0.16.1.jar"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
spec:
initContainers:
- name: jmx-exporter-downloader
image: busybox:1.36.1
image: busybox:1.37.0
env:
- name: JMX_EXPORTER_URL
value: "https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.20.0/jmx_prometheus_javaagent-0.20.0.jar"
Expand Down Expand Up @@ -58,7 +58,7 @@ spec:
- name: mod-downloader-volume
mountPath: /plugins
- name: world-downloader
image: busybox:1.36.1
image: busybox:1.37.0
env:
- name: WORLD_URL # S1からインポートしてきたワールドデータ
value: "http://seichi-private-plugin-blackhole-minio.minio:9000/seichi-plugins/world-data/lobby/world.tar.gz"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- seichi-onp-k8s-wk-1 # CPUの多いwk-1だけにスケジュールする
initContainers:
- name: jmx-exporter-downloader
image: busybox:1.36.1
image: busybox:1.37.0
env:
- name: JMX_EXPORTER_URL
value: "https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.20.0/jmx_prometheus_javaagent-0.20.0.jar"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
- mountPath: /docker-entrypoint-initdb.d
name: sqldump-volume
- name: create-db-for-plugins
image: busybox:1.36.1
image: busybox:1.37.0
imagePullPolicy: IfNotPresent
args:
- sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
initContainers:
- name: jmx-exporter-downloader
image: busybox:1.36.1
image: busybox:1.37.0
env:
- name: JMX_EXPORTER_URL
value: "https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.20.0/jmx_prometheus_javaagent-0.20.0.jar"
Expand All @@ -30,7 +30,7 @@ spec:
- "-c"
- 'wget -O /root/jmx-exporter-download/jmx-exporter-javaagent.jar "${JMX_EXPORTER_URL}"'
- name: delete-jars
image: busybox:1.36.1
image: busybox:1.37.0
volumeMounts:
- name: minecraft-server-data
mountPath: /data
Expand Down

0 comments on commit 4ac763f

Please sign in to comment.