docker: added focal-foxy

This commit is contained in:
matlabbe
2023-01-22 16:56:31 -08:00
parent 3a9ae201a7
commit f928cb6787
5 changed files with 190 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
#!/bin/bash
docker build --build-arg CACHE_DATE="$(date)" --cache-from $IMAGE_NAME -f $DOCKERFILE_PATH -t $IMAGE_NAME -t $DOCKER_REPO:20.04-foxy .

View File

@@ -0,0 +1,2 @@
#!/bin/bash
docker push $DOCKER_REPO:20.04-foxy