added docker-images/Dockerfile.dev-gcc-centos6

This commit is contained in:
2023-12-30 01:01:59 +09:00
parent 9e227e7254
commit 67aceb134b
3 changed files with 34 additions and 1 deletions

View File

@ -2,7 +2,6 @@ build: dev-go-centos7
publish: publish-dev-go-centos7
dev-go-centos7:
docker build -t dev:go1.20.6.centos7 -f Dockerfile.$@ .
@ -30,3 +29,7 @@ dev-gcc-rocky9:
publish-dev-gcc-rocky9:
docker tag dev:gcc.rocky9 docker.io/hyunghwan/dev:gcc.rocky9
docker push docker.io/hyunghwan/dev:gcc.rocky9
dev-gcc-centos6:
docker build -t dev:gcc.centos6 -f Dockerfile.$@ .