Skip to content

Commit 6ee949c

Browse files
committed
Remove useless arg
1 parent 5239a0a commit 6ee949c

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed

docker-bake.hcl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ target "build-php" {
2020
target = "build-environment"
2121
tags = ["bref/build-php-${PHP_VERSION}"]
2222
args = {
23-
"CPU" = "${CPU}"
2423
"IMAGE_VERSION_SUFFIX" = "${IMAGE_VERSION_SUFFIX}"
2524
}
2625
platforms = ["${DOCKER_PLATFORM}"]
@@ -31,7 +30,6 @@ target "php" {
3130
target = "function"
3231
tags = ["bref/php-${PHP_VERSION}"]
3332
args = {
34-
"CPU" = "${CPU}"
3533
"IMAGE_VERSION_SUFFIX" = "${IMAGE_VERSION_SUFFIX}"
3634
}
3735
contexts = {
@@ -45,7 +43,6 @@ target "php-fpm" {
4543
target = "fpm"
4644
tags = ["bref/php-${PHP_VERSION}-fpm"]
4745
args = {
48-
"CPU" = "${CPU}"
4946
"IMAGE_VERSION_SUFFIX" = "${IMAGE_VERSION_SUFFIX}"
5047
}
5148
contexts = {

php-80/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# syntax = docker/dockerfile:1.4
22

3-
# Can be "x86" or "arm"
4-
ARG CPU
53
# Can be "x86_64" or "arm64"
64
ARG IMAGE_VERSION_SUFFIX
75

php-81/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# syntax = docker/dockerfile:1.4
22

3-
# Can be "x86" or "arm"
4-
ARG CPU
53
# Can be "x86_64" or "arm64"
64
ARG IMAGE_VERSION_SUFFIX
75

php-82/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# syntax = docker/dockerfile:1.4
22

3-
# Can be "x86" or "arm"
4-
ARG CPU
53
# Can be "x86_64" or "arm64"
64
ARG IMAGE_VERSION_SUFFIX
75

0 commit comments

Comments
 (0)