added docker image containing go 1.25.0
This commit is contained in:
@ -65,6 +65,13 @@ publish-dev-go124-rocky9:
|
||||
docker tag dev:go1.24.5.rocky9 docker.io/hyunghwan/dev:go1.24.5.rocky9
|
||||
docker push docker.io/hyunghwan/dev:go1.24.5.rocky9
|
||||
|
||||
dev-go125-rocky9:
|
||||
docker build -t dev:go1.25.0.rocky9 -f Dockerfile.$@ .
|
||||
|
||||
publish-dev-go125-rocky9:
|
||||
docker tag dev:go1.25.0.rocky9 docker.io/hyunghwan/dev:go1.25.0.rocky9
|
||||
docker push docker.io/hyunghwan/dev:go1.25.0.rocky9
|
||||
|
||||
dev-gcc-centos6:
|
||||
docker build -t dev:gcc.centos6 -f Dockerfile.$@ .
|
||||
|
||||
|
Reference in New Issue
Block a user