Skip to content

Commit

Permalink
Bump the docker group with 3 updates (#397)
Browse files Browse the repository at this point in the history
* Bump the docker group with 3 updates

Bumps the docker group with 3 updates: amazonlinux, debian and ubuntu.


Updates `amazonlinux` from 2023.3.20240117.0 to 2023.3.20240131.0

Updates `debian` from bookworm-20240110-slim to bookworm-20240130-slim

Updates `ubuntu` from focal-20231211 to focal-20240123

---
updated-dependencies:
- dependency-name: amazonlinux
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker
- dependency-name: debian
  dependency-type: direct:production
  dependency-group: docker
- dependency-name: ubuntu
  dependency-type: direct:production
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update dependabot.yml (#398)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hans Spaans <[email protected]>
  • Loading branch information
dependabot[bot] and hspaans authored Feb 3, 2024
1 parent 3384262 commit 05fc9e6
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 14 deletions.
23 changes: 15 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,31 @@ updates:
target-branch: master
directory: /
schedule:
interval: weekly
day: saturday
interval: daily
groups:
Docker:
patterns:
- "*"
assignees:
- "hspaans"
ignore:
- dependency-name: "amazonlinux"
update-types: ["version-update:semver-major"]
- dependency-name: "debian"
update-types: ["version-update:semver-major"]
- dependency-name: "ubuntu"
update-types: ["version-update:semver-major"]
- dependency-name: "fedora"
update-types: ["version-update:semver-major"]
- dependency-name: "oraclelinux"
update-types: ["version-update:semver-major"]
- dependency-name: "rockylinux"
update-types: ["version-update:semver-major"]

- package-ecosystem: github-actions
target-branch: master
directory: /
schedule:
interval: weekly
day: saturday
interval: monthly
groups:
GitHub-Actions:
patterns:
- "*"
assignees:
- "hspaans"
2 changes: 1 addition & 1 deletion Dockerfile.amazonlinux-2023
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/amazonlinux:2023.3.20240117.0
FROM docker.io/amazonlinux:2023.3.20240131.0

LABEL org.opencontainers.image.description="Amazon Linux 2023 container for Molecule"
LABEL org.opencontainers.image.source=https://github.com/hspaans/molecule-containers
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian-10
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/debian:buster-20240110-slim
FROM docker.io/debian:buster-20240130-slim

LABEL org.opencontainers.image.description="Container for Molecule"
LABEL org.opencontainers.image.source=https://github.com/hspaans/molecule-containers
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian-11
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/debian:bullseye-20240110-slim
FROM docker.io/debian:bullseye-20240130-slim

LABEL org.opencontainers.image.description="Container for Molecule"
LABEL org.opencontainers.image.source=https://github.com/hspaans/molecule-containers
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian-12
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/debian:bookworm-20240110-slim
FROM docker.io/debian:bookworm-20240130-slim

LABEL org.opencontainers.image.description="Container for Molecule"
LABEL org.opencontainers.image.source=https://github.com/hspaans/molecule-containers
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu-20.04
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/ubuntu:focal-20231211
FROM docker.io/ubuntu:focal-20240123

LABEL org.opencontainers.image.description="Container for Molecule"
LABEL org.opencontainers.image.source=https://github.com/hspaans/molecule-containers
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu-22.04
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/ubuntu:jammy-20240111
FROM docker.io/ubuntu:jammy-20240125

LABEL org.opencontainers.image.description="Container for Molecule"
LABEL org.opencontainers.image.source=https://github.com/hspaans/molecule-containers
Expand Down

0 comments on commit 05fc9e6

Please sign in to comment.