You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
973 B
Makefile

3 months ago
##
# Microchip Tools Container
#
# @file
# @version 0.1
bash:
podman run -it -h LPOD --volume="/etc/localtime:/etc/localtime" --network podman --mac-address ${LIBERO_LICENSE_MAC} -v "${XAUTHORITY}:${XAUTHORITY}:ro" -v /tmp/.X11-unix:/tmp/.X11-unix:ro -e "DISPLAY" --security-opt label=type:container_runtime_t localhost/microchip_tools:latest
3 months ago
libero:
podman run -t -h LPOD --volume="/etc/localtime:/etc/localtime" --network podman --mac-address ${LIBERO_LICENSE_MAC} -v "${XAUTHORITY}:${XAUTHORITY}:ro" -v /tmp/.X11-unix:/tmp/.X11-unix:ro -e "DISPLAY" --security-opt label=type:container_runtime_t localhost/microchip_tools:latest libero
daemon:
podman run -d -h LPOD --volume="/etc/localtime:/etc/localtime" --network podman --mac-address ${LIBERO_LICENSE_MAC} -v "${XAUTHORITY}:${XAUTHORITY}:ro" -v /tmp/.X11-unix:/tmp/.X11-unix:ro -e "DISPLAY" --security-opt label=type:container_runtime_t localhost/microchip_tools:latest /opt/microchip/scripts/entrypoint
3 months ago
# end