Skip to content

Commit

Permalink
consolidate tester's Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rtib authored and rzvoncek committed Jan 8, 2025
1 parent fff2010 commit 3eaa2a6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 76 deletions.
36 changes: 0 additions & 36 deletions packaging/docker-build/Dockerfile-debian-11-tester

This file was deleted.

36 changes: 0 additions & 36 deletions packaging/docker-build/Dockerfile-debian-12-tester

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
ARG EXTRA_PACKAGES="python-dev python-pip"
ARG BUILD_IMAGE=ubuntu:18.04
FROM ${BUILD_IMAGE}

Expand Down
6 changes: 3 additions & 3 deletions packaging/docker-build/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
platforms:
- linux/amd64
context: ../..
dockerfile: packaging/docker-build/Dockerfile-ubuntu-tester
dockerfile: packaging/docker-build/Dockerfile-tester
args:
- BUILD_IMAGE=ubuntu:20.04
volumes:
Expand All @@ -53,7 +53,7 @@ services:
platforms:
- linux/amd64
context: ../..
dockerfile: packaging/docker-build/Dockerfile-debian-11-tester
dockerfile: packaging/docker-build/Dockerfile-tester
args:
- BUILD_IMAGE=debian:bullseye
volumes:
Expand All @@ -75,7 +75,7 @@ services:
platforms:
- linux/amd64
context: ../..
dockerfile: packaging/docker-build/Dockerfile-debian-12-tester
dockerfile: packaging/docker-build/Dockerfile-tester
args:
- BUILD_IMAGE=debian:bookworm
volumes:
Expand Down

0 comments on commit 3eaa2a6

Please sign in to comment.