Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Rebuild Docker images and update sources.list files #279

Open
vvascautan opened this issue Oct 26, 2023 · 0 comments
Open

[Bug]: Rebuild Docker images and update sources.list files #279

vvascautan opened this issue Oct 26, 2023 · 0 comments
Assignees
Labels
bug Bug Report status:triage Issue needs Triaging

Comments

@vvascautan
Copy link

(Optional) Error message

No response

What went wrong?

Hello,

I am trying to build image with php-fpm5.3 with specific mods(php modules) and getting error while building the image.
The problem is that on these images are debian 8 and mirrors are archived and have different URL:
Can you please update the /etc/apt/sources.list

Thank you!

Expected behaviour

to build the image

How can we reproduce the bug?

try to build own image with version php-fpm5.3

Host Operating System

Linux

Host Platform (amd64, arm64, other)

amd64

(Linux only) Is SELinux enabled?

No, SELinux is disabled

Docker version

Docker version 24.0.6, build ed223bc

Log: docker logs

7.192 E: Some index files failed to download. They have been ignored, or old ones used instead.
------

 1 warning found (use --debug to expand):
 - Empty continuation line found in: RUN set -eux 	&& rm -f /usr/local/etc/php/conf.d/docker-php-ext-phalcon.ini || true 	&& rm -f /usr/local/etc/php/conf.d/docker-php-ext-psr.ini || true 	&& rm -f /usr/local/etc/php/conf.d/docker-php-ext-xhprof.ini || true EXPOSE 9000
Dockerfile-5.3:155
--------------------
 154 |     ###
 155 | >>> RUN set -eux \
 156 | >>> 	&& DEBIAN_FRONTEND=noninteractive apt-get update \
 157 | >>> 	&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends --no-install-suggests \
 158 | >>> 	libevent-2.0-5 \
 159 | >>> 	libmemcachedutil2 \
 160 | >>> 	libmysqlclient18 \
 161 | >>> 	librdkafka1 \
 162 | >>> 	ca-certificates \
 163 | >>> 	&& rm -rf /var/lib/apt/lists/* \
 164 | >>> 	\
 165 | >>> 	&& update-ca-certificates
 166 |     
--------------------
ERROR: failed to solve: process "/bin/sh -c set -eux \t&& DEBIAN_FRONTEND=noninteractive apt-get update \t&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends --no-install-suggests \tlibevent-2.0-5 \tlibmemcachedutil2 \tlibmysqlclient18 \tlibrdkafka1 \tca-certificates \t&& rm -rf /var/lib/apt/lists/* \t\t&& update-ca-certificates" did not complete successfully: exit code: 100
make: *** [Makefile.docker:67: docker-arch-build] Error 1

(Optional) Additional information

No response

@vvascautan vvascautan added bug Bug Report status:triage Issue needs Triaging labels Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug Report status:triage Issue needs Triaging
Projects
None yet
Development

No branches or pull requests

2 participants