Skip to content

Commit

Permalink
Replace "parallelphp" images with GHCR alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioheleno committed May 15, 2024
1 parent a1ea32e commit b57b811
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
44 changes: 22 additions & 22 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
}
},
container_name: php-dbg-8.0,
image: parallelphp/php-dbg-8.0:8.0.24,
image: ghcr.io/krakjoe/php-dbg-8.0:8.0.24,
profiles: [php-8.0,dbg],
<<: [*dev, *parallel]
}
Expand All @@ -55,7 +55,7 @@ services:
}
},
container_name: php-gcov-8.0,
image: parallelphp/php-gcov-8.0:8.0.24,
image: ghcr.io/krakjoe/php-gcov-8.0:8.0.24,
profiles: [php-8.0,gcov],
<<: [*dev, *parallel]
}
Expand All @@ -70,7 +70,7 @@ services:
}
},
container_name: php-release-8.0,
image: parallelphp/php-release-8.0:8.0.24,
image: ghcr.io/krakjoe/php-release-8.0:8.0.24,
profiles: [php-8.0,release],
<<: [*dev, *parallel]
}
Expand All @@ -87,7 +87,7 @@ services:
}
},
container_name: parallel-dbg-8.0,
image: parallelphp/parallel-dbg-8.0:latest,
image: ghcr.io/krakjoe/parallel-dbg-8.0:latest,
profiles: [parallel-8.0,dbg],
<<: [*dev, *parallel]
}
Expand All @@ -103,7 +103,7 @@ services:
}
},
container_name: parallel-gcov-8.0,
image: parallelphp/parallel-gcov-8.0:latest,
image: ghcr.io/krakjoe/parallel-gcov-8.0:latest,
profiles: [parallel-8.0,gcov],
<<: [*dev, *parallel]
}
Expand All @@ -119,7 +119,7 @@ services:
}
},
container_name: parallel-release-8.0,
image: parallelphp/parallel-release-8.0:latest,
image: ghcr.io/krakjoe/parallel-release-8.0:latest,
profiles: [parallel-8.0,release],
<<: [*dev, *parallel]
}
Expand All @@ -135,7 +135,7 @@ services:
}
},
container_name: php-dbg-8.1,
image: parallelphp/php-dbg-8.1:8.1.11,
image: ghcr.io/krakjoe/php-dbg-8.1:8.1.11,
profiles: [php-8.1,dbg],
<<: [*dev, *parallel]
}
Expand All @@ -150,7 +150,7 @@ services:
}
},
container_name: php-gcov-8.1,
image: parallelphp/php-gcov-8.1:8.1.11,
image: ghcr.io/krakjoe/php-gcov-8.1:8.1.11,
profiles: [php-8.1,gcov],
<<: [*dev, *parallel]
}
Expand All @@ -165,7 +165,7 @@ services:
}
},
container_name: php-asan-8.1,
image: parallelphp/php-asan-8.1:8.1.11,
image: ghcr.io/krakjoe/php-asan-8.1:8.1.11,
profiles: [php-8.1,asan],
<<: [*dev, *parallel]
}
Expand All @@ -180,7 +180,7 @@ services:
}
},
container_name: php-release-8.1,
image: parallelphp/php-release-8.1:8.1.11,
image: ghcr.io/krakjoe/php-release-8.1:8.1.11,
profiles: [php-8.1,release],
<<: [*dev, *parallel]
}
Expand All @@ -196,7 +196,7 @@ services:
}
},
container_name: parallel-dbg-8.1,
image: parallelphp/parallel-dbg-8.1:latest,
image: ghcr.io/krakjoe/parallel-dbg-8.1:latest,
profiles: [parallel-8.1,dbg],
<<: [*dev, *parallel]
}
Expand All @@ -212,7 +212,7 @@ services:
}
},
container_name: parallel-gcov-8.1,
image: parallelphp/parallel-gcov-8.1:latest,
image: ghcr.io/krakjoe/parallel-gcov-8.1:latest,
profiles: [parallel-8.1,gcov],
<<: [*dev, *parallel]
}
Expand All @@ -227,7 +227,7 @@ services:
}
},
container_name: parallel-asan-8.1,
image: parallelphp/parallel-asan-8.1:latest,
image: ghcr.io/krakjoe/parallel-asan-8.1:latest,
profiles: [parallel-8.1,asan],
<<: [*dev, *parallel]
}
Expand All @@ -242,7 +242,7 @@ services:
}
},
container_name: parallel-release-8.1,
image: parallelphp/parallel-release-8.1:latest,
image: ghcr.io/krakjoe/parallel-release-8.1:latest,
profiles: [parallel-8.1,release],
<<: [*dev, *parallel]
}
Expand All @@ -260,7 +260,7 @@ services:
}
},
container_name: php-dbg-8.2,
image: parallelphp/php-dbg-8.2:8.2.0RC5,
image: ghcr.io/krakjoe/php-dbg-8.2:8.2.0RC5,
profiles: [php-8.2,dbg],
<<: [*dev, *parallel]
}
Expand All @@ -277,7 +277,7 @@ services:
}
},
container_name: php-gcov-8.2,
image: parallelphp/php-gcov-8.2:8.2.0RC5,
image: ghcr.io/krakjoe/php-gcov-8.2:8.2.0RC5,
profiles: [php-8.2,gcov],
<<: [*dev, *parallel]
}
Expand All @@ -294,7 +294,7 @@ services:
}
},
container_name: php-asan-8.2,
image: parallelphp/php-asan-8.2:8.2.0RC5,
image: ghcr.io/krakjoe/php-asan-8.2:8.2.0RC5,
profiles: [php-8.2,asan],
<<: [*dev, *parallel]
}
Expand All @@ -311,7 +311,7 @@ services:
}
},
container_name: php-release-8.2,
image: parallelphp/php-release-8.2:8.2.0RC5,
image: ghcr.io/krakjoe/php-release-8.2:8.2.0RC5,
profiles: [php-8.2,release],
<<: [*dev, *parallel]
}
Expand All @@ -328,7 +328,7 @@ services:
}
},
container_name: parallel-dbg-8.2,
image: parallelphp/parallel-dbg-8.2:latest,
image: ghcr.io/krakjoe/parallel-dbg-8.2:latest,
profiles: [parallel-8.2,dbg],
<<: [*dev, *parallel]
}
Expand All @@ -345,7 +345,7 @@ services:
}
},
container_name: parallel-gcov-8.2,
image: parallelphp/parallel-gcov-8.2:latest,
image: ghcr.io/krakjoe/parallel-gcov-8.2:latest,
profiles: [parallel-8.2,gcov],
<<: [*dev, *parallel]
}
Expand All @@ -362,7 +362,7 @@ services:
}
},
container_name: parallel-asan-8.2,
image: parallelphp/parallel-asan-8.2:latest,
image: ghcr.io/krakjoe/parallel-asan-8.2:latest,
profiles: [parallel-8.2,asan],
<<: [*dev, *parallel]
}
Expand All @@ -379,7 +379,7 @@ services:
}
},
container_name: parallel-release-8.2,
image: parallelphp/parallel-release-8.2:latest,
image: ghcr.io/krakjoe/parallel-release-8.2:latest,
profiles: [parallel-8.2,release],
<<: [*dev, *parallel]
}
4 changes: 2 additions & 2 deletions docker/parallel.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG PHP_VERSION_MINOR
ARG PHP_VERSION_PATCH
ARG PHP_VERSION_RC

FROM parallelphp/php-$PHP_SRC_TYPE-$PHP_VERSION_MAJOR.$PHP_VERSION_MINOR:$PHP_VERSION_MAJOR.$PHP_VERSION_MINOR.$PHP_VERSION_PATCH$PHP_VERSION_RC
FROM ghcr.io/krakjoe/php-$PHP_SRC_TYPE-$PHP_VERSION_MAJOR.$PHP_VERSION_MINOR:$PHP_VERSION_MAJOR.$PHP_VERSION_MINOR.$PHP_VERSION_PATCH$PHP_VERSION_RC

ARG PHP_SRC_TYPE

Expand Down Expand Up @@ -38,4 +38,4 @@ RUN echo "extension=parallel.so" > \

RUN php -m

WORKDIR /opt/parallel
WORKDIR /opt/parallel

0 comments on commit b57b811

Please sign in to comment.