Skip to content

Rocky Linux 8 with Python built from source code.

Notifications You must be signed in to change notification settings

jkkataja/rocky8-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

rocky8-python

Rocky Linux 8 with Python built from source code.

Available in Dockerhub https://hub.docker.com/r/jurajama/rocky8-python

Build commands for different architectures:

AMD64

docker build -t <username>/rocky8-python:amd64 --build-arg ARCH=amd64/ .
docker push <username>/rocky8-python:amd64

ARM64V8

docker build -t <username>/rocky8-python:arm64v8 --build-arg ARCH=arm64v8/ .
docker push <username>/rocky8-python:arm64v8

Create manifest

docker manifest create \
<username>/rocky8-python:latest \
--amend <username>/rocky8-python:amd64 \
--amend <username>/rocky8-python:arm64v8

About

Rocky Linux 8 with Python built from source code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%