Skip to content

Commit

Permalink
Remove all unnecessary Dockerfiles from repo (minio#3340)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana authored May 9, 2024
1 parent d0f744e commit 1058efb
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 140 deletions.
7 changes: 0 additions & 7 deletions .dockerignore

This file was deleted.

56 changes: 28 additions & 28 deletions .github/workflows/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: [ ubuntu-latest ]
strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
runs-on: [ ubuntu-latest ]
strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]
steps:
# To build minio image, we need to clone the repository first
- name: Clone github.com/minio/minio
Expand All @@ -137,7 +137,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -368,7 +368,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -411,7 +411,7 @@ jobs:
runs-on: [ ubuntu-latest ]
strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -454,7 +454,7 @@ jobs:
runs-on: [ ubuntu-latest ]
strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -497,7 +497,7 @@ jobs:
runs-on: [ ubuntu-latest ]
strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -539,7 +539,7 @@ jobs:
runs-on: [ ubuntu-latest ]
strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -582,7 +582,7 @@ jobs:
runs-on: [ ubuntu-latest ]
strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -628,7 +628,7 @@ jobs:
runs-on: [ ubuntu-latest ]
strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -676,7 +676,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -712,7 +712,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -750,7 +750,7 @@ jobs:

strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]

steps:
- name: Check out code
Expand Down Expand Up @@ -833,7 +833,7 @@ jobs:

strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]

steps:
- name: Check out code
Expand Down Expand Up @@ -904,7 +904,7 @@ jobs:

strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]

steps:
- name: Check out code
Expand Down Expand Up @@ -972,7 +972,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -1118,7 +1118,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -1158,7 +1158,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -1199,7 +1199,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -1228,7 +1228,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -1256,7 +1256,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -1285,7 +1285,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -1314,7 +1314,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.22.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vulncheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21.9
go-version: 1.22.3
check-latest: true
- name: Get official govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ 1.21.8 ]
go-version: [ 1.22.3 ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down
19 changes: 0 additions & 19 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,25 +77,6 @@ Still in the MinIO folder, run
make build
```

# Testing on Kubernetes

If you want to test console on kubernetes, you can perform all the steps from `Building with MinIO`, but change `Step 3`
to the following:

```shell
TAG=miniodev/console:dev make docker
```

This will build a docker container image that can be used to test with your local kubernetes environment.

For example, if you are using kind:

```shell
kind load docker-image miniodev/console:dev
```

and then deploy any `Tenant` that uses this image

# LDAP authentication with Console

## Setup
Expand Down
43 changes: 0 additions & 43 deletions Dockerfile

This file was deleted.

14 changes: 0 additions & 14 deletions Dockerfile.assets

This file was deleted.

27 changes: 0 additions & 27 deletions Dockerfile.release

This file was deleted.

0 comments on commit 1058efb

Please sign in to comment.