Skip to content

Commit

Permalink
Bump to ubuntu:24.04@sha256:5b582c80ed6832665ffb6181ab4d3e5e70c30c254…
Browse files Browse the repository at this point in the history
…8fbcea1de8a0a51f161be8d

Signed-off-by: Jauder Ho <jauderho@users.noreply.github.com>
  • Loading branch information
jauderho committed Apr 16, 2024
1 parent 8bc360d commit d40c561
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 18 deletions.
2 changes: 1 addition & 1 deletion ansible/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:24.04@sha256:723ad8033f109978f8c7e6421ee684efb624eb5b9251b70c6788fdb2405d050b
FROM ubuntu:24.04@sha256:5b582c80ed6832665ffb6181ab4d3e5e70c30c2548fbcea1de8a0a51f161be8d
#FROM ubuntu:23.10@sha256:5cd569b792a8b7b483d90942381cd7e0b03f0a15520d6e23fb7a1464a25a71b1

WORKDIR /ansible
Expand Down
2 changes: 1 addition & 1 deletion catprinter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:24.04@sha256:723ad8033f109978f8c7e6421ee684efb624eb5b9251b70c6788fdb2405d050b
FROM ubuntu:24.04@sha256:5b582c80ed6832665ffb6181ab4d3e5e70c30c2548fbcea1de8a0a51f161be8d

ARG BUILD_VERSION
ARG GIT_URL=https://github.com/jauderho/catprinter.git
Expand Down
2 changes: 1 addition & 1 deletion dkimpy/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:24.04@sha256:723ad8033f109978f8c7e6421ee684efb624eb5b9251b70c6788fdb2405d050b
FROM ubuntu:24.04@sha256:5b582c80ed6832665ffb6181ab4d3e5e70c30c2548fbcea1de8a0a51f161be8d
#FROM python:3.12.1-alpine3.19@sha256:c793b92fd9e0e2a0b611756788a033d569ca864b733461c8fb30cfd14847dbcf
#FROM python:3.12.1-alpine3.19@sha256:c793b92fd9e0e2a0b611756788a033d569ca864b733461c8fb30cfd14847dbcf

Expand Down
13 changes: 10 additions & 3 deletions excalidraw/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#FROM node:21.6-alpine3.19@sha256:4cc2d9f365691fc6f8fe227321d32d9a2691216a71f51c21c7f02224515dea48 AS build
FROM node:21.7-alpine3.19@sha256:6d0f18a1c67dc218c4af50c21256616286a53c09e500fadf025b6d342e1c90ae AS build
#FROM node:21.7.3-alpine3.19@sha256:6d0f18a1c67dc218c4af50c21256616286a53c09e500fadf025b6d342e1c90ae AS build
FROM node:20.12.2-alpine3.19@sha256:ec0c413b1d84f3f7f67ec986ba885930c57b5318d2eb3abc6960ee05d4f2eb28 AS build
#FROM node:18.20.2-alpine3.19@sha256:80338ff3fc4e989c1d5264a23223cec1c6014e812e584e825e78d1a98d893381 AS build

#WORKDIR /app
WORKDIR /opt/node_app
Expand All @@ -18,8 +19,14 @@ RUN test -n "${BUILD_VERSION}" \
&& update-ca-certificates \
&& git clone --depth 1 ${GIT_URL} . \
#&& yarn set version berry \
#&& git fetch origin 0a588a880b972f4e2f15e23bc244cce1c1ff2160 \
#&& git reset --hard 0a588a880b972f4e2f15e23bc244cce1c1ff2160 \
&& yarn global add -W vite \
#&& ls -l node_modules/.bin \
#&& export PATH=./node_modules/.bin:$PATH \
#&& echo $PATH \
&& yarn add -W cross-env react react-dom react-scripts eslint postcss \
&& yarn --ignore-optional --network-timeout 600000 \
&& yarn add -W cross-env react react-dom \
#&& yarn install \
#&& yarn up \
#&& yarn up -R eslint postcss react-scripts react react-dom \
Expand Down
2 changes: 1 addition & 1 deletion imapsync/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Command used:
# curl -s https://hub.docker.com/v2/repositories/jauderho/imapsync/ | jq '.pull_count'

FROM ubuntu:24.04@sha256:723ad8033f109978f8c7e6421ee684efb624eb5b9251b70c6788fdb2405d050b
FROM ubuntu:24.04@sha256:5b582c80ed6832665ffb6181ab4d3e5e70c30c2548fbcea1de8a0a51f161be8d

ARG BUILD_VERSION

Expand Down
4 changes: 2 additions & 2 deletions nginx-quic/Dockerfile.ubuntu.boringssl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#FROM nginx AS build
FROM ubuntu:24.04@sha256:723ad8033f109978f8c7e6421ee684efb624eb5b9251b70c6788fdb2405d050b AS build
FROM ubuntu:24.04@sha256:5b582c80ed6832665ffb6181ab4d3e5e70c30c2548fbcea1de8a0a51f161be8d AS build

WORKDIR /src

Expand Down Expand Up @@ -50,7 +50,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends me


#FROM nginx
FROM ubuntu:24.04@sha256:723ad8033f109978f8c7e6421ee684efb624eb5b9251b70c6788fdb2405d050b
FROM ubuntu:24.04@sha256:5b582c80ed6832665ffb6181ab4d3e5e70c30c2548fbcea1de8a0a51f161be8d

LABEL org.opencontainers.image.authors "Jauder Ho <jauderho@users.noreply.github.com>"
LABEL org.opencontainers.image.url "https://github.com/jauderho/dockerfiles"
Expand Down
4 changes: 2 additions & 2 deletions nginx-quic/Dockerfile.ubuntu.quictls
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#FROM nginx AS build
FROM ubuntu:24.04@sha256:723ad8033f109978f8c7e6421ee684efb624eb5b9251b70c6788fdb2405d050b AS build
FROM ubuntu:24.04@sha256:5b582c80ed6832665ffb6181ab4d3e5e70c30c2548fbcea1de8a0a51f161be8d AS build

WORKDIR /src

Expand Down Expand Up @@ -49,7 +49,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends me


#FROM nginx
FROM ubuntu:24.04@sha256:723ad8033f109978f8c7e6421ee684efb624eb5b9251b70c6788fdb2405d050b
FROM ubuntu:24.04@sha256:5b582c80ed6832665ffb6181ab4d3e5e70c30c2548fbcea1de8a0a51f161be8d

LABEL org.opencontainers.image.authors "Jauder Ho <jauderho@users.noreply.github.com>"
LABEL org.opencontainers.image.url "https://github.com/jauderho/dockerfiles"
Expand Down
2 changes: 1 addition & 1 deletion nginx/Dockerfile.orig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pick Ubuntu or Alpine
#
# FROM alpine
FROM ubuntu:24.04@sha256:723ad8033f109978f8c7e6421ee684efb624eb5b9251b70c6788fdb2405d050b
FROM ubuntu:24.04@sha256:5b582c80ed6832665ffb6181ab4d3e5e70c30c2548fbcea1de8a0a51f161be8d
LABEL maintainer "Jauder Ho"

# Requirements
Expand Down
4 changes: 2 additions & 2 deletions pia-wg/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#FROM ubuntu:24.04@sha256:723ad8033f109978f8c7e6421ee684efb624eb5b9251b70c6788fdb2405d050b
FROM ubuntu:24.04@sha256:723ad8033f109978f8c7e6421ee684efb624eb5b9251b70c6788fdb2405d050b
#FROM ubuntu:24.04@sha256:5b582c80ed6832665ffb6181ab4d3e5e70c30c2548fbcea1de8a0a51f161be8d
FROM ubuntu:24.04@sha256:5b582c80ed6832665ffb6181ab4d3e5e70c30c2548fbcea1de8a0a51f161be8d
#FROM python:3.12.1-slim-bookworm@sha256:3302698787cb5b9b41a38961f46df3745416e1c93ef6ad97f4a17e46a921aaac
#FROM python:3.12.1-alpine3.19@sha256:c793b92fd9e0e2a0b611756788a033d569ca864b733461c8fb30cfd14847dbcf

Expand Down
4 changes: 2 additions & 2 deletions pwru/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#FROM ubuntu:24.04@sha256:723ad8033f109978f8c7e6421ee684efb624eb5b9251b70c6788fdb2405d050b AS build
#FROM ubuntu:24.04@sha256:5b582c80ed6832665ffb6181ab4d3e5e70c30c2548fbcea1de8a0a51f161be8d AS build
FROM golang:1.22.2-bookworm@sha256:b03f3ba515751657c75475b20941fef47341fccb3341c3c0b64283ff15d3fb46 AS build

WORKDIR /go/src/github.com/cilium/pwru/
Expand Down Expand Up @@ -37,7 +37,7 @@ WORKDIR /config


#FROM scratch
FROM ubuntu:24.04@sha256:723ad8033f109978f8c7e6421ee684efb624eb5b9251b70c6788fdb2405d050b
FROM ubuntu:24.04@sha256:5b582c80ed6832665ffb6181ab4d3e5e70c30c2548fbcea1de8a0a51f161be8d

LABEL org.opencontainers.image.authors="Jauder Ho <jauderho@users.noreply.github.com>"
LABEL org.opencontainers.image.url="https://github.com/jauderho/dockerfiles"
Expand Down
2 changes: 1 addition & 1 deletion snowball/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:24.04@sha256:723ad8033f109978f8c7e6421ee684efb624eb5b9251b70c6788fdb2405d050b
FROM ubuntu:24.04@sha256:5b582c80ed6832665ffb6181ab4d3e5e70c30c2548fbcea1de8a0a51f161be8d

ARG BUILD_VERSION
ARG ARCHIVE_URL=https://snowball-client.s3.us-west-2.amazonaws.com/latest/snowball-client-linux.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion sslyze/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:24.04@sha256:723ad8033f109978f8c7e6421ee684efb624eb5b9251b70c6788fdb2405d050b
FROM ubuntu:24.04@sha256:5b582c80ed6832665ffb6181ab4d3e5e70c30c2548fbcea1de8a0a51f161be8d
#FROM ubuntu:23.10@sha256:5cd569b792a8b7b483d90942381cd7e0b03f0a15520d6e23fb7a1464a25a71b1

ARG BUILD_VERSION
Expand Down

0 comments on commit d40c561

Please sign in to comment.