Skip to content

Latest commit

 

History

History
 
 

2.11

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Building this image

docker build -t iron/scala:latest .

Tag the version, check it with docker run --rm iron/scala scala -version:

docker tag -f iron/scala:latest iron/scala:X
docker tag -f iron/scala:latest iron/scala:X.Y
docker tag -f iron/scala:latest iron/scala:X.Y.Z

Push:

docker push iron/scala