Newer
Older
docker build --build-arg BASE_TAG=python:latest --build-arg INSTALL_BIN=python3 .
docker build --build-arg BASE_TAG=centos/python-38-centos7 --build-arg INSTALL_BIN=python3 .
tags:
- ubuntu22
script: |
! docker build --build-arg BASE_TAG=ubuntu:22.04 --build-arg INSTALL_BIN=python3 .