|
|
|
|
|
|
|
|
docker pull rayburgemeestre/fpm-ubuntu:20.04 || true |
|
|
docker pull rayburgemeestre/fpm-ubuntu:20.04 || true |
|
|
docker build . -f Dockerfile-ubuntu2004 -t rayburgemeestre/fpm-ubuntu:20.04 |
|
|
docker build . -f Dockerfile-ubuntu2004 -t rayburgemeestre/fpm-ubuntu:20.04 |
|
|
|
|
|
|
|
|
|
|
|
ubuntu2204fpm: |
|
|
|
|
|
docker pull rayburgemeestre/fpm-ubuntu:22.04 || true |
|
|
|
|
|
docker build . -f Dockerfile-ubuntu2204 -t rayburgemeestre/fpm-ubuntu:22.04 |
|
|
|
|
|
|
|
|
publish1804: |
|
|
publish1804: |
|
|
docker push rayburgemeestre/fpm-ubuntu:18.04 |
|
|
docker push rayburgemeestre/fpm-ubuntu:18.04 |
|
|
|
|
|
|
|
|
publish2004: |
|
|
publish2004: |
|
|
docker push rayburgemeestre/fpm-ubuntu:20.04 |
|
|
docker push rayburgemeestre/fpm-ubuntu:20.04 |
|
|
|
|
|
|
|
|
|
|
|
publish2204: |
|
|
|
|
|
docker push rayburgemeestre/fpm-ubuntu:22.04 |