Skip to content

Commit

Permalink
docker mtu: 1200
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver006 committed Aug 26, 2023
1 parent 55f12ec commit 41855a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ steps:
image: plugins/docker
pull: if-not-exists
settings:
mtu: 1200
tags: "test"
dockerfile: ./docker/Dockerfile
repo: oliver006/redis_exporter
Expand Down Expand Up @@ -259,6 +260,7 @@ steps:
image: plugins/docker
pull: if-not-exists
settings:
mtu: 1200
tags: "latest,latest-amd64,${DRONE_TAG},${DRONE_TAG}-amd64"
dockerfile: ./docker/Dockerfile
repo: oliver006/redis_exporter
Expand All @@ -283,6 +285,7 @@ steps:
image: plugins/docker
pull: if-not-exists
settings:
mtu: 1200
tags: "latest-arm64,${DRONE_TAG}-arm64,alpine-arm64"
dockerfile: ./docker/Dockerfile
repo: oliver006/redis_exporter
Expand All @@ -307,6 +310,7 @@ steps:
image: plugins/docker
pull: if-not-exists
settings:
mtu: 1200
tags: "latest-arm,${DRONE_TAG}-arm,alpine-arm"
dockerfile: ./docker/Dockerfile
repo: oliver006/redis_exporter
Expand All @@ -331,6 +335,7 @@ steps:
image: plugins/docker
pull: if-not-exists
settings:
mtu: 1200
tags: "${DRONE_TAG}-alpine,alpine-amd64"
dockerfile: ./docker/Dockerfile
repo: oliver006/redis_exporter
Expand Down Expand Up @@ -425,6 +430,7 @@ steps:
image: plugins/docker
pull: if-not-exists
settings:
mtu: 1200
registry: "quay.io"
repo: "quay.io/oliver006/redis_exporter"
tags: "latest,latest-amd64,${DRONE_TAG},${DRONE_TAG}-amd64"
Expand All @@ -450,6 +456,7 @@ steps:
image: plugins/docker
pull: if-not-exists
settings:
mtu: 1200
registry: "quay.io"
repo: "quay.io/oliver006/redis_exporter"
tags: "latest-arm64,${DRONE_TAG}-arm64,alpine-arm64"
Expand All @@ -475,6 +482,7 @@ steps:
image: plugins/docker
pull: if-not-exists
settings:
mtu: 1200
registry: "quay.io"
repo: "quay.io/oliver006/redis_exporter"
tags: "latest-arm,${DRONE_TAG}-arm,alpine-arm"
Expand All @@ -500,6 +508,7 @@ steps:
image: plugins/docker
pull: if-not-exists
settings:
mtu: 1200
registry: "quay.io"
repo: "quay.io/oliver006/redis_exporter"
tags: "${DRONE_TAG}-alpine,alpine-amd64"
Expand Down

0 comments on commit 41855a8

Please sign in to comment.