Package Details: hadolint-bin 2.12.0-2

Git Clone URL: https://aur.archlinux.org/hadolint-bin.git (read-only, click to copy)
Package Base: hadolint-bin
Description: Dockerfile linter, validate inline bash, written in Haskell
Upstream URL: https://github.com/hadolint/hadolint
Licenses: GPL-3.0-or-later
Conflicts: hadolint
Provides: hadolint
Submitter: buzztaiki
Maintainer: buzztaiki (carsme)
Last Packager: carsme
Votes: 17
Popularity: 1.01
First Submitted: 2018-11-27 11:29 (UTC)
Last Updated: 2024-01-28 22:36 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

coding_coffee commented on 2021-07-17 08:23 (UTC)

Diff for package update to 2.6.0, since this package is flagged out of date!

diff --git a/PKGBUILD b/PKGBUILD
index eb80922..1729ffd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 _pkgname=hadolint

 pkgname=$_pkgname-bin
-pkgver=2.5.0
+pkgver=2.6.0
 pkgrel=1
 pkgdesc="Dockerfile linter, validate inline bash, written in Haskell"
 arch=('x86_64')
@@ -13,7 +13,7 @@ provides=('hadolint')
 conflicts=('hadolint')
 options=('!strip')
 source=("$_pkgname-$pkgver::https://github.com/hadolint/hadolint/releases/download/v$pkgver/$_pkgname-Linux-x86_64")
-sha256sums=('6666cb1a002d71652c9972bcd3e5e100f65ea019c68c1a05b9428a8444d6f8f3')
+sha256sums=('152e3c3375f26711650d4e11f9e382cf1bdf3f912d7379823e8fac4b1bce88d6')

 package() {
   install -D -m755 "$srcdir/$_pkgname-$pkgver"  "$pkgdir/usr/bin/$_pkgname"

aminvakil commented on 2020-06-06 10:16 (UTC)

@buzztaiki

file /usr/bin/hadolint /usr/bin/hadolint: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, no section header

Mine is the same, thanks!

buzztaiki commented on 2020-06-06 10:09 (UTC)

You can safely ignore this error. It is working fine in my laptop. Perhaps, this error is because that hadolint has no elf section header.

% file hadolint-1.18.0 
hadolint-1.18.0: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, no section header

But, I will add a no strip option to PKGBUILD for reducing confusion.

aminvakil commented on 2020-06-06 08:23 (UTC)

Is this error safe in building?

I used makepkg -sri

-> Stripping unneeded symbols from binaries and libraries... strip: error: the input file './usr/bin/hadolint' has no sections