Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
craigthackerx committed Feb 21, 2024
1 parent f9c1797 commit 68dba72
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-alpine-base-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
docker_image_name:
type: string
description: 'Docker Image name?'
default: "cicd-base-images/alpine-cicd-base:latest"
default: "azdo-agent-containers/alpine:latest"
enable_debug_mode:
type: boolean
description: 'Whether debug mode should be enable for within the script'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-rhel-base-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
docker_image_name:
type: string
description: 'Docker Image name?'
default: "cicd-base-images/rhel-cicd-base:latest"
default: "azdo-agent-containers/rhel:latest"
enable_debug_mode:
type: boolean
description: 'Whether debug mode should be enable for within the script'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu-base-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
docker_image_name:
type: string
description: 'Docker Image name?'
default: "cicd-base-images/azdo-agent-containers:latest"
default: "azdo-agent-containers/ubuntu:latest"
enable_debug_mode:
type: boolean
description: 'Whether debug mode should be enable for within the script'
Expand Down
2 changes: 1 addition & 1 deletion containers/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:latest

LABEL org.opencontainers.image.title=alpine-cicd-base
LABEL org.opencontainers.image.source=https://github.com/libre-devops/cicd-base-images
LABEL org.opencontainers.image.source=https://github.com/libre-devops/azdo-agent-containers

#Set args with blank values - these will be over-written with the CLI
ARG NORMAL_USER=builder
Expand Down
2 changes: 1 addition & 1 deletion containers/rhel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM registry.access.redhat.com/ubi9/ubi:latest

LABEL org.opencontainers.image.title=rhel-cicd-base
LABEL org.opencontainers.image.source=https://github.com/libre-devops/cicd-base-images
LABEL org.opencontainers.image.source=https://github.com/libre-devops/azdo-agent-containers

RUN rm -rf /bin/sh && ln -sf /bin/bash /bin/sh

Expand Down

0 comments on commit 68dba72

Please sign in to comment.