Harshavardhana
229f04ab79
fix: the permissions one more time on /usr/bin
...
fixes https://github.com/minio/operator/issues/2319
2024-09-15 16:10:23 -07:00
Harshavardhana
f05641c3c6
fix: /usr/bin path permissions for docker
2024-09-01 04:25:07 -07:00
Harshavardhana
993b97f1db
fix: docker buildx warnings
2024-08-26 11:30:15 -07:00
Ramon de Klein
37383ecd09
Ensure that sig/sha are in the same layer ( #20282 )
2024-08-18 00:13:33 -07:00
Harshavardhana
d8dfb57d5c
fix: typos from previous PR #20270
2024-08-15 12:33:45 -07:00
Ramon de Klein
b07c58aa05
Add signature and SHA to the Docker images ( #20270 )
...
add signature and SHA to the Docker images
2024-08-15 08:48:04 -07:00
Harshavardhana
cb577835d9
add curl to hotfix, release.fips
2024-03-30 02:41:56 -07:00
Harshavardhana
b50d90183e
use latest minisign release ( #18614 )
2023-12-08 00:22:22 -08:00
Harshavardhana
0b074d0fae
use the latest UBI image ( #18497 )
2023-11-22 09:34:49 -08:00
Andreas Auernhammer
3aa3d9cf14
switch minio container base image to ubi-mciro ( #18329 )
...
This commit changes the container base image
from ubi-minimal to ubi-micro.
The docker build process happens now in two stages.
The build stage:
- downloads the latest CA certificate bundle
- downloads MinIO binary (for requested version/os/arch)
- downloads MinIO binary signature and verifies it
using minisign
Then it creates an image based on ubi-micro with just
the minio binary was downloaded and verified during the
build stage.
The build stage is simplified to just verifying the
minisign signature.
Signed-off-by: Andreas Auernhammer <github@aead.dev>
2023-10-28 12:19:49 -07:00
Harshavardhana
b8d62a8068
add MC_CONFIG_DIR to use mc from writable path ( #18317 )
...
`mc` will currenly fail inside MinIO pod without
`--config-dir` option, instead use the ENV to
avoid passing flags.
2023-10-26 10:52:10 -07:00
Andreas Auernhammer
3cc30bcc18
upgrade container base image to ubi-9 ( #18313 )
...
This commit updates the container base image from
ubi:8.8 to ubi:9.2.
Signed-off-by: Andreas Auernhammer <github@aead.dev>
2023-10-25 08:32:18 -07:00
Harshavardhana
e53f49e9a9
add additional tools that help in debugging ( #17325 )
2023-05-31 13:06:08 -07:00
Harshavardhana
615169c4ec
update docker ubi image to 8.8 ( #17281 )
2023-05-25 18:19:09 -07:00
Harshavardhana
48152a56ac
upgrade UBI image to 8.7 ( #16301 )
2022-12-22 10:56:05 -08:00
Minio Trusted
7d4fce09dc
update RedHat UBI image to 8.6
2022-06-26 09:14:23 -07:00
Harshavardhana
67d07e895c
upgrade container base image to ubi-minimal:8.5 ( #14231 )
2022-02-02 08:54:36 -08:00
Harshavardhana
3b5d6f003f
update dockerfile with proper PATHs
2021-11-22 16:48:05 -08:00
Harshavardhana
ad3f98b8e7
add util-linux RPM for setpriv command
2021-11-02 14:25:01 -07:00
Harshavardhana
73b74c94a1
remove unnecessary RPMs to reduce security reports ( #13565 )
2021-11-02 14:15:46 -07:00
Harshavardhana
39d51ce845
fix: add Dockerfile.release* /opt/bin writable
2021-09-09 22:27:33 -07:00
Lenin Alevski
92ffe5e5ef
Allow MinIO to load configurations from env file ( #12706 )
...
docker-entrypoint.sh will load configuration values from
'config.env' file, this is useful when MinIO is deployed in Kubernetes
environments and want to avoid reading secrets from environment
variables
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com>
2021-07-14 16:55:59 -07:00
Vincent Partington
ca79869078
Upgrade ubi8/ubi-minimal to 8.4 ( #12588 )
2021-06-28 08:39:19 -07:00
Harshavardhana
3383a311b8
build containers to ship FIPS compatible MinIO
2021-06-18 09:11:55 -07:00