Skip to content

Commit

Permalink
# remove openimage label
Browse files Browse the repository at this point in the history
  • Loading branch information
czy21 committed Aug 31, 2024
1 parent 5b8c458 commit 057c429
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 45 deletions.
5 changes: 0 additions & 5 deletions server/docker/app/graalvm-jdk-17/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
FROM ghcr.io/graalvm/graalvm-community:17.0.9-ol7-20231024

LABEL org.opencontainers.image.url='https://github.com/czy21/container'
LABEL org.opencontainers.image.source='https://github.com/czy21/container/tree/main/graalvm-jdk-17'
LABEL org.opencontainers.image.title='based on graalvm/graalvm-community:17.0.9'
LABEL org.opencontainers.image.authors='a805899926@gmail.com>'

WORKDIR /app
ENV JAR=/app/api.jar

Expand Down
5 changes: 0 additions & 5 deletions server/docker/app/hugo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
FROM node:18.17.0-bullseye-slim
ARG HUGO_VERSION=0.117.0

LABEL org.opencontainers.image.url='https://github.com/czy21/container'
LABEL org.opencontainers.image.source='https://github.com/czy21/container/tree/main/hugo'
LABEL org.opencontainers.image.title='based on node:18.17.0-bullseye-slim'
LABEL org.opencontainers.image.authors='a805899926@gmail.com>'

WORKDIR /app

RUN apt-get update -y && apt install wget -y && rm -rf /var/lib/apt/lists/*
Expand Down
5 changes: 0 additions & 5 deletions server/docker/app/jdk-11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
FROM eclipse-temurin:11.0.21_9-jdk-jammy

LABEL org.opencontainers.image.url='https://github.com/czy21/container'
LABEL org.opencontainers.image.source='https://github.com/czy21/container/tree/main/jdk-11'
LABEL org.opencontainers.image.title='based on eclipse-temurin:11.0.21_9-jdk-jammy'
LABEL org.opencontainers.image.authors='a805899926@gmail.com>'

WORKDIR /app
ENV JAR=/app/api.jar

Expand Down
5 changes: 0 additions & 5 deletions server/docker/app/jdk-17/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
FROM eclipse-temurin:17.0.9_9-jdk-jammy

LABEL org.opencontainers.image.url='https://github.com/czy21/container'
LABEL org.opencontainers.image.source='https://github.com/czy21/container/tree/main/jdk-17'
LABEL org.opencontainers.image.title='based on eclipse-temurin:17.0.9_9-jdk-jammy'
LABEL org.opencontainers.image.authors='a805899926@gmail.com>'

WORKDIR /app
ENV JAR=/app/api.jar

Expand Down
5 changes: 0 additions & 5 deletions server/docker/app/jdk-21/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
FROM eclipse-temurin:21.0.1_12-jdk-jammy

LABEL org.opencontainers.image.url='https://github.com/czy21/container'
LABEL org.opencontainers.image.source='https://github.com/czy21/container/tree/main/jdk-21'
LABEL org.opencontainers.image.title='based on eclipse-temurin:21.0.1_12-jdk-jammy'
LABEL org.opencontainers.image.authors='a805899926@gmail.com>'

WORKDIR /app
ENV JAR=/app/api.jar

Expand Down
5 changes: 0 additions & 5 deletions server/docker/app/mkdoc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
FROM python:3.9.17-slim-bullseye

LABEL org.opencontainers.image.url='https://github.com/czy21/container'
LABEL org.opencontainers.image.source='https://github.com/czy21/container/tree/main/mkdoc'
LABEL org.opencontainers.image.title='based on python:3.9.17-slim-bullseye'
LABEL org.opencontainers.image.authors='a805899926@gmail.com>'

WORKDIR /app

RUN pip install mkdocs mkdocs-material
5 changes: 0 additions & 5 deletions server/docker/ops/jenkins-inbound-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ RUN wget -O - https://get.helm.sh/helm-v{{ param_helm_version }}-linux-amd64.tar

FROM jenkins/inbound-agent:3261.v9c670a_4748a_9-2-alpine-jdk17

LABEL org.opencontainers.image.url='https://github.com/czy21/container'
LABEL org.opencontainers.image.source='https://github.com/czy21/container/tree/main/jenkins-inbound-agent'
LABEL org.opencontainers.image.title='base on jenkins/inbound-agent:3261.v9c670a_4748a_9-2-alpine-jdk17'
LABEL org.opencontainers.image.authors='a805899926@gmail.com>'

USER root

COPY --from=builder /root/helm /usr/local/bin/helm
Expand Down
5 changes: 0 additions & 5 deletions server/docker/ops/jenkins-ssh-agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
FROM jenkins/ssh-agent:5.46.0-jdk17

LABEL org.opencontainers.image.url='https://github.com/czy21/container'
LABEL org.opencontainers.image.source='https://github.com/czy21/container/tree/main/jenkins-ssh-agent'
LABEL org.opencontainers.image.title='base on jenkins/ssh-agent:5.46.0-jdk17'
LABEL org.opencontainers.image.authors='a805899926@gmail.com>'

USER root
RUN apt update && apt install git sudo curl -y
RUN curl -L "https://github.com/docker/compose/releases/download/v{{ param_compose_version }}/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
Expand Down
5 changes: 0 additions & 5 deletions server/docker/ops/jenkins/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
FROM jenkins/jenkins:2.474-jdk17

LABEL org.opencontainers.image.url='https://github.com/czy21/container'
LABEL org.opencontainers.image.source='https://github.com/czy21/container/tree/main/jenkins'
LABEL org.opencontainers.image.title='base on jenkins/jenkins:2.474-jdk17'
LABEL org.opencontainers.image.authors='a805899926@gmail.com>'

USER root
RUN apt update && apt install sudo -y
RUN curl -L "https://github.com/docker/compose/releases/download/v{{ param_compose_version }}/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
Expand Down

0 comments on commit 057c429

Please sign in to comment.