created the go122.rocky9 image
This commit is contained in:
@ -44,6 +44,13 @@ publish-dev-go120-rocky9:
|
||||
docker tag dev:go1.20.6.rocky9 docker.io/hyunghwan/dev:go1.20.6.rocky9
|
||||
docker push docker.io/hyunghwan/dev:go1.20.6.rocky9
|
||||
|
||||
dev-go122-rocky9:
|
||||
docker build -t dev:go1.22.0.rocky9 -f Dockerfile.$@ .
|
||||
|
||||
publish-dev-go122-rocky9:
|
||||
docker tag dev:go1.22.0.rocky9 docker.io/hyunghwan/dev:go1.22.0.rocky9
|
||||
docker push docker.io/hyunghwan/dev:go1.22.0.rocky9
|
||||
|
||||
dev-gcc-centos6:
|
||||
docker build -t dev:gcc.centos6 -f Dockerfile.$@ .
|
||||
|
||||
|
Reference in New Issue
Block a user