Skip to content

Commit

Permalink
[ci] remove Ubuntu 14.04 image (#32)
Browse files Browse the repository at this point in the history
* [ci] fix Java installation in Ubuntu 14.04 image

* reorganize
  • Loading branch information
jameslamb authored Oct 24, 2023
1 parent c00fc76 commit a0df140
Show file tree
Hide file tree
Showing 11 changed files with 62 additions and 231 deletions.
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# See https://help.github.com/en/articles/about-code-owners
# for details

# catch-all rule (this only gets matched if no rules below match)
* @guolinke @jameslamb
4 changes: 1 addition & 3 deletions .github/workflows/publish_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
fail-fast: false
matrix:
include:
- docker_image: ubuntu-14.04
arch: linux/amd64
- docker_image: manylinux2014_aarch64
arch: linux/arm64
- docker_image: manylinux_2_28_x86_64
Expand All @@ -44,7 +42,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: ${{ github.workspace }}/dockers/${{ matrix.docker_image }}/
context: ${{ github.workspace }}/images/${{ matrix.docker_image }}/
push: true
platforms: ${{ matrix.arch }}
tags: lightgbm/vsts-agent:${{ steps.tag.outputs.docker_tag }}
53 changes: 53 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
*.7zip
*.a
*.bak
build/
*.bz
*.core
*.coverage
*.css
*.csv
*.dat
*.db
dist/
*.dll
*.doc
*.docx
*.docm
.DS_Store
*.dylib
*.egg-info/
*.env
*.exe
*.feather
*.html
htmlcov/
.idea/
*.js
*.json
.mypy_cache/
*.npy
*.o
*.pdf
*.pem
*.ppt
*.pptx
*.pptm
*.pq
*.pub
*.pyc
__pycache__/
.pytest_cache/
*.rsa
_skbuild/
*.snappy-*.tar.gz
*.so
*.sqlite
*.tar.gz
*.tgz
*.tmp
*.whl
*.xls
*.xlsx
*.xlsm
*.zip
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# lightgbm-ci-docker

This project is used to build container images that can be used to test LightGBM in operating systems not supported by continuous integration services.
This project is used to build container images for use in continuous integration at https://github.com/microsoft/LightGBM.

See https://hub.docker.com/repository/docker/lightgbm/vsts-agent/tags.
2 changes: 0 additions & 2 deletions dockers/ubuntu-14.04/.dockerignore

This file was deleted.

132 changes: 0 additions & 132 deletions dockers/ubuntu-14.04/Dockerfile

This file was deleted.

93 changes: 0 additions & 93 deletions dockers/ubuntu-14.04/start_azure.sh

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a0df140

Please sign in to comment.