Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
NotificationsYou must be signed in to change notification settings

redhat-documentation/openshift-docs-build-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

Dockerfile with tools to validate and build openshift-docs AsciiDoc files.

Build image and push to quay.io

podman login registry.redhat.iopodman login quay.io/redhat-docspodman build -t openshift-docs-asciidoc:latest --platform linux/amd64 -f asciidoc.Dockerfilepodman tag<commit_hash> quay.io/redhat-docs/openshift-docs-asciidoc:latestpodman push quay.io/redhat-docs/openshift-docs-asciidoc:latest

Multiarch build

podman build --platform linux/arm64 --tag quay.io/redhat-docs/openshift-docs-asciidoc:multiarch -f asciidoc.Dockerfilepodman tag<commit_hash> quay.io/redhat-docs/openshift-docs-asciidoc:multiarchpodman push quay.io/redhat-docs/openshift-docs-asciidoc:multiarch

The image is available fromhttps://quay.io/repository/redhat-docs/openshift-docs-asciidoc?tab=tags&tag=latest

To use it,podman pull quay.io/redhat-docs/openshift-docs-asciidoc.

Testing

podman run --rm -it -v"$(pwd)":~/ocpd-src:Z<commit_hash> sh -c 'asciidoctor -v'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp