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

fix: "No package docker available" on AL2 #649

Merged
merged 1 commit into from
Nov 1, 2024
Merged

fix: "No package docker available" on AL2 #649

merged 1 commit into from
Nov 1, 2024

Conversation

kichik
Copy link
Member

@kichik kichik commented Nov 1, 2024

Installing Docker on Amazon Linux 2 based images failed with:

4.636 No package docker available.
4.879 Error: Nothing to do
------
Dockerfile:19
--------------------
17 |
18 |     COPY component5-Docker.sh /tmp
19 | >>> RUN /tmp/component5-Docker.sh
20 |
21 |     COPY component6-GithubRunner.sh /tmp
--------------------
ERROR: failed to solve: process "/bin/sh -c /tmp/component5-Docker.sh" did not complete successfully: exit code: 1

Fixes #646

@mergify mergify bot merged commit f05173a into main Nov 1, 2024
16 checks passed
@mergify mergify bot deleted the al2-fix branch November 1, 2024 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0.14.5 Using CodeBuildRunnerProvider_ImageBuilder in Go has Dockerfile Error (WaitCondition)
1 participant