upgrade: Base image ubuntu:jammy-20230624

This commit is contained in:
Carlos Álvaro
2023-08-10 21:35:12 +02:00
committed by Carlos D. Álvaro
parent e238a5a4ad
commit 9a7a05b8dd
3 changed files with 4 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ for the list of changes in SaltStack.
**3006.2** **3006.2**
- Upgrade `salt-master` to `3006.2` *Sulfur*. - Upgrade `salt-master` to `3006.2` *Sulfur*.
- Change Docker base image to `ubuntu:jammy-20230624`.
**3006.1_1** **3006.1_1**

View File

@@ -1,4 +1,4 @@
FROM ubuntu:jammy-20230425 FROM ubuntu:jammy-20230624
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-20230425" LABEL org.opencontainers.image.base.name="ubuntu:jammy-20230624"
LABEL org.opencontainers.image.licenses="MIT" LABEL org.opencontainers.image.licenses="MIT"
WORKDIR ${SALT_HOME} WORKDIR ${SALT_HOME}

View File

@@ -790,7 +790,7 @@ Many thanks to:
[saltproject_release_notes]: https://docs.saltproject.io/en/latest/topics/releases/3006.2.html "Salt Project Release Notes" [saltproject_release_notes]: https://docs.saltproject.io/en/latest/topics/releases/3006.2.html "Salt Project Release Notes"
[ubuntu_badge]: https://img.shields.io/badge/ubuntu-jammy--20230425-E95420.svg?logo=Ubuntu [ubuntu_badge]: https://img.shields.io/badge/ubuntu-jammy--20230624-E95420.svg?logo=Ubuntu
[ubuntu_hub_docker]: https://hub.docker.com/_/ubuntu/ "Ubuntu Image" [ubuntu_hub_docker]: https://hub.docker.com/_/ubuntu/ "Ubuntu Image"