Skip to content

Commit 1058efb

Browse files
Remove all unnecessary Dockerfiles from repo (#3340)
1 parent d0f744e commit 1058efb

File tree

7 files changed

+30
-140
lines changed

7 files changed

+30
-140
lines changed

.dockerignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/workflows/jobs.yaml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: [ ubuntu-latest ]
2323
strategy:
2424
matrix:
25-
go-version: [ 1.21.x ]
25+
go-version: [ 1.22.x ]
2626
os: [ ubuntu-latest ]
2727
steps:
2828
- name: Check out code
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-latest
6666
strategy:
6767
matrix:
68-
go-version: [ 1.21.x ]
68+
go-version: [ 1.22.x ]
6969
os: [ ubuntu-latest ]
7070
steps:
7171
- name: Check out code
@@ -111,7 +111,7 @@ jobs:
111111
runs-on: [ ubuntu-latest ]
112112
strategy:
113113
matrix:
114-
go-version: [ 1.21.x ]
114+
go-version: [ 1.22.x ]
115115
steps:
116116
# To build minio image, we need to clone the repository first
117117
- name: Clone github.com/minio/minio
@@ -137,7 +137,7 @@ jobs:
137137
runs-on: ${{ matrix.os }}
138138
strategy:
139139
matrix:
140-
go-version: [ 1.21.x ]
140+
go-version: [ 1.22.x ]
141141
os: [ ubuntu-latest ]
142142
steps:
143143
- name: Check out code
@@ -177,7 +177,7 @@ jobs:
177177
timeout-minutes: 10
178178
strategy:
179179
matrix:
180-
go-version: [ 1.21.x ]
180+
go-version: [ 1.22.x ]
181181
os: [ ubuntu-latest ]
182182
steps:
183183
- name: Check out code
@@ -226,7 +226,7 @@ jobs:
226226
timeout-minutes: 10
227227
strategy:
228228
matrix:
229-
go-version: [ 1.21.x ]
229+
go-version: [ 1.22.x ]
230230
os: [ ubuntu-latest ]
231231
steps:
232232
- name: Check out code
@@ -274,7 +274,7 @@ jobs:
274274
timeout-minutes: 10
275275
strategy:
276276
matrix:
277-
go-version: [ 1.21.x ]
277+
go-version: [ 1.22.x ]
278278
os: [ ubuntu-latest ]
279279
steps:
280280
- name: Check out code
@@ -321,7 +321,7 @@ jobs:
321321
timeout-minutes: 10
322322
strategy:
323323
matrix:
324-
go-version: [ 1.21.x ]
324+
go-version: [ 1.22.x ]
325325
os: [ ubuntu-latest ]
326326
steps:
327327
- name: Check out code
@@ -368,7 +368,7 @@ jobs:
368368
timeout-minutes: 15
369369
strategy:
370370
matrix:
371-
go-version: [ 1.21.x ]
371+
go-version: [ 1.22.x ]
372372
os: [ ubuntu-latest ]
373373
steps:
374374
- name: Check out code
@@ -411,7 +411,7 @@ jobs:
411411
runs-on: [ ubuntu-latest ]
412412
strategy:
413413
matrix:
414-
go-version: [ 1.21.x ]
414+
go-version: [ 1.22.x ]
415415
os: [ ubuntu-latest ]
416416
steps:
417417
- name: Check out code
@@ -454,7 +454,7 @@ jobs:
454454
runs-on: [ ubuntu-latest ]
455455
strategy:
456456
matrix:
457-
go-version: [ 1.21.x ]
457+
go-version: [ 1.22.x ]
458458
os: [ ubuntu-latest ]
459459
steps:
460460
- name: Check out code
@@ -497,7 +497,7 @@ jobs:
497497
runs-on: [ ubuntu-latest ]
498498
strategy:
499499
matrix:
500-
go-version: [ 1.21.x ]
500+
go-version: [ 1.22.x ]
501501
os: [ ubuntu-latest ]
502502
steps:
503503
- name: Check out code
@@ -539,7 +539,7 @@ jobs:
539539
runs-on: [ ubuntu-latest ]
540540
strategy:
541541
matrix:
542-
go-version: [ 1.21.x ]
542+
go-version: [ 1.22.x ]
543543
os: [ ubuntu-latest ]
544544
steps:
545545
- name: Check out code
@@ -582,7 +582,7 @@ jobs:
582582
runs-on: [ ubuntu-latest ]
583583
strategy:
584584
matrix:
585-
go-version: [ 1.21.x ]
585+
go-version: [ 1.22.x ]
586586
os: [ ubuntu-latest ]
587587
steps:
588588
- name: Check out code
@@ -628,7 +628,7 @@ jobs:
628628
runs-on: [ ubuntu-latest ]
629629
strategy:
630630
matrix:
631-
go-version: [ 1.21.x ]
631+
go-version: [ 1.22.x ]
632632
os: [ ubuntu-latest ]
633633
steps:
634634
- name: Check out code
@@ -676,7 +676,7 @@ jobs:
676676
runs-on: ${{ matrix.os }}
677677
strategy:
678678
matrix:
679-
go-version: [ 1.21.x ]
679+
go-version: [ 1.22.x ]
680680
os: [ ubuntu-latest ]
681681
steps:
682682
- name: Check out code
@@ -712,7 +712,7 @@ jobs:
712712
runs-on: ${{ matrix.os }}
713713
strategy:
714714
matrix:
715-
go-version: [ 1.21.x ]
715+
go-version: [ 1.22.x ]
716716
os: [ ubuntu-latest ]
717717
steps:
718718
- name: Check out code
@@ -750,7 +750,7 @@ jobs:
750750

751751
strategy:
752752
matrix:
753-
go-version: [ 1.21.x ]
753+
go-version: [ 1.22.x ]
754754

755755
steps:
756756
- name: Check out code
@@ -833,7 +833,7 @@ jobs:
833833

834834
strategy:
835835
matrix:
836-
go-version: [ 1.21.x ]
836+
go-version: [ 1.22.x ]
837837

838838
steps:
839839
- name: Check out code
@@ -904,7 +904,7 @@ jobs:
904904

905905
strategy:
906906
matrix:
907-
go-version: [ 1.21.x ]
907+
go-version: [ 1.22.x ]
908908

909909
steps:
910910
- name: Check out code
@@ -972,7 +972,7 @@ jobs:
972972
runs-on: ${{ matrix.os }}
973973
strategy:
974974
matrix:
975-
go-version: [ 1.21.x ]
975+
go-version: [ 1.22.x ]
976976
os: [ ubuntu-latest ]
977977
steps:
978978
- name: Check out code
@@ -1118,7 +1118,7 @@ jobs:
11181118
runs-on: ubuntu-latest
11191119
strategy:
11201120
matrix:
1121-
go-version: [ 1.21.x ]
1121+
go-version: [ 1.22.x ]
11221122
os: [ ubuntu-latest ]
11231123
steps:
11241124
- name: Check out code
@@ -1158,7 +1158,7 @@ jobs:
11581158
runs-on: ${{ matrix.os }}
11591159
strategy:
11601160
matrix:
1161-
go-version: [ 1.21.x ]
1161+
go-version: [ 1.22.x ]
11621162
os: [ ubuntu-latest ]
11631163
steps:
11641164
- name: Check out code
@@ -1199,7 +1199,7 @@ jobs:
11991199
runs-on: ${{ matrix.os }}
12001200
strategy:
12011201
matrix:
1202-
go-version: [ 1.21.x ]
1202+
go-version: [ 1.22.x ]
12031203
os: [ ubuntu-latest ]
12041204
steps:
12051205
- name: Check out code
@@ -1228,7 +1228,7 @@ jobs:
12281228
runs-on: ${{ matrix.os }}
12291229
strategy:
12301230
matrix:
1231-
go-version: [ 1.21.x ]
1231+
go-version: [ 1.22.x ]
12321232
os: [ ubuntu-latest ]
12331233
steps:
12341234
- name: Check out code
@@ -1256,7 +1256,7 @@ jobs:
12561256
runs-on: ${{ matrix.os }}
12571257
strategy:
12581258
matrix:
1259-
go-version: [ 1.21.x ]
1259+
go-version: [ 1.22.x ]
12601260
os: [ ubuntu-latest ]
12611261
steps:
12621262
- name: Check out code
@@ -1285,7 +1285,7 @@ jobs:
12851285
runs-on: ${{ matrix.os }}
12861286
strategy:
12871287
matrix:
1288-
go-version: [ 1.21.x ]
1288+
go-version: [ 1.22.x ]
12891289
os: [ ubuntu-latest ]
12901290
steps:
12911291
- name: Check out code
@@ -1314,7 +1314,7 @@ jobs:
13141314
runs-on: ${{ matrix.os }}
13151315
strategy:
13161316
matrix:
1317-
go-version: [ 1.21.x ]
1317+
go-version: [ 1.22.x ]
13181318
os: [ ubuntu-latest ]
13191319
steps:
13201320
- name: Check out code

.github/workflows/vulncheck.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v3
2424
with:
25-
go-version: 1.21.9
25+
go-version: 1.22.3
2626
check-latest: true
2727
- name: Get official govulncheck
2828
run: go install golang.org/x/vuln/cmd/govulncheck@latest
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
strategy:
3838
matrix:
39-
go-version: [ 1.21.8 ]
39+
go-version: [ 1.22.3 ]
4040
os: [ ubuntu-latest ]
4141
steps:
4242
- name: Check out code

DEVELOPMENT.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -77,25 +77,6 @@ Still in the MinIO folder, run
7777
make build
7878
```
7979

80-
# Testing on Kubernetes
81-
82-
If you want to test console on kubernetes, you can perform all the steps from `Building with MinIO`, but change `Step 3`
83-
to the following:
84-
85-
```shell
86-
TAG=miniodev/console:dev make docker
87-
```
88-
89-
This will build a docker container image that can be used to test with your local kubernetes environment.
90-
91-
For example, if you are using kind:
92-
93-
```shell
94-
kind load docker-image miniodev/console:dev
95-
```
96-
97-
and then deploy any `Tenant` that uses this image
98-
9980
# LDAP authentication with Console
10081

10182
## Setup

Dockerfile

Lines changed: 0 additions & 43 deletions
This file was deleted.

Dockerfile.assets

Lines changed: 0 additions & 14 deletions
This file was deleted.

Dockerfile.release

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)