Skip to content

Commit

Permalink
Revert "bootstrap: Add workaround for corrupted image pulls with podm…
Browse files Browse the repository at this point in the history
…an (#3639)" (#3666)

The fix for the issue that this workaround was added for has been
included in Fedora 40.

```
[root@b873a1829fa1 /]# cat /etc/redhat-release
Fedora release 40 (Forty)
[root@b873a1829fa1 /]# rpm -qa | grep zlib-ng
zlib-ng-compat-2.1.7-2.fc40.x86_64
```

This reverts commit 16816d3.

Signed-off-by: Brian Carey <[email protected]>
  • Loading branch information
brianmcarey authored Sep 23, 2024
1 parent 3be67a4 commit 918320b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions images/bootstrap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ RUN mkdir -p /etc/setup.mixin.d/ && mkdir -p /etc/teardown.mixin.d/
# Trust git repositories used for e2e jobs
RUN git config --global --add safe.directory '*'

# FIXME: Workaround for issue pulling images with podman on Fedora 40 - https://github.com/containers/podman/issues/23822
RUN ln -s /usr/bin/gzip /usr/local/bin/pigz

# note the runner is also responsible for making podman in container function if
# env PODMAN_IN_CONTAINER_ENABLED is set and similarly responsible for generating

Expand Down

0 comments on commit 918320b

Please sign in to comment.