feat: Change Docker base image to ubuntu:jammy-20230425
This commit is contained in:
committed by
Carlos D. Álvaro
parent
a8ffb4d0bc
commit
b2957d6393
@@ -1,4 +1,4 @@
|
|||||||
FROM ubuntu:jammy-20230308
|
FROM ubuntu:jammy-20230425
|
||||||
|
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
ARG VCS_REF
|
ARG VCS_REF
|
||||||
@@ -69,7 +69,7 @@ LABEL org.opencontainers.image.vendor="cdalvaro"
|
|||||||
LABEL org.opencontainers.image.created="${BUILD_DATE}"
|
LABEL org.opencontainers.image.created="${BUILD_DATE}"
|
||||||
LABEL org.opencontainers.image.version="${IMAGE_VERSION}"
|
LABEL org.opencontainers.image.version="${IMAGE_VERSION}"
|
||||||
LABEL org.opencontainers.image.revision="${VCS_REF}"
|
LABEL org.opencontainers.image.revision="${VCS_REF}"
|
||||||
LABEL org.opencontainers.image.base.name="ubuntu:jammy-20230308"
|
LABEL org.opencontainers.image.base.name="ubuntu:jammy-20230425"
|
||||||
LABEL org.opencontainers.image.licenses="MIT"
|
LABEL org.opencontainers.image.licenses="MIT"
|
||||||
|
|
||||||
WORKDIR ${SALT_HOME}
|
WORKDIR ${SALT_HOME}
|
||||||
|
|||||||
@@ -790,7 +790,7 @@ Many thanks to:
|
|||||||
|
|
||||||
[saltproject_release_notes]: https://docs.saltproject.io/en/latest/topics/releases/3006.0.html "Salt Project Release Notes"
|
[saltproject_release_notes]: https://docs.saltproject.io/en/latest/topics/releases/3006.0.html "Salt Project Release Notes"
|
||||||
|
|
||||||
[ubuntu_badge]: https://img.shields.io/badge/ubuntu-jammy--20230308-E95420.svg?logo=Ubuntu
|
[ubuntu_badge]: https://img.shields.io/badge/ubuntu-jammy--20230425-E95420.svg?logo=Ubuntu
|
||||||
|
|
||||||
[ubuntu_hub_docker]: https://hub.docker.com/_/ubuntu/ "Ubuntu Image"
|
[ubuntu_hub_docker]: https://hub.docker.com/_/ubuntu/ "Ubuntu Image"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user