Commit Graph

30 Commits (c0ddfae186b8bb658f8f11e30393a2b5bc9b82ca)

Author SHA1 Message Date
George Sapkin c0ddfae186 README.md: add clearer ImageBuilder examples using Docker and Podman
Document building firmware using Docker or Podman with one-liners, including
snapshot support.

Signed-off-by: George Sapkin <george@sapk.in>
2026-08-18 15:24:11 +02:00
Josef Schlehofer bef4dc0a41 README: document GitHub Actions registry secrets configuration 2026-08-17 09:43:22 +02:00
Robert Marko d2a2e97b7d README: fix Build Your Own IB example
OpenWrt switched to using ZSTD compressed tarballs a while ago, so using
the current example DOWNLOAD_FILE arg will result in the built container
not being able to find any files since that tarball is missing.

So, update to also look for .tar.zst as well.

Signed-off-by: Robert Marko <robimarko@gmail.com>
2025-12-16 12:57:39 +01:00
Paul Donald 5b55c0301e READMEL: kick-start commands
Conditionally run setup.sh in kick-start command instructions.

If you download a snapshot container it only contains the setup.sh.
Conditioning to the /scripts folder existence means repeatedly executing
the same commands doesn't execute the setup script repeatedly, but only
if it has not yet been run. You skip download steps which have already
been executed. The instructions provided are copy-paste anyway.

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2025-08-13 15:03:25 +02:00
Paul Donald 7a2eace75e README: spell fixes
spelling and grammar

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2025-08-13 15:03:25 +02:00
Stephen Liu 6763baf1c6 typo: should be "put"Link: https://github.com/openwrt/docker/pull/160
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2025-04-05 08:08:17 +00:00
Stephen Liu f327389533 use https prefix on link
Signed-off-by: Stephen Liu <stephen.liu@alumni.stanford.edu>Link: https://github.com/openwrt/docker/pull/160
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2025-04-05 08:08:17 +00:00
Stephen Liu bb4d2df49a fix: update buildbot links
Signed-off-by: Stephen Liu <stephen.liu@alumni.stanford.edu>Link: https://github.com/openwrt/docker/pull/160
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2025-04-05 08:08:17 +00:00
Paul Spooren 9b55784b18 BREAKING: use setup.sh instead of Dockerfile
Instead of causing infinite amounts of traffic per day, only ship a
preconfigured setup.sh file with SNAPSHOT containers and ask the
downstream user to run `setup.sh` on their own.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2024-11-05 12:48:08 +01:00
Andrey Butirsky 00a38e539f Update README.md: add missing SDK tags
fix #148

Signed-off-by: Andrey Butirsky <butirsky@gmail.com>
2024-10-01 09:21:27 +02:00
StarsbySea d8c5a53ed4 Fix quay.io urls
Signed-off-by: StarsbySea <66008060+StarsbySea@users.noreply.github.com>
2023-12-28 12:00:31 +01:00
Ali f3c55936b9 Update README.md
Fix URL for docker repositories

Signed-off-by: Ali <fakoor@gmail.com>
2023-10-06 00:15:01 +02:00
Ali fdefcbbf40 Update README.md
Organize link to each type of container for each registry
convert the global warning to a note specific to docker.io

Signed-off-by: Ali <fakoor@gmail.com>
2023-10-06 00:15:01 +02:00
Ali b3d9fdb633 Update README.md
- Align order of presence for container introductions with their details respectively
- Improve the sentence and add link to the new (existing)‌ docker.io handle
- Fix a typo

Signed-off-by: Ali <fakoor@gmail.com>
2023-10-06 00:15:01 +02:00
Jeffery To ecd0a15ae0 Rename "master" to "main"
Continue to accept "master" for manual releases, and add "master"
suffixed tags for main branch images, for backwards compatibility.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-06-29 20:37:33 +02:00
Paul Spooren 3598be3ba0 README: update to GitHub
Signed-off-by: Paul Spooren <mail@aparcar.org>
2023-04-21 00:15:52 +02:00
Paul Spooren 5605f7f2dd readme: s/openwrtorg/openwrt and mark rootfs experimental
Docker is sunsetting free stuff so we drop pushing to openwrtorg, use
openwrt instead. Also don't use the `rootfs` for anything real.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2023-03-20 18:45:23 +01:00
Andrey f462ab7c9c Update README.md with links
provide links for SDK and Image Builder
2023-03-20 18:37:17 +01:00
Paul Spooren 4afdd248d6 rootfs: add mvebu/cortexa9/arm_cortex-a9_vfpv3-d16
Add another rootfs

Signed-off-by: Paul Spooren <mail@aparcar.org>
2022-02-22 17:16:33 +01:00
Josef Schlehofer d3408028f6 Update README with more tags in rootfs
On the website https://hub.docker.com/r/openwrtorg/rootfs/tags there are more
tags which we can use, let's mention them in README as well.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-11-26 10:50:38 -10:00
Paul Spooren 962d0fb6c0 replace BRANCH with VERSION
The generate_targets.sh script requires to run on a specific branch to
only generate jobs for existing targets. The BRANCH variable was however
used for VERSION rather than the branch running on.

This changes the behaviour by automatically selecting the correct branch
and only taking the new VERSION env variable into account.

By doing so new Docker container tags include `snapshot` rather than
`master`, however for compatibility with existing setups the `master`
tag is still added.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-11 08:06:37 +02:00
Paul Spooren 30ed87f52e Update CI badge after move to gitlab.com
The former test instance of fe80.eu is no longer used, instead the
gitlab.com server run the scripts.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-10-11 11:13:19 -10:00
Lucas Ramage 567eaa2716 Fix typo in README 2019-10-03 18:53:26 -10:00
Paul Spooren 2db99b240b introduce gen-targets.sh script
This improves readability as it auto generates the target list.
2019-10-02 20:46:24 -10:00
Paul Spooren 35daea4a9a Update README with new available branches
Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-08-18 20:17:39 -10:00
Paul Spooren 3e6f6e89c9 CI: add gitlab-ci.yml config file
Eventually this CI could move to GitLab, so start with some testing.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-08-08 02:15:20 +02:00
Lucas Ramage 8275c01e4d Add badges 2019-07-10 12:13:43 +02:00
Paul Spooren 263f067e56 README: fixup absolute path
docker -v does not support relative paths

Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-07-09 18:09:31 +02:00
Paul Spooren d401663f00 README: fix typo
Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-07-09 14:48:11 +02:00
Paul Spooren bcff431098 init
Initial push to use openwrtorg. Generatres rootfs, sdk and imagebuilder
for now.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-07-09 14:42:14 +02:00