Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion alpine-3.15.docker.m4
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Alpine 3.15 Dockerfile
FROM alpine:3.15

LABEL org.opencontainers.image.source https://github.com/tpm2-software/tpm2-software-container
LABEL org.opencontainers.image.source="https://github.com/tpm2-software/tpm2-software-container"

RUN apk update && \
apk upgrade && \
Expand Down
2 changes: 1 addition & 1 deletion alpine-3.19.docker.m4
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Alpine 3.19 Dockerfile
FROM alpine:3.19

LABEL org.opencontainers.image.source https://github.com/tpm2-software/tpm2-software-container
LABEL org.opencontainers.image.source="https://github.com/tpm2-software/tpm2-software-container"

RUN apk update && \
apk upgrade && \
Expand Down
2 changes: 1 addition & 1 deletion fedora-32.docker.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM fedora:32

LABEL org.opencontainers.image.source https://github.com/tpm2-software/tpm2-software-container
LABEL org.opencontainers.image.source="https://github.com/tpm2-software/tpm2-software-container"

# can return 100 if packages need update
RUN dnf check-update; \
Expand Down
2 changes: 1 addition & 1 deletion fedora-32.ppc64le.docker.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ppc64le/fedora:32

LABEL org.opencontainers.image.source https://github.com/tpm2-software/tpm2-software-container
LABEL org.opencontainers.image.source="https://github.com/tpm2-software/tpm2-software-container"

# can return 100 if packages need update
RUN dnf check-update; \
Expand Down
2 changes: 1 addition & 1 deletion fedora-34-libressl.docker.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM fedora:34

LABEL org.opencontainers.image.source https://github.com/tpm2-software/tpm2-software-container
LABEL org.opencontainers.image.source="https://github.com/tpm2-software/tpm2-software-container"

# can return 100 if packages need update
RUN dnf check-update; \
Expand Down
2 changes: 1 addition & 1 deletion fedora-34.docker.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM fedora:34

LABEL org.opencontainers.image.source https://github.com/tpm2-software/tpm2-software-container
LABEL org.opencontainers.image.source="https://github.com/tpm2-software/tpm2-software-container"

# can return 100 if packages need update
RUN dnf check-update; \
Expand Down
2 changes: 1 addition & 1 deletion fedora-41.docker.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM fedora:41

LABEL org.opencontainers.image.source https://github.com/tpm2-software/tpm2-software-container
LABEL org.opencontainers.image.source="https://github.com/tpm2-software/tpm2-software-container"

# can return 100 if packages need update
RUN dnf check-update; \
Expand Down
2 changes: 1 addition & 1 deletion opensuse-leap-15.2.docker.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM opensuse/leap:15.2

LABEL org.opencontainers.image.source https://github.com/tpm2-software/tpm2-software-container
LABEL org.opencontainers.image.source="https://github.com/tpm2-software/tpm2-software-container"

RUN zypper ref
RUN zypper -n in \
Expand Down
2 changes: 1 addition & 1 deletion opensuse-leap.docker.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM opensuse/leap

LABEL org.opencontainers.image.source https://github.com/tpm2-software/tpm2-software-container
LABEL org.opencontainers.image.source="https://github.com/tpm2-software/tpm2-software-container"

RUN zypper ref
RUN zypper -n in \
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-18.04.docker.m4
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
FROM ubuntu:18.04

LABEL org.opencontainers.image.source https://github.com/tpm2-software/tpm2-software-container
LABEL org.opencontainers.image.source="https://github.com/tpm2-software/tpm2-software-container"

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-20.04.arm32v7.docker.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM arm32v7/ubuntu:20.04

LABEL org.opencontainers.image.source https://github.com/tpm2-software/tpm2-software-container
LABEL org.opencontainers.image.source="https://github.com/tpm2-software/tpm2-software-container"

include(`ubuntu_20.04_base_deps.m4')

Expand Down
2 changes: 1 addition & 1 deletion ubuntu-20.04.arm64v8.docker.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM arm64v8/ubuntu:20.04

LABEL org.opencontainers.image.source https://github.com/tpm2-software/tpm2-software-container
LABEL org.opencontainers.image.source="https://github.com/tpm2-software/tpm2-software-container"

include(`ubuntu_20.04_base_deps.m4')
include(`pip3.m4')
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-20.04.docker.m4
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Ubuntu 20.04 Dockerfile
FROM ubuntu:20.04

LABEL org.opencontainers.image.source https://github.com/tpm2-software/tpm2-software-container
LABEL org.opencontainers.image.source="https://github.com/tpm2-software/tpm2-software-container"

include(`ubuntu_20.04_base_deps.m4')

Expand Down
2 changes: 1 addition & 1 deletion ubuntu-22.04-mbedtls-3.1.docker.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:jammy

LABEL org.opencontainers.image.source https://github.com/tpm2-software/tpm2-software-container
LABEL org.opencontainers.image.source="https://github.com/tpm2-software/tpm2-software-container"

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-22.04-mbedtls-3.6.docker.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:jammy

LABEL org.opencontainers.image.source https://github.com/tpm2-software/tpm2-software-container
LABEL org.opencontainers.image.source="https://github.com/tpm2-software/tpm2-software-container"

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-22.04.docker.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:jammy

LABEL org.opencontainers.image.source https://github.com/tpm2-software/tpm2-software-container
LABEL org.opencontainers.image.source="https://github.com/tpm2-software/tpm2-software-container"

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-24.04.docker.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:noble

LABEL org.opencontainers.image.source https://github.com/tpm2-software/tpm2-software-container
LABEL org.opencontainers.image.source="https://github.com/tpm2-software/tpm2-software-container"

ENV DEBIAN_FRONTEND=noninteractive
ENV PIP_REQUIRE_VIRTUALENV=0
Expand Down
Loading