created the go122.rocky9 image

This commit is contained in:
2024-02-19 17:33:33 +09:00
parent 59020ca444
commit 512b821232
3 changed files with 11 additions and 1 deletions

View File

@ -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.$@ .