Commit graph

483 commits

Author SHA1 Message Date
Nathan-Moignard 925cdd8648
Update Dockerfile Alpine Image from alpine:3.12 => alpine:3.18 (#481)
Trivy Report showing vunlarability:

WARN	This OS version is no longer supported by the distribution: alpine 3.12.12

│ zlib    │ CVE-2022-37434 │ CRITICAL │ fixed  │ 1.2.12-r0         │ 1.2.12-r2     |
2024-02-02 15:27:41 +00:00
suguds fd526464b2
update golang.org/x/net v0.11.0 to 0.17.0 (#503) 2024-02-02 10:21:42 -05:00
dependabot[bot] 9f08f7e6cc
Bump github.com/docker/docker (#483)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.2+incompatible to 24.0.7+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v24.0.2...v24.0.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-02 09:29:04 -05:00
Rene Nyffenegger 7556be352a
DIVE_VERSION does not need to be exported (#492)
The value of the variable DIVE_VERSION is not needed in a
spawned subprocess. Thus, the variable does not necessarily
need to be exported. Arguably, the environment is less
polluted if it is not exported.
2024-02-02 14:26:54 +00:00
Guillaume Belanger 2d86aa7b4c
chore: Adds instructions for snap installation (#484) 2024-02-02 09:26:06 -05:00
Thomas Broyer 5d6a406df1
Fix compatibility with Docker 25+ (#500)
Add support for OCI-compatible Docker images.

Fixes #498
2024-02-02 09:21:05 -05:00
Sandro 3ef1dd2c74
Bump to more recent go version, remove no longer required overrides (#461) 2023-07-10 20:44:51 +00:00
Alex Goodman 559e5e2dbe add release process 2023-07-07 11:54:08 -04:00
Alex Goodman 8003980604 enable release pipeline 2023-07-07 11:42:48 -04:00
Ian Ray 6f20438ae4
feat: add support for alternative ordering strategies (#424) 2023-07-07 10:01:53 -04:00
Alex Goodman d5e8a92968
Rework CI validation workflow and makefile (#460)
* rework CI validation workflow and makefile

* enable push

* fix job names

* fix license check

* fix snapshot builds

* fix acceptance tests

* fix linting

* disable pull request event

* rework windows runner caching

* disable release pipeline and add issue templates
2023-07-06 22:01:46 -04:00
Alex Goodman 42925c1b05
Merge pull request #459 from orhun/docs/update_arch_linux_link
Update the link for the Arch Linux package
2023-07-06 20:16:58 -04:00
Orhun Parmaksız ec5528bce5
update the link for the Arch Linux package 2023-07-06 19:10:44 +03:00
Alex Goodman 8a10c0d46b
Merge pull request #403 from orihomie/patch-1
ubuntu install latest version script
2023-07-06 11:16:52 -04:00
Alex Goodman 6ba95122a5 orient all install refs around the latest version 2023-07-06 11:15:49 -04:00
Orkhan 69e6ba9993 ubuntu install latest version script 2023-07-06 11:15:06 -04:00
Alex Goodman a70b7acffc
Merge pull request #447 from yurenchen000/feat-ctrl-z
Feat: add ctrl-z support
2023-07-06 11:04:51 -04:00
Alex Goodman e9169b9ccd check error of kill and return calls 2023-07-06 11:03:30 -04:00
chen 77c11047cf feat: add ctrl+z support 2023-07-06 11:01:00 -04:00
chen a7dfbb7927 fix layer view curosr pgup/pgdn 2023-07-06 11:01:00 -04:00
chen c4b2723d97 fix layer view curosr up/down 2023-07-06 11:01:00 -04:00
chen 255e3c2ff7 update lib gocui to v1.1.0 2023-07-06 11:00:59 -04:00
Alex Goodman 32c1c1b7bf
Merge pull request #443 from lutzky/master
Fix rendering for multi-line commands
2023-07-06 10:49:15 -04:00
Alex Goodman 99124abb7a
Merge pull request #429 from zachary-walters/update-deprecated-dependency-ioutil
Updated the deprecated ioutil dependency
2023-07-06 10:49:03 -04:00
Ohad Lutzky ceb9688d92 Fix rendering for multi-line commands
Heredocs can be used to create multi-line commands, which broke rendering.

Details about heredocs: https://www.docker.com/blog/introduction-to-heredocs-in-dockerfiles/
2023-07-06 10:48:06 -04:00
Alex Goodman 67aa2f1bf8
Merge pull request #428 from orhun/docs/update_readme
Update README.md about installation on Arch Linux
2023-07-06 10:42:12 -04:00
zachary-walters ae996cd718 Updated the deprecated ioutil dependency
The ioutil package has been deprecated as of Go v1.16: https://go.dev/doc/go1.16#ioutil

This commit replaces ioutil functions with their respective io/os functions.
2023-07-06 10:41:54 -04:00
Orhun Parmaksız 25a226d51d Update README.md about installation on Arch Linux
`dive` is moved to community: https://archlinux.org/packages/community/x86_64/dive/
2023-07-06 10:40:42 -04:00
Alex Goodman bf39a82f2a
Merge pull request #400 from iwataka/correct-installation-instruction-for-ubuntu-debian
Correct installation instruction for Ubuntu/Debian
2023-07-06 10:39:27 -04:00
Alex Goodman 2db0aaa920
Merge pull request #344 from ozbillwang/master
improve README with new docker run command
2023-07-06 10:37:16 -04:00
Alex Goodman a95e899663
Merge pull request #349 from hedrox/master
Fix stream podman command hanging
2023-07-06 10:36:36 -04:00
Alex Goodman f5458e6b57
Merge pull request #348 from alexandregv/patch-1
Add Nix/NixOS package installation instructions
2023-07-06 10:36:03 -04:00
Alex Goodman b6961534af
Merge pull request #354 from abitrolly/master
Fix #352. Quit on `q`
2023-07-06 10:34:13 -04:00
Anatoli Babenia f17140f8ce Document q shortcut 2023-07-06 10:32:50 -04:00
Anatoli Babenia 621e677e04 Fix #352. Quit on q
This uses latest `github.com/awesome-gocui/keybinding`
It will also be possible to separate quit shortcuts by space when
https://github.com/awesome-gocui/keybinding/pull/3 is merged.
2023-07-06 10:32:48 -04:00
Alex Goodman 2a99dd25fe
Merge pull request #390 from michaelherold/support-podman-macos
Support podman in macOS
2023-07-06 10:28:44 -04:00
Alex Goodman f50a009f8e
Merge pull request #395 from lightsnowball/fix-index-out-of-bound-layer
Fix error on Layer section and reduce information on one line per step.
2023-07-06 10:28:11 -04:00
Alex Goodman e2d9b623f9
Merge pull request #401 from dosisod/autodetect-yml-files
Allow for autodetecting both `.yaml` and `.yml` config files
2023-07-06 10:25:48 -04:00
Alex Goodman 8bf4341f70
Merge pull request #399 from mark2185/feature/gui-layout-rework
GUI rework
2023-07-06 10:25:30 -04:00
Alex Goodman abbac157bb
Merge pull request #457 from abitrolly/patch-1
Fix CI
2023-07-06 10:06:34 -04:00
Anatoli Babenia dfe9a8c5c9
goreleaser deprecated --rm-dist
https://goreleaser.com/deprecations/#-rm-dist
2023-07-06 08:19:29 +03:00
Anatoli Babenia d131aebc05
.goreleaser.yml deprecated brews.tap
https://goreleaser.com/deprecations/#brewstap
2023-07-06 08:15:41 +03:00
Anatoli Babenia 7933564b4c
_v1 suffix for mac and windows 2023-07-06 08:03:27 +03:00
Anatoli Babenia cd63ad53fb
Make tabs not spaces
https://stackoverflow.com/questions/2131213/can-you-make-valid-makefiles-without-tab-characters
2023-07-06 07:58:00 +03:00
Anatoli Babenia 02182266ec
goreleaser now adds _v1 suffix to binaries
https://goreleaser.com/customization/builds/#why-is-there-a-_v1-suffix-on-amd64-builds
2023-07-06 07:44:19 +03:00
Anatoli Babenia 1eb78e1ab7
.goreleaser.yml deprecated docker.binaries
https://goreleaser.com/deprecations/?h=#dockerbinaries
2023-07-06 07:27:44 +03:00
Anatoli Babenia ebe293c24b
.goreleaser.yml deprecated brews.github
https://goreleaser.com/deprecations/?h=#brewsgithub
2023-07-06 07:25:47 +03:00
Anatoli Babenia 3d7eb32d7e
Make goreleaser script executable 2023-07-06 07:18:29 +03:00
Anatoli Babenia ba3c9125e1
golangci-lint got new install URL too
https://goreleaser.com/deprecations/#godownloader
2023-07-06 07:03:13 +03:00
Anatoli Babenia 9fe4975733
Debug GitHub Actions /home/runner/.local/bin
It says this PATH dir does not exist
2023-07-06 06:58:24 +03:00