1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00
Commit Graph

31 Commits

Author SHA1 Message Date
red-hat-konflux[bot]
20a5628b2f fix(deps): update module github.com/spf13/cobra to v1.9.1
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
2025-03-30 12:42:46 +00:00
red-hat-konflux[bot]
f8d331cf53 fix(deps): update module github.com/opencontainers/image-spec to v1.1.1
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
2025-03-16 05:41:48 +00:00
red-hat-konflux[bot]
ad95c9972f fix(deps): update module golang.org/x/net to v0.35.0
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
2025-03-02 15:36:49 +00:00
Avinal Kumar
89f33e774f fix: update Microsoft/hcsshim to fix build on Windows
- errdefs package location was changed and that caused panic while
  building for windows
- update Microsoft/hcsshim to 0.12.9 that includes the fix for errdefs
- fixes #1204

Signed-off-by: Avinal Kumar <avinal@redhat.com>
2025-01-15 12:40:41 +05:30
Sayan Biswas
64b70f2d9a Fix CVE-2024-45338
Changes:
- Update package golang.org/x/net to mitigate CVE-2024-45338
2025-01-07 12:33:22 +05:30
Sayan Biswas
9773489681 Add FIPS compliance
Changes:
- Update Go to 1.22
- Update Dockerfile for FIPS compliance
- Disable btrfs to prevent build error due to missing library btrfs/ioct.h
2025-01-07 01:23:58 +05:30
Sayan Biswas
22967258e8 Update core dependencies (CVE fixes)
Changes:
- Update docker dependency
- Adjust code for deprecated docker APIs
2024-10-01 12:06:28 +05:30
Sayan Biswas
127ff6a9e7 Update golang to 1.21
Changes:
- Update golang version to 1.21
2024-10-01 02:47:41 +05:30
Matej Vašek
e24d63bbb7 chore: remove usage of deprecated pkg
Signed-off-by: Matej Vašek <matejvasek@gmail.com>
2024-06-04 09:56:55 +02:00
Matej Vašek
3f004e28ea chore: update docker to v26
Signed-off-by: Matej Vašek <matejvasek@gmail.com>
2024-06-04 08:04:07 +02:00
Matej Vašek
30302e16d5 chore: update docker to v25
Change details:
Use newer ctor for docker client, the ctor negotiates API so it works
also with older version of daemon. The ability to force API version via
DOCKER_API_VERSION is preserved.

Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-02-23 04:16:34 +01:00
Corey Daley
1991c91c4c bump dependencies 2024-01-01 13:31:58 -05:00
Corey Daley
e8d2c543e5 Bump dependencies 2023-11-07 15:09:46 -05:00
Corey Daley
6d17efaaf4 fixing CVE-2023-44487 2023-10-24 15:44:02 -04:00
Corey Daley
bc5b6f8767 Updating dependencies 2023-10-18 07:48:28 -04:00
Corey Daley
aec9b98051 updating dependencies 2023-09-19 15:24:59 -04:00
Corey Daley
239f74dcdb bump dependencies 2023-07-02 00:47:01 -04:00
dependabot[bot]
d86ab3f9de Bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 23.0.1+incompatible to 23.0.3+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v23.0.1...v23.0.3)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-11 18:24:17 +00:00
dependabot[bot]
8d88b3c37c Bump github.com/opencontainers/runc from 1.1.4 to 1.1.5
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/opencontainers/runc/compare/v1.1.4...v1.1.5)

---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-04 16:20:50 +00:00
OpenShift Merge Robot
9b63125199 Merge pull request #1115 from coreydaley/a_few_fixes
A few small fixes
2023-03-16 03:34:01 -04:00
Corey Daley
48f25bd76c adding goio 2023-03-16 00:59:17 -04:00
Corey Daley
5b112dd908 - Add .ci-operator.yaml file
- Update OWNERS file
 - Update to use Go 1.19
 - Add fix for darwin (macos) in release script
2023-03-15 22:12:07 -04:00
Yaakov Selkowitz
0b037e5f3d Update dependencies 2023-03-15 14:14:36 -04:00
Yaakov Selkowitz
058c5f27d6 Update dependencies 2022-12-07 15:52:50 -05:00
Nalin Dahyabhai
331ea6eb5b Update dependencies; update to Go 1.18
* Update our module definition to use Go 1.18.
* Update our direct dependencies.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2022-06-29 15:51:47 -04:00
Corey Daley
aa7e3310e9 updating to k8s.io/klog/v2 2020-10-01 20:59:35 -04:00
Adam Kaplan
cd2d6c0710 bump(*): make project go-gettable with go modules
- bump k8s.io/klog to v1.0.0
- bump containers/image/v5 to v5.4.3
- rm replace for go-ansiterm
- pin containerd/containerd to 1.3.6
- go mod tidy && go mod vendor
2020-09-16 12:59:04 -04:00
Igor Sutton Lopes
b178763a30 bump(*): Update transient dependency go-ansiterm
In a previous PR, Docker has been updated but this specific dependency
errored when cross compiling to Windows. The specific version was obtained
from dbe4a30928 (diff-4061fcef378a6d912e14e2ce162a1995L2).
2020-02-05 14:37:27 +01:00
Igor Sutton Lopes
f15db29a00 Add containers/image v5 2020-01-10 12:14:03 +01:00
Adam Kaplan
52fe0888ae Add buildkit v0.6.3
* Remove fork of moby/buildkit
* go mod tidy
2019-12-10 21:47:57 -05:00
Otávio Fernandes
63e099269a feat(go mod): Go Modules. 2019-10-28 10:56:50 +01:00