Skip to content

Outdated Docker image for tag debian-jessie-i386 #112

@matricali

Description

@matricali

The latest available Docker's image for Debian Stretch i386 has problems with deprecated APT repositories

packpack/packpack
+docker pull packpack/packpack:debian-jessie-i386
debian-jessie-i386: Pulling from packpack/packpack
Status: Downloaded newer image for packpack/packpack:debian-jessie-i386
+docker run --volume /home/travis/build/matricali/cbrutekrag/packpack/pack:/pack:ro --volume /home/travis/build/matricali/cbrutekrag:/source:ro --volume /home/travis/build/matricali/cbrutekrag/build:/build --env-file /home/travis/build/matricali/cbrutekrag/build/env --workdir /source --rm=true --tty=true --entrypoint=/build/userwrapper.sh -e XDG_CACHE_HOME=/cache -e CCACHE_DIR=/cache/ccache -e TMPDIR=/tmp --volume /home/travis/.cache/packpack:/cache packpack/packpack:debian-jessie-i386 make -f /pack/Makefile -C /source BUILDDIR=/build -j
make: Entering directory '/source'
# empty
-------------------------------------------------------------------
-------------------------------------------------------------------
Generating the list of source files
-------------------------------------------------------------------
git ls-files > /build/ls-lR.txt
# empty
Creating VERSION file
-------------------------------------------------------------------
# empty
echo 0.4-9-gb68dfc0 > /build/VERSION
git submodule --quiet foreach 'git ls-files | sed "s|^|$path/|"' >> /build/ls-lR.txt
-------------------------------------------------------------------
Creating source tarball
-------------------------------------------------------------------
tar \
	--exclude=.git --exclude='.gitignore' --exclude='.gitmodules' \
	 \
	--exclude=FreeBSD --exclude=debian --exclude=rpm --exclude=rump --exclude=apk \
	--transform="s,/build/VERSION,VERSION,S" \
	--transform="s,,cbrutekrag-0.4.9/,S" \
	--owner=root --group=root \
	-T /build/ls-lR.txt --show-transformed \
	-caPf /build/cbrutekrag-0.4.9.tar.xz /build/VERSION 
------------------------------------------------------------------
Tarball is ready
-------------------------------------------------------------------
12 /build/cbrutekrag-0.4.9.tar.xz
--
-------------------------------------------------------------------
# Create a symlink for orig.tar.gz
Preparing build directory
-------------------------------------------------------------------
cd /build && ln -s cbrutekrag-0.4.9.tar.xz cbrutekrag_0.4.9.orig.tar.xz
# Unpack the source tarball
cd /build && tar xf /build/cbrutekrag-0.4.9.tar.xz
test -d /build/cbrutekrag-0.4.9
# Add debian/ directory from git
cp -pfR debian/ /build/cbrutekrag-0.4.9
# Bump version in debian/changelog
cd /build/cbrutekrag-0.4.9 && \
	NAME="PackPack" [email protected] \
	dch -b -v "0.4.9-1" "Automated build"
dch warning: new version (0.4.9-1) is less than
the current version number (1.0.0-1).
-------------------------------------------------------------------
Installing dependencies
-------------------------------------------------------------------
if [ -n "" ] && [ -n "" ]; then \
	curl -s https://packagecloud.io/install/repositories///script.deb.sh | sudo bash; \
fi
sudo rm -rf /var/lib/apt/lists/
sudo apt-get update > /dev/null
W: There is no public key available for the following key IDs:
AA8E81B4331F7F50
W: Failed to fetch http://ftp.debian.org/debian/dists/jessie-backports/main/source/Sources  404  Not Found
W: Failed to fetch http://ftp.debian.org/debian/dists/jessie-backports/main/binary-i386/Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
/pack//deb.mk:115: recipe for target '/build/cbrutekrag_0.4.9-1_i386.changes' failed
make: *** [/build/cbrutekrag_0.4.9-1_i386.changes] Error 100
rm /build/ls-lR.txt /build/VERSION
make: Leaving directory '/source'
The command "packpack/packpack" exited with 2.
cache.2
store build cache
Done. Your build exited with 1.

It has been fixed on packpack/packpack-docker-images@23d8112 and packpack/packpack-docker-images@7cf05ed but the image on Docker's hub doesn't was rebuilded

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions