Skip to content

Instantly share code, notes, and snippets.

@gbraad
Last active June 27, 2026 04:25
Show Gist options
  • Select an option

  • Save gbraad/b9c5fdf454441f8ca743674a595a4e85 to your computer and use it in GitHub Desktop.

Select an option

Save gbraad/b9c5fdf454441f8ca743674a595a4e85 to your computer and use it in GitHub Desktop.
FROM fedora-cloud:44

RUN dnf install -y httpd && \
  dnf clean all && \
  systemctl enable httpd
ducttape build -t fedora-httpd -f ./Machinefile 

ducttape run fedora-httpd --publish 8080:80
curl http://$(ducttape ports fedora-httpd :80)

ducttape push fedora-httpd ghcr.io/spotsnel-infra/fedora-httpd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment